Questions tagged as 'webview'

2
answers

How to solve problem when showing URL that has a security certificate

When I show a url that has a security certificate (https: //), the view goes blank, but those that do not have a security certificate load without problem (http: //). Next the code that shows the page view with security certificate, I use a w...
asked by 14.08.2018 / 01:17
1
answer

Error loading a web in a webview in swift

I have a webview in which I pass a url, it usually works fine, but there are other times that I get this error: libc++abi.dylib: terminating with uncaught exception of type NSException The problem is that I do not know where the...
asked by 24.10.2016 / 12:04
1
answer

Problem showing profile Roundme in Webview Android Studio

Hello good afternoon friends, today I would like to ask you please to help me solve this case, I am trying to show the photographic journey of the university, in the social network of 360 degree Roundme photographs, I have done it in three ways...
asked by 26.09.2017 / 00:14
1
answer

Extract graphics from a web page and display it in a web view

I'm trying to extract some graphics from a web page to show them in a webview of my Android application. I am basing myself on the example of this post How to display a part of the webpage on the webview android but I still do not succeed...
asked by 20.12.2016 / 19:30
1
answer

Disable native Android virtual keyboard in my [duplicate] app

I have an app that only contains a webview (and NOT an EditText). In the web that I use for the webview, I have my own keyboard designed by me, so I do not want the native keyboard of the cell / tablet to appear when I click a textarea or inpu...
asked by 16.07.2016 / 06:58
0
answers

How can I simulate pressing a button inside a WebView in Android Studio?

I'm making an app to download videos what it does is that the webview is directed to a web page to discard the video and what I want to do is simulate pressing the download button inside a webview but without pressing it on the web view so the u...
asked by 13.07.2018 / 01:45
0
answers

Download Files by WebView in React Native

I have an application, in it I have a WebView, in the page that is in the webview there is an option to download a dynamic pdf, which the webview does not react to the option to save or download file.    Dinámico means that the PDF is...
asked by 29.06.2018 / 18:01
0
answers

Update webview in a Swipe to Refresh fagment

I have a webview within a fragment and I would like to add a swipe to update the page that is displayed. I have seen several examples but none of them work for me. This is my xml : <android.support.v4.widget.SwipeRefreshLayout andr...
asked by 20.04.2018 / 17:49
0
answers

webView Does not load the resposive design [closed]

Greetings my people I'm grabbing this app with help from the internet ... .. This is the same app in different android oks what happens is that in the virtual android AVD loads well but in phone does not load the responsive of the web not huh di...
asked by 07.02.2017 / 23:40
1
answer

Circular Progressbar and Webview

I have a webview but it takes a few seconds to load, I want to include a progressbar while the web page loads and for some exception show a message when I can not load the webview with the content. XML <?xml vers...
asked by 08.01.2017 / 19:13