How to add "deep link" to my app?

161 views
Skip to first unread message

HosteyMega Hosting

unread,
Oct 5, 2019, 1:44:49 AM10/5/19
to MIT App Inventor Forum
I want to open my app and a specific screen by url, like "myapp://screen2".

I know that there is a method for Android:

<intent-filter>
<data android:scheme="myapp" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>

However, is there a method for App Inventor or add above code to App Inventor?

BodyMindPower

unread,
Oct 5, 2019, 4:05:50 AM10/5/19
to MIT App Inventor Forum
As far as I know, this is not possible with AI2, Kodular & the other distributions so far.
Reply all
Reply to author
Forward
0 new messages