mark
New Member
Posts: 1
|
Post by mark on Dec 22, 2018 21:41:20 GMT
1. Is it possible to call and set webview url from outside app? 2. In some app I saw in manifest this BROWSABLE, what is actual use of it?
<intent-filter> <action android:name='android.intent.action.VIEW' /> <category android:name='android.intent.category.BROWSABLE' /> <category android:name='android.intent.category.DEFAULT' /> <data android:pathPrefix='/package_name' android:scheme='http' android:host='rhomobile.com' /> </intent-filter>
|
|
|
Post by Alex Epifanov on Dec 24, 2018 10:17:21 GMT
Well, it's written in the docs. You can run a RhoMobile app externally by using a custom URL.
|
|