1

Web view not loading

I have followed this link

web view example

Web view is not loading , i am not able to view the page.Now Webview shows as a white screen

can you give me your suggestion to reslove this issue.

Community
  • 1
  • 1

1 Answers1

0

Add this in your manifest

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

This may work.

Nikhil PV
  • 1,014
  • 2
  • 16
  • 29