how to display mobile website in webbrowser control in windows phone -


this piece of code have written display mobile website in web browser control in windows phone nothing happens browser blank

webbro.navigate(new uri("http://m.bajajfinservlending.in/"), null, "user-agent: mozilla/4.0 (compatible; msie 7.0,msie 10.0; windows phone os 7.0,windows phone 8.0; trident/3.1,trident/6.0; iemobile/7.0,iemobile/10.0; arm; touch; nokia; lumia 520)");

this enough. mobile version of website loaded.

webbro.navigate(new uri("http://m.bajajfinservlending.in/", urikind.absolute)); 

to know, mistake have done, copy url , paste desktop browser. same blank response receive had in windows phone web browser. so, problem not in app. it's in url


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -