Skip to content
Advertisement

Tag: android-webview

get content html page with web view in android

I am working on an Android project in which I am loading an HTML page from the internet, not locally and then displaying it in WebView. It works fine, but unfortunately, when I click on any of the element in WebView, it opens the link in Browser. What changes do I need to make so that any links clicked within

App not compatible on playstore due to android.webkit

I have published my webview app on playstore but after publishing playstore says it not compatible for everyone and when I asked them why is that so they told me that is because it doesn’t have android.webkit. Please let me know what have a missed the code seems fine to me and should be working. public class MainActivity extends AppCompatActivity

Advertisement