Questions tagged as 'webview'

0
answers

How to change values of HTML input with EditText using WebView?

Is there any way to change a form field by taking the value of EditText, using a WebView client? I have an application in which you access my website and there are 2 fields, one user and one password, when I type in the "EditText" user and passw...
asked by 15.11.2015 / 05:23
1
answer

WebView Android Studio with HTML5

How do you leave a 100% responsive layout in WebView? Do I have to configure in WebView or and my HTML that is not Responsive? Code:protectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);requestWindowFeature(Windo...
asked by 17.08.2017 / 16:00
1
answer

How to call a hosted id in the extended activity layout of Fragment?

Well, I'm developing an app, which has a navigation drawer and in this navigation I put it to open each item in a new activity, and in each acitivty will have a layout, so far so good. But now, I'm trying to call a webview with progress bar, eve...
asked by 20.02.2016 / 21:19
2
answers

Output warning in WebView

I'm very new to android, so I did my application through Android Studio using WebView, but I'm having a question, when I press the Android back button it's already quit the app, I'd like to add that warning: do you want to leave?) AndroidActi...
asked by 07.06.2017 / 18:53
1
answer

How do I get only my domain links to open my application?

If I click on a link related to my site, I'd like the list of applications that can open that link (Google Chrome, UC Browser and etc.) to appear as well, which is a very simple browser that works using a WebView, but only when it's a link to m...
asked by 28.07.2016 / 16:17
1
answer

Open external link inside webview main page

I have an application loaded at 100% in WebView , I put the link where it has the application and the whole application is via web in php. Only you have links that are not part of the page that are external links (example www.google....
asked by 21.09.2016 / 19:33
1
answer

WebView always asking where I want to open the url

My Web View every time I try on my cell phone is asking me how I want to open the url, but I need to open it in the webview. Well the code is this: Activity.java import android.support.v7.app.AppCompatActivity; import android.os.Bundle; imp...
asked by 22.10.2015 / 21:43
1
answer

Canvas issues within a WebView in react native [pending]

Why changing the height > 100 and width > 640 on the canvas inside a WebView in react native, nothing else and drawing? //funciona ... canvas.width = 640; canvas.height = 100; ctx.drawImage(img, 0, 0); ... //não funciona ... canvas....
asked by 10.12.2018 / 02:59
1
answer

Open new swift 4 screen

I have a webview app, after the lauchScreen it goes to the ViewController where it loads the page, I have a class that does the check if there is a connection, and if it does not exist I would like to open a new screen warning that it is offline...
asked by 18.07.2018 / 03:04
1
answer

What is the difference in terms of UIViewController and SFSafariViewController navigation?

I would like to know the advantages and disadvantages of webview controllers SFSafariViewController and UIViewController , for the questions below:  - performance  - compatibility  - usability     
asked by 23.04.2018 / 20:42