Hi all,
I've researched for hours trying to find a way to execute a Basic4Android app via a Custom URL / url namespace.
The following discusses how to do it correctly in Android
(i.e. NOT a custom URL but better for android this way):
java - How to register some URL namespace (myapp://app.start/) for accessing your program by calling a URL in browser in Android OS? - Stack Overflow
Where I can execute my b4a app from any browser or language like the following:
Unless there is a way to do this already in b4a settings?
Any help would be greatly appreciated.
tia
I've researched for hours trying to find a way to execute a Basic4Android app via a Custom URL / url namespace.
The following discusses how to do it correctly in Android
(i.e. NOT a custom URL but better for android this way):
java - How to register some URL namespace (myapp://app.start/) for accessing your program by calling a URL in browser in Android OS? - Stack Overflow
Where I can execute my b4a app from any browser or language like the following:
B4X:
Dim i As Intent
TheLink = "MySuperCoolB4Aapp://test me: " & mAllMyParams
i.Initialize(i.ACTION_VIEW, TheLink)
StartActivity(i)
Unless there is a way to do this already in b4a settings?
Any help would be greatly appreciated.
tia
Last edited: