Questions tagged as 'webview'

0
answers

Extract text from an html cell from Java WebView

Cordial Greeting I am using the WEBVIEW in Java to show a web page x which contains a table with data, I try to extreate said data and I have not succeeded using the following libraries. import org.w3c.dom.html.HTMLTableElement import org.w...
asked by 16.07.2018 / 01:32
0
answers

Webview Javafx Problem with Odoo credentials

I am developing an application with java using JavaView WebView to have two browsers and with each of these browsers to connect to the same web with two different users. To create the browsers I created a Web Browser class that extends JPanel an...
asked by 14.06.2018 / 11:31
1
answer

Customize error message when not uploading webview for not having internet in Fragment

I have an application that uses a webview , now what I try is that when you do not have Internet the classic error screen that contains the link does not come out, I want to use a personalized message. I have some code, it does not mark...
asked by 31.05.2018 / 03:47
0
answers

Java - Is it possible to inject html into a web with webView (Android)

I know that it is possible to inject CSS into a page (online) to modify after it finishes loading. I've already done it this way. @Override public void onPageFinished(WebView view, String url) { super.onPageFinished(view, url);...
asked by 22.05.2018 / 22:30
0
answers

Xamarin.Forms Webview custom renderer for MacOS and WPF

I am creating a Xamarin Forms application with a Webview that loads a local web (pdfjs) to display PDF. I have made custom renderers for UWP, Android and iOS, following the official documentation and they are working, but now I have added sup...
asked by 04.05.2018 / 22:40
1
answer

webView is left blank when I try to use Android Studio progress bar

I'm trying to make an app and in one of the screens I load a page and in turn I send the latitude and longitude of the phone. The problem is that it is half slow to load so I would like to put a progress bar or something that indicates that it i...
asked by 03.05.2018 / 20:38
0
answers

webview android does not load url http

I have the problem that my web does not load link from webview however if it loads others like link . Using WebViewClient if it works for me, although I prefer not to use it because it unravels the whole design, although the navigation bar ap...
asked by 15.04.2018 / 18:48
0
answers

WebView Block React Native advertising

Hello to the whole community, I am programming an application in native react and I am using WebView to show a player, here the problem arises. the player has a lot of publicity that when clicking to play WebView changes to the advertising page,...
asked by 27.02.2018 / 02:15
0
answers

Error creating a FrameLayout to play videos in WebView full screen

I created a webview to view a website with YouTube videos linked to it. However, these can not be viewed in full screen. In this previous question , where I asked about how to make such a solution, they responded with a Framelayout. The prob...
asked by 23.02.2018 / 01:59
1
answer

Android phone call from webview in a viewpager

I have a web page viewpager. It is very simple and works well. But when I click on the href="tel:971142254"> link, try to access the website and I get an error. I tried this, but it gives me the same error. public boolean shouldOverr...
asked by 10.01.2018 / 17:29