Questions tagged as 'webview'

1
answer

Android Webview does not return site content

I try to run the application below without success. The error returned informs that the site does not respond, what can it be? MainActivity.java and logcat. Thanks in advance for your attention. package com.mycompany.TesteWebView; import a...
asked by 03.04.2017 / 11:45
1
answer

How to manipulate where the focus of VoiceOver from Iphone will appear on the next screen when accessibility is active?

I have an Accessibility problem only on the Iphone, some APP pages are in Webview made in .aspx and these screens use a MultiView structure, that is, a single page .aspx can have several following screens and are loaded as if it were an ajaxs. W...
asked by 16.03.2017 / 15:01
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
0
answers

Run audio in an Android WebView

How do I run audio from a url using a WebView in this case a URL from a radio, follow the code below. WebView mWebView; mWebView = (WebView)findViewById(R.id.webview); WebSettings webSettings = mWebView.getSettings(); webSettings.setJavaScrip...
asked by 11.10.2016 / 18:33
1
answer

How to use HTML files from the assets folder in a WebView

I know there are a lot of questions like this, but in all of them I did not find any method that would help me. How are you in activity: package com.example.guilherme.webviewteste; import android.support.v7.app.AppCompatActivity; import...
asked by 03.10.2016 / 19:51
0
answers

URL with characters in Webview Android

I have to display a page on an android webview using a URL returned by the server. The problem lies at the end of the URL where there are two dot (..) but when I pass the string to the webview these points are ignored and it is not possible to o...
asked by 26.08.2016 / 02:17
1
answer

Java - Open video in a WebView

I made a java browser for Android using webviews, it works perfectly except for not playing videos via stream. I want to know how do I make it possible? Thanks ..     
asked by 14.06.2016 / 18:06
1
answer

Open the MEGA app when a site link is clicked on the webview

I'm developing an app for my site and I want it when a certain user clicks on the download link, which in this case is in the mega, open the mega app automatically, just like it is done in chrome browsers and all others. Remember that it has to...
asked by 10.02.2016 / 01:03
0
answers

Capture to handle webview media control

How do I know that View by image has been clicked? Using the Dump in Eclipse has the media control content-desc. I need to know when it was clicked to trigger a method.     
asked by 06.08.2015 / 18:02
0
answers

WebView does not show site floating menu

Opening site for Chrome: Opening by APP: Notice that the floating menu appears in Chrome but not in the APP WebView. If anyone can help me thank you right away:)     
asked by 16.10.2015 / 22:52