M micro Well-Known Member Licensed User Longtime User Oct 25, 2015 #1 Hi to all. I open local browser page with this code: B4X: fx.ShowExternalDocument("http://localhost:" & mapset.Get("porta")) Now, how i can close this opened page using code? Thanks
Hi to all. I open local browser page with this code: B4X: fx.ShowExternalDocument("http://localhost:" & mapset.Get("porta")) Now, how i can close this opened page using code? Thanks
Erel B4X founder Staff member Licensed User Longtime User Oct 25, 2015 #2 Moved to the questions forum. There is no simple way to close it. It was opened with a different app and you cannot control this app. You can show the page in an internal WebView instead. Upvote 0
Moved to the questions forum. There is no simple way to close it. It was opened with a different app and you cannot control this app. You can show the page in an internal WebView instead.
M micro Well-Known Member Licensed User Longtime User Oct 25, 2015 #3 Erel said: You can show the page in an internal WebView instead Click to expand... Thanks for your answer but WebView not support WebSocket. I try to find another solution. Upvote 0
Erel said: You can show the page in an internal WebView instead Click to expand... Thanks for your answer but WebView not support WebSocket. I try to find another solution.