Remove all url parameter in file:///
i developing cordova app. use url parameter manipulate or control pages.
for example have url locally (running on web browser): file:///app/www/index.html?goto=profile
so how can able remove ?goto=profile
in url without reloading page?and able run smoothly when installed on mobile.
this sounds wrong solution yet unknown problem.
let's start @ beginning.
i have url locally (running on web browser): file:///app/www/index.html?goto=profile
so how can able remove ?goto=profile
in url
if you're in regular browser, select query string characters mouse , press 'del' key on keyboard. web document not reload automatically, unless click 'reload' or press f5 (in windows).
i not sure how related phonegap, though.
i developing cordova app. use url parameter manipulate or control pages.
so how can able remove ?goto=profile
in url
in app, url not visible in address bar, because there no such bar. apparently, there perceived problem query string, , 'solution' appears be: remove query string.
but why? want hide user doesn't see, anyway? , if so, aware apk, once published, available open , inspect/debug?
More discussions in PhoneGap
adobe
Comments
Post a Comment