I am trying open my app by clicking a link from browser. Its working fine and got the pathPrefix as well when I am using below host and schema which i tried from test sites. The same thing I just changed my host to my application it was not working and its loading in the browser itself.
This one I tried from some site.
android:host="dolap.com"
android:scheme="https"
android:pathPrefix="/id"/>
and the html tag is here
<a href="https://www.dolap.com/id=1001">Visit our HTML tutorial</a>
My server host i used is
android:host="ledhis.in"
android:scheme="https"
android:pathPrefix="/id"/>
and the html tag is here
<a href="https://www.ledhis.in/id=1001">Visit our HTML tutorial</a>