Android Question webviewextra 1.42 connection https

kkkpe

Active Member
Licensed User
Longtime User
Hi, I use the webviewextra 1.42 library but the WebView1.LoadUrl (https: // ....) method does not support the ssl connection.
How can I do?
 

drgottjr

Expert
Licensed User
Longtime User
webview.loadurl("https:// .......") is not webviewextras; it's one of webview's methods. it handles https (at least when i use it). are you getting an error? what is the url?
 
Upvote 0

kkkpe

Active Member
Licensed User
Longtime User
yes it is a webview method and I use the webviewextra 1.42 library. with the same library version 2.2 there problem it solves. but I don't want to use webviwextra 2.2.
 
Upvote 0

kkkpe

Active Member
Licensed User
Longtime User
link where the problem is discussed .. but it is solved with the webviewextra1.24 or 2.20 library. with version 1.42 I don't know how..

 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
Upvote 0
Top