0

I have developed a simple android application in which I have used webview to access a webpage. When I run the application, I get the error saying webpage does not exist or check your internet connection. I checked the internet connection and also the same link opens in my computer. Where am I going wrong? Do I have to provide some special permissions to the application to access the webpage over internet? What else could be causing this error?

1 Answer 1

1

Try adding missing permission in manifest.

<manifest xlmns:android...>
    ...
    <uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.