Questions tagged as 'webview-android'

1
answer

Integrate Facebook into an App with WebView

How can I integrate a Facebook page in my application with WebView , I did it in a basic way but it only shows me the header of the page, when I start to scroll down it stays there in the header. This is my code: WebView myWebView =...
asked by 07.08.2018 / 22:40
1
answer

Load content script "Playbuzz" in a WebView

I try to upload content from a "playbuzz" script within WebView , I found a way to do it, which is loading the script in a web page: String urlPlayBuzz = "http://www.jorgesys.com/playbuzzcontent.html"; webview.loadUrl(urlPlayBuzz);...
asked by 13.12.2017 / 04:42
2
answers

Webview does not load specific audios within the web

Good morning, I have a problem with my WebView, I use my mobile device I open any browser (Chrome, Firefox), I enter into the web that I want to load in my webview and I navigate without problems. I can even play audios that are inside the we...
asked by 07.04.2017 / 12:50
1
answer

I can not generate the android APK

When I try to generate my apk in Android Studio , I get the following error:    Error: Error: Found byte-order-mark in the middle of a file [ByteOrderMark] My app only has a webview with a link to a web. public c...
asked by 03.04.2017 / 21:44
1
answer

Does not access the Internet from WebView on some devices

I have an application which plays videos that I have on a multimedia server, recently I realized that in several devices it does not play for lack of internet access or so it shows, I have a method to verify the connection to the internet and if...
asked by 27.07.2017 / 00:21
2
answers

JavaScript Alert does not work on webview android

I thought it was a single line but it does not activate me: Here is the code: WebView myWeb; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout...
asked by 05.04.2017 / 19:34
1
answer

WebView does not load with that page

I wanted to know if someone can tell me why the webView can not load the next page? I tried with heavier pages and load them without problems ... but that does not even appear override fun onCreate(savedInstanceState: Bundle?) { super....
asked by 20.12.2018 / 00:28
1
answer

WebView through setContentView

Hello people, I come all day wanting to solve this. I have a Main activity that has a WebView. This activity is attentive to the connection to the internet. When you do not have an Internet connection, you will be set up with a new Layout contai...
asked by 21.11.2018 / 04:10
1
answer

how to see the alerts of my page in an android webview

Good morning, I'm showing my website in webview on android everything works fine except the page alerts that I charge in webview , for example: alert("registro ingresado!"); but the webview does not show it. thanks.     
asked by 15.01.2018 / 17:38
1
answer

Toast Problems Android Alerts

I have these codes in my MainActivity.java I intend to show a toast type alert with a duration of one second and that if I give it 50 times and I stop pressing it does not keep appearing, that the previous ones are canceled.They do not appear wh...
asked by 15.01.2018 / 18:59