Can anyone confirm how the intent registered for the GoCoder app can be used from a web page in an tag?
<intent-filter><br>
<action android:name="android.intent.action.VIEW"/><br>
<category android:name="android.intent.category.DEFAULT"/><br>
<category android:name="android.intent.category.BROWSABLE"/><br>
<data<br>
android:scheme="http"<br>
android:pathPrefix="/configure/"<br>
android:host="gocoder"/><br>
</intent-filter>