Questions tagged as 'android-webview'

0
answers

jquery does not work in webview on android 5.1 and 4.4

I have a jquery function that does the scroll top effect to the top according to the category you selected on the index page or the page itself where you have all the categories listed. I used the wv.getSettings (). setJavaScriptEnabled (tru...
asked by 06.04.2018 / 12:43
0
answers

send push notification when feed is changed

I need to send the push notification to my app userus, it's a webview with some blog feed, and when that feed (rss) is changed it automatically sends a notification to users.     
asked by 01.02.2017 / 19:29
1
answer

Share webview url

I have a webview and a share button, I would like to know how do I pass the web view url through the share? Below the code of my MainActivity.java package radardf.radardf; import android.app.Activity; import android.content.Intent; import...
asked by 18.11.2016 / 21:04
1
answer

Webview with video

Hello everyone, I've been trying to find a way to run web site urls, which has a post and in this post has a video, I've searched and I've seen this: webview.getSettings().setJavaScriptEnabled(true); webview.setWebChromeClient(new WebChro...
asked by 01.12.2016 / 18:11
1
answer

How to open a link in a browser that was clicked on a WebView on Android

Personal want to open a link that will be clicked on WebView, I want it to open in the browser. I have the code here: mWebView.setWebViewClient(new WebViewClient() { @Override public boolean shouldOverrideUrlLoading(WebView view, Strin...
asked by 18.12.2018 / 18:53