Web view not loading
I have followed this link
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.
Web view not loading
I have followed this link
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.
Add this in your manifest
<uses-permission android:name="android.permission.INTERNET"/>
This may work.