Questions tagged as 'webview'

3
answers

Full screen from WebView does not work

I've been looking for ways to make the full-screen button of the Video.JS player work from a Webview view in android. This is the code I'm trying, it only works with youtube videos. I've seen the full-screen button if it w...
asked by 17.02.2017 / 16:19
1
answer

Android webview print

I have created an app that is a webview that opens a web page made in PHP in android as if it were an application, it works perfectly but the problem is that the buttons do not print they work, you give them and they do not do an...
asked by 01.03.2017 / 16:10
2
answers

How to put and show an html file in my android studio project?

I would like you to help me with this topic, because I have a folder with html content, in the folder is the index.html, the css folder, the images folder and everything related to the page; I want to show this page in an activity through a WebV...
asked by 29.06.2017 / 16:39
2
answers

Progress bar or wait message, webview Android Studio

I have an activity with a webview where I show an external web page, this occasionally delays loading so I would like to put a progress bar or a message, this to avoid the user thinking that more than delay is that the application does not It's...
asked by 12.05.2017 / 23:53
1
answer

WebView - Error loading some Web's

When I put this link: link What is a web that allows you to update the online text in my application without having to edit the App. But I always get an error: "We are trying to connect to the server." if I use for example Google if i...
asked by 09.01.2017 / 21:16
1
answer

Full screen in WebView - Youtube?

The following code does its job perfectly: It takes me to YouTube using webview, that is, without leaving the application and the video plays perfectly. The problem is this: I can not rotate it to put it in full screen. I've tried with two mo...
asked by 26.01.2017 / 14:36
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

Failed to build app with apache cordova on ubuntu 16.04

Greetings friends, I have a problem with apache cordova when building my application. I am using ubuntu 16.04 LTS 32 bits I have been able to investigate the matter and I have found that there are similar problems in this version o...
asked by 12.08.2016 / 18:39
1
answer

WebView in a Fragment?

I have this error:    Second_Fragment can not be converted to Fragment Code: public class Second_fragment extends Fragment { String direccion_web = "https://www.google.es/"; public View onCreateView(LayoutInflater inflater, @N...
asked by 27.10.2016 / 23:31
2
answers

How to load an animated gif on Android

There are libraries to load animated gifs within an application, but what would be the proper way to load animated gifs without using third-party libraries or custom views? GifImageView GifView GifMovieView I had done loading ....
asked by 26.04.2018 / 23:15