C cloner7801 Active Member Licensed User Longtime User Jun 9, 2016 #1 I added a webview to the page but It doesnt show anything... OverrideUrl event log the url but I saw a white page.. And I disabled the ATSEnabled
I added a webview to the page but It doesnt show anything... OverrideUrl event log the url but I saw a white page.. And I disabled the ATSEnabled
JanPRO Well-Known Member Licensed User Longtime User Jun 9, 2016 #2 Hi, be sure, you return True in the OverrideUrl event. Jan Upvote 0
C cloner7801 Active Member Licensed User Longtime User Jun 9, 2016 #3 JanPRO said: Hi, be sure, you return True in the OverrideUrl event. Jan Click to expand... I tried but it didn't work Upvote 0
JanPRO said: Hi, be sure, you return True in the OverrideUrl event. Jan Click to expand... I tried but it didn't work
JanPRO Well-Known Member Licensed User Longtime User Jun 9, 2016 #4 JanPRO said: you return True Click to expand... Oh, sorry. Of course you have to return False. If this doesn't work, please post the url. Jan Upvote 0
JanPRO said: you return True Click to expand... Oh, sorry. Of course you have to return False. If this doesn't work, please post the url. Jan
C cloner7801 Active Member Licensed User Longtime User Jun 9, 2016 #5 JanPRO said: Oh, sorry. Of course you have to return False. If this doesn't work, please post the url. Jan Click to expand... Thanks , I tried but again it didn't work , my webview show a white page url : https://www.google.com/ Upvote 0
JanPRO said: Oh, sorry. Of course you have to return False. If this doesn't work, please post the url. Jan Click to expand... Thanks , I tried but again it didn't work , my webview show a white page url : https://www.google.com/
JanPRO Well-Known Member Licensed User Longtime User Jun 9, 2016 #6 Mhhh, hard to say without seeing your code. If you add the WebView via designer, check, that you didn't initialize the WebView in code. If thats not the case, please upload a project which demonstrates the issue. Jan Upvote 0
Mhhh, hard to say without seeing your code. If you add the WebView via designer, check, that you didn't initialize the WebView in code. If thats not the case, please upload a project which demonstrates the issue. Jan