bromie2008 Member Licensed User Apr 20, 2017 #1 I want to load hyperlink to my app. But that link come with another popup browser. Can i control to hide/unhide the popup page on my app?? Thanks
I want to load hyperlink to my app. But that link come with another popup browser. Can i control to hide/unhide the popup page on my app?? Thanks
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2017 #2 The popup page is part of the site, right? You will need to inject JavaScript that hides it. Upvote 0
bromie2008 Member Licensed User Apr 20, 2017 #3 Erel said: The popup page is part of the site, right? You will need to inject JavaScript that hides it. Click to expand... Yup Erel. Did you now any Javascript for control the browser? and how to injet to b4i? Upvote 0
Erel said: The popup page is part of the site, right? You will need to inject JavaScript that hides it. Click to expand... Yup Erel. Did you now any Javascript for control the browser? and how to injet to b4i?
Erel B4X founder Staff member Licensed User Longtime User Apr 20, 2017 #4 The required JS depends on the specific site. You can use WKWebView.EvaluateJavaScript (iUI8 library). Upvote 0
The required JS depends on the specific site. You can use WKWebView.EvaluateJavaScript (iUI8 library).