breautek commented on issue #1519:
URL: 
https://github.com/apache/cordova-android/issues/1519#issuecomment-1315672319

   Ok. If that's the case, then this isn't a bug, there must be file to reload.
   
   If you use clean urls via the history API for example to fake URLs in the 
standard browser you would encounter the same kind of issue. You cannot reload 
something that doesn't actually exists. In a traditional web application, this 
problem is worked around by having a web server handle redirecting and serve 
the main index page of some sort so that the web application can handle the 
routing, generally speaking.
   
   In the context of Cordova, there is no webserver to handle that logic, only 
the underlying filesystem. Because URLs aren't actually shown to the user, it's 
common practice to use the hash-based routing strategy in Cordova environments 
instead of using the Clean URL strategy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to