J jota Active Member Licensed User Longtime User Jun 27, 2012 #1 Use this code to open a web browser intent of the phone. Dim Intent As Intent1 Intent1.Initialize2 (vUrl, 0) StartActivity (Intent1) Click to expand... Is there any way to check the web address who is showing in each time the browser? Also need close the intent from the activity, is possible? Thanks
Use this code to open a web browser intent of the phone. Dim Intent As Intent1 Intent1.Initialize2 (vUrl, 0) StartActivity (Intent1) Click to expand... Is there any way to check the web address who is showing in each time the browser? Also need close the intent from the activity, is possible? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jun 27, 2012 #2 No. You don't have control on the browser. You might want to use WebView instead. Upvote 0