Questions tagged as 'webview'

0
answers

Button back to the application after opening browser

I have a webview that loads a particular site in it the user has to do a validation that can only be done by the browser, the user clicks on the link and opens the android browser and does this validation, it is possible to create a button back...
asked by 08.11.2018 / 23:17
0
answers

Is there a way to make a url for internal navigation in a webview?

I'm trying to make a url to be browsable within the app, but for some reason, it's not even opening with the native Android HTML reader, can someone help me sort it out as the app now closes after deploy. This is client activity of the main c...
asked by 30.10.2018 / 19:59
1
answer

WebView Android Studio giving error to open e-mail links mailto:

I created an application using WebView in Android Studio. On my website where WebView opens has email links that when clicked should open the default email application on your phone. But this does not happen and gives an error m...
asked by 27.10.2018 / 20:17
0
answers

Doubt button back when opening webview browser

Good afternoon I have the following doubt I use a shouldOverrideUrlLoading to detect when certain link is clicked inside my webview for firing in the android browser, is there any way that when opening this link in the browser a back button will...
asked by 13.10.2018 / 21:10
0
answers

I need to open the first link of a search on youtube in a Webview

The webview will not be visible, so the goal is to automatically open the first video in the search. I think it's not too complicated in JS. code: public class FXMLDocumentController implements Initializable { @FXML private WebView...
asked by 03.10.2018 / 19:10
0
answers

Download inside an iframe on android

I'm developing an app with ionic that has a webview page inside an iframe, in that webview there is a download button that works normally in the browser, but in android it does not work. I think Android is blocking this download, I would like to...
asked by 19.09.2018 / 16:08
0
answers

Open a link in the android browser (WebView)

In my webview I recently implemented the shouldInterceptRequest method to detect when the " link " link is clicked to open it in the android browser instead of opening internally in the webview until it worked the link is opened in the browser b...
asked by 12.09.2018 / 00:52
0
answers

Data via Query String from Webview to Activity

I'm not a great Android programmer. What I do is based on something javascript I know, which is not much either. So I wanted your help. I have an application that runs in webview, in mainActivity. But I need to send an information to another pag...
asked by 11.09.2018 / 21:26
0
answers

Infinite Loop when logging in via Facebook - Webview

Good night now in the webview that I am working I have the following problem, when I log in via facebook on the site encapsulated by the webview I am redirected to the login page of the face I fill in my data and click on login, it authenticates...
asked by 21.08.2018 / 00:44
1
answer

How to disable pinch gesture effect with Swift 4 in Xcode9

How do I disable the zoom of my WKWebView? My application is allowing zooming on the screen, I would like to disable this function. How should I proceed? import UIKit import WebKit class ViewController: UIViewController, WKNavigationDe...
asked by 03.08.2018 / 20:44