I have a webview in my app and I got it working like this
webview = (WebView) findViewById(R.id.mainWebView); webview.loadUrl("https://www.google.com"); But if I try to load the non mobile version of the https://uniondining.sodexomyway.com/Images/MAR2015dutchCalendar_000_tcm1792-59025.pdf it exits out of the app.
How can I load the mobile version of site in my app?
Thanks