Questions tagged as 'webview'

1
answer

YouTube in WebView for Android app

Does anyone know how to view a YouTube video or some streaming of video through a WebView ? In the code below, there are three buttons. The first one takes the user to the link he typed, the second is fixed to go to Google's website a...
asked by 02.01.2015 / 00:10
1
answer

Input type file does not work in webview

I have an HTML page that has a form of uploading images in Chrome on your pc or in any browser works but in my application it has a WebView that opens this page then clicking choose file does nothing. Is it possible to arrange thi...
asked by 16.01.2017 / 17:36
1
answer

Make URL open in the same Activity

I'm creating a WebView for Android. When I load the App, the imported page works fine, but when I click on some link of the page, that same link opens in another browser.
asked by 18.08.2014 / 15:50
1
answer

Refresh in WebView when rotating device

I created my application via WebView , but when I rotate the screen the site gives refresh , that is back to login , my code: MainActivity: package com.sirseni.simpleandroidwebviewexample; import android.app.Activity; im...
asked by 05.06.2017 / 18:21
1
answer

How to increase the text size of a WebView?

My app reads from RSS. but what bothers me is the letter that is small, I want to leave it a little bigger than to be visually "right" by default. It is like this: ButIwanttomakeitbiggertogetbetterreadingoftheuser.Forexample: Code: Detai...
asked by 01.12.2014 / 00:54
1
answer

Customize webView error page android

Please have a webview in my android app, how can i customize it if the user does not have internet? Thanks Current webcview code: WebView wv=(WebView) findViewById(R.id.webView); WebSettings ws = wv.getSettings();...
asked by 23.10.2015 / 12:55
1
answer

Load WebView in Objective c

I set up a builder interface to load a webview, with .h, .m, and .xib. In a side menu, when I click on an option, I need to call this webview. Running the application, clicking this option returns the error "Thread 1: SIGABRT signal" in main.m....
asked by 04.05.2017 / 14:19
1
answer

Access your mobile camera in a WebView in Android Studio

I'm creating a QR code reader on a website and now I need to use this site in a Mobile version, so I'm creating a WebView that is opening the site. In any browser, the QR code reader works, either on the desktop or on the mobile phone. But wh...
asked by 07.03.2018 / 21:06
1
answer

How to view or download any PDF file in WebView?

I tried to find some solutions to the problem. But there are only codes that download a specific file. I have a website that opens in a webview. There are several PDFs on the page. I need a code that will download or display the files. Her...
asked by 26.05.2016 / 23:09
1
answer

Blocking the WebView Cache

To elaborate a WebApp, and use a WebView to open a specific url within the app! But the app is caching everything, so if I make any changes to the site, the app does not "compute" this update because it reuses all information that is in the cach...
asked by 15.09.2015 / 02:44