• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps WebView problem

Hi my name Marvin, i want to developing an apps with a web view. i enter an url of my office website, but when i run my apps, a web page not shown just show a loading bar, and never show a web page. What is problem? i search the internet for the problem, but it don't have a solution. Please help. Thankyou
 
I doubt anyone can help you without seeing your code, but have you included

Code:
<uses-permission android:name = "android.permission.INTERNET" />

in your manifest?
 
Back
Top Bottom