Questions tagged as 'webview'

0
answers

WebView, Download Image

I have a simple Webview code and would like that when clicking on the images of the site, download them asking or downloading direct and sending a message like "saved image" Note 1: I used a tumblr to do the tests Note 2: I would like to simp...
asked by 14.10.2017 / 17:27
0
answers

Alternate WebBrowser that rotates recent pages

I would like to know if there is any control for the .NET platform that runs current pages without giving errors. I already searched YouTube on Google, but I never think so. Awesomium.NET does not change. GeckoFX is outdated, and any other I can...
asked by 28.07.2017 / 23:44
1
answer

Android WebView call dialer by link

Hello, I'm developing a WebApp from a phonebook, on the website I have the option of clicking a button to open the phone dialer already with the phone number. But in WebApp it does not work, it shows me the "Page not found". This is the link I...
asked by 26.07.2017 / 17:20
0
answers

For the geolocation to work in the webview

I looked at various topics about this, but since my project is a bit different, I could not make the adaptations. I need to enable geolocation for the map of a page of my website, which is entered via webview in my application, by the computer b...
asked by 16.07.2017 / 03:12
1
answer

App webview does not work perfect with YouTube

Create a webview app from my website, on PC it works perfectly www.pipocaplayfm.com now in the webview it does not play the videos as on the website - Link from app link Is there any solution I can apply to it to work properly? My code:...
asked by 27.06.2017 / 03:56
1
answer

Open activity if you do not have internet

I have two activity one own one webview and another is a page where if there is no internet it should be displayed. The problem is, when there is no connection, there is an error and says that the application stopped instead of opening the "e...
asked by 10.06.2017 / 18:38
1
answer

WebView Scroll does not appear

I created my first application on the android being that it was (WebView) but when I enter the application, my site is fixed inside, without scroll. My code is: package com.sirseni.simpleandroidwebviewexample; import android.app.Activity;...
asked by 05.06.2017 / 15:12
1
answer

Application Stopped Webview

I have an application with a WebView , after inserting a code so that it could go back to WebView when pressed the close button of the phone has an error, but this error ("The application *** stopped) only appears when clicked back....
asked by 08.06.2017 / 17:57
1
answer

Web View with zoom

I have a web view being loaded on screen (mounted by an internal HTML) that sometimes opens with zoom and others without the zoom . I do not want it to open with zoom , I need it to open in full screen! Here the layout snippet <Li...
asked by 27.04.2017 / 01:41
1
answer

Android - WebView click Error calling method on NPObject

I'm trying to try to perform an action in the Android application when I click on an html element in the webview. When clicking on the element, the event is activated but the following error occurs in alert(err) of javascript inside try c...
asked by 18.04.2017 / 17:23