Open a Website on the App

Hello,

I am about to add an about page in a rencet update of an app made by me using AI2Offline
I want to add a button "Website" that opens my wesbite in the default user browser without opening in the app
How can i do it? Searching in the forum i found a solution but i didn't fully understood it

Thanks
Luca

this would be tricky, given you would need to open the app in order to run the blocks to open the browser

1 Like

Yes, i want to activate it with something like "When Button1 Is Pressen then..."

1 Like

Perhaps use the ActivityStarter

Open the browser to a designated Web page

Use these ActivityStarter with the VIEW action and a Data Uri to open the phone’s browser to a designated web page, for example,

Action: android.intent.action.VIEW

DataUri: http://mit.edu

asURL

1 Like

I will try it. Thanks

By the way Luca, AI2offline has nothing to do with MIT App Inventor, it's a third party product based on MIT's open source, for which we do not provide technical support.... if you aim to move your project over to the real App Inventor, better do it now to see if it actually works.

1 Like

Ok, i didnt know it

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.