If I use cordova-app then my URL link looks like a this double hamburger:
url: file://file:///android_asset/www/index.html#!/login/login
if I use browser
what I need is to have same paths for all environments…
currently we have chaos in our view…
- ...
- /login
- file:
- file
- android_assets
- www
- /index.html
- index.html
- /login
- /index
- /user
- /settings
- ...
I will have only this structures:
- /login
- /settings
- /user
because all other items in tree are duplicates…