Questions tagged as 'uiwebview'

2
answers

Android / iOS, open the browser with javascript from a WebView

Hi, I would like a suggestion, I try to open the browser from a page that is loaded from WebView / UIWebView , in an application iOS or Android for example: window.open( 'http://www.stackoverflow', '_blank'. );...
asked by 29.01.2016 / 19:38
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

ERR_UNKNOWN_URL_SCHEME Chrome webview client android html file href="tel:"

I need the necessary code to write to my MainActivity.java, to avoid the error ERR_UNKNOWN_URL_SCHEME , I am creating an android application with Chrome webview client that loads an .html file that contains buttons href="tel:" mailto: etc...
asked by 02.11.2017 / 17:50
1
answer

Android Webview share with whatsapp, twitter, facebook and google +

I need one or several links, that allow me to share a text with a link of my application within my Android Webview application, I've tried with Intent View, set package, start activity, [share with] whatsapp, twitter, facebook, google +. When...
asked by 13.11.2017 / 11:51