Home > Back-end >  For Delphi 7 webbrowser xe6 android don't load HTTPS
For Delphi 7 webbrowser xe6 android don't load HTTPS

Time:09-25

Which master can help me with the Delphi 7 webbrowser xe6 android don't load the HTTPS
Webbrowser1. URL:="HTTP://http://* * *. * * *. * *";
Webbrowser1. Navigate;
Or
Webbrowser1. Navigate "http://* * *. * * *. * *";
Tip can't find the page

CodePudding user response:

No open network access
Android. Permission. The INTERNET

CodePudding user response:

reference 1st floor tzlaoliu response:
no open network access
Android. Permission. INTERNET

No matter use, has been opened and still

CodePudding user response:

XE7 use WebBrowser, can open the web page:
Preliminary code is as follows:
WebBrowser1. URL:=Edit1. Text;
WebBrowser1. Navigate;

Note Edit1. Text characters without "" http://"
Instead of "www.ifeng.com"

CodePudding user response:

refer to the second floor bobo101 response:
Quote: refer to 1st floor tzlaoliu response:

No open network access
Android. Permission. INTERNET

Had already left, no matter use, still

Open the web page no problem, but open the HTTPS opening address

CodePudding user response:

Check that your wifi opened?

CodePudding user response:

Webbrowser1. URL:="HTTP://http://* * *. * * *. * *";
Is single quotes is not double quotes
  • Related