Questions tagged as 'webview'

0
answers

How to make the webview work, I tried it but it does not work

I've tried everything but my webview does not work. help me the java code public class TelaIrlanda extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setC...
asked by 17.05.2017 / 18:25
0
answers

My app does not run on android Lollipop

At some point in my app, the payout occurs, and for that I open a page in a webview, responsible for that service (passing the data of the card by GET). When the page finishes processing, its title changes with the status of the operation, and s...
asked by 23.01.2017 / 01:03
0
answers

WebView component in Ionic?

Is there any component or plugin of Ionic that resembles WebView of Android ? You need to load a web page in the application.     
asked by 31.01.2017 / 19:26
1
answer

Open camera / file through WebView

I made an application to open my responsive site using the Android Studio WebView. It runs okay, but when I need to send some files through the site, take a picture and save, it does not open the camera! Has anyone gone through this? MainPage...
asked by 30.09.2016 / 15:54
1
answer

Download with tag a in webview [closed]

Hello I have a working webview, I'm trying to create the following html tag: for(int i = 0; i < nm.size(); i++) { html.append("<a https://example.com.br/ret/AttachedFile.do?command=showFile&generatedId=").append(id.get(i)).a...
asked by 06.11.2015 / 13:37
0
answers

Android - Cookie HttpURLConnection

I have a native login screen on android, the user inserts login and password, and does a check via HttpURLConnection if the data is correct, if so it saves the cookie, and returns that login was done then is called a webview of this server, howe...
asked by 10.09.2015 / 13:38
0
answers

How to detect startNestedScroll (int) in custom WebView?

I have a custom WebView inside a custom ViewPager which has a Vertical scroll. I need to scroll in the viewPager when the webview scroll reaches the end. Can anyone help me?     
asked by 15.04.2015 / 21:58
1
answer

Display alert if you are not connected to the internet

How do I display an alert to the user if they are not connected to the internet?     
asked by 13.04.2016 / 04:15
2
answers

Simple doubts back web view

I'm creating a simple application in android studio 3.0 , but I do not know anything about programming and with a lot of effort I was able to add the webview and display my page. But when I click the back button the application closes,...
asked by 01.11.2017 / 17:57
1
answer

Xamarin.Forms ios WebViewRenderer sharing Cookies

I'm using a WebViewRenderer to setup the cookie policy and also to share cookies from a login request from an HTTPClient. It turns out that as much as I give the set:   var cookieJar = NSHttpCookieStorage.SharedStorage; cookieJar.AcceptPol...
asked by 23.04.2017 / 00:39