Android Question WebView HTTPS still not working..

Levisvv

Member
Licensed User
Longtime User
I am struggling to get WebView to display an HTTPS page.
If anybody is able to load this page: https://hind.houle.ca/v1/web/asset/edit/4

authentication: Basic
username: Scott
password: h0ules3c!Scott

I ahve tried WebView, WebView Extras, WebChromeView, I always get a page showing net::ERR_CONNECTION_REFUSED

Any help or sample code would be greatly appreciated...
 

Levisvv

Member
Licensed User
Longtime User
Oops my typo error, the username and password should have lowercase S' and the 0 in h0ule is a zero not an o
username: scott
password: h0ules3c!scott
 
Upvote 0

Levisvv

Member
Licensed User
Longtime User
Arrgh - my bad, it does work fine now - the username and password entry box I had was automatically capitalizing names - thank you phone auto correct....
I still have any issue on this page though:
https://hind.houle.ca/v1/web/asset/edit/3

There is a button on the page to load an image.
The button should load a dialog to find an image on my phone, but nothing happens from WebView - it works fine in Chrome??
 
Upvote 0
Top