Monday, 7 January 2019

Exclamation marks added to URLs in Cordova

I am developing a hybrid app using Cordova to wrap an existing React web application.

When I launch my App, once in a while the data does not get loaded and I noticed that the URLs have an exclamation mark appended at the end.

How can I solve this?

See example below:

  • file:///api/metaData/!
  • file:///sideNavigation/!

enter image description here



from Exclamation marks added to URLs in Cordova

No comments:

Post a Comment