Is it possible to open a web app locally deployed in tomcat using WebView?
I tried using
webView.loadUrl("https://me.com/myproj/mobile/online/overview.do");
but I am getting a blank page instead. Any ideas how to fix this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your problem is that you’re trying to access a
httpsaddress.It seems that if you’re developing for 2.2+ there’s a simple solution:
But if you’re developing for older versions, then you have problems because that function entered the API from Froyo.
References: