Clean app cache in windows phone 7 -


i developing app based on winpho7 (no updated 7.5 yet)

in app, call navigator show webpage problem (still testing)when deploy app in phone, shows webpage perfectly.

but if make changes in webpage, next time open app, still shows older one. app doesn't new images, new css, new buttons...

in android can delete cache , new webpage. how can on winpho?

now, have delete app, install again , then, show new webpage.

to prevent caching, add random query parameter url, e.g. http://example.com/?ignore=425897425. force retrieving page again.

i hope that looking for.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -