We are developing progressive web app, in android phone, we are seeing url in address s shown in below, enter image description here
Steps we have taken care in Manifest.json,
"display": "standalone",
"orientation": "portrait",
"Scope": "/",
"start_url": "/Home/Test",
Starting page always which is http://localhost:52432/Home/test
, displaying perfectly in stand alone, but when we click other tabs then it started displaying url in the address bar with lock symbol.
Can any body help me on this, appreciate all your efforts.
Thanks, Karthik Nerella