Questions tagged as 'inappbrowser'

1
answer

InAppBrowser plugin does not work (Unknown provider)

I have the following code: <input type="text" id="input-url" name="input-url" placeholder="URL do Servidor"> <button class="button button-block button-dark" ng-controller="AppCtrl" ng-click="openBrowser()">Definir</button>...
asked by 21.06.2016 / 15:57
0
answers

InappBroser Phonegap opening URL in Chrome

I'm using inappbrowser on the phonegap to open an external link inside my app. Use this way var ref = cordova.InAppBrowser.open('http://google.com', '_blank', 'location=no'); When I open the phonegap desktop and emulate it on my phone, i...
asked by 01.09.2016 / 02:09
1
answer

How to hide the InAppBrowser bar?

I'm developing a mobile application that basically loads a web interface inside the app through the Inappbrowser plugin. The idea of the project is to exactly simulate how an app works. Everything works normally, however the Inappbrowser plugin...
asked by 13.06.2016 / 15:58
0
answers

How to start the app in Ionic inappbrowser without having to create an ionbutton on the blank page

Good afternoon. I'm trying to generate a webview with the ionic inappbrowser. I followed the youtube tutorials and everything happened to me. however I wanted a method that the page opened directly without having to create a first blank page wit...
asked by 28.08.2018 / 21:01
0
answers

Sending Headers with WebView - Ionic

Has anyone ever had to send headers using a webview plugin in ionic? I currently use InAppBrowser to open a webview, and I need to send headers to make a request. I did not find any function to pass the header as a parameter. By analyzing...
asked by 25.06.2018 / 21:05
1
answer

Jquery Mask not working in Ionic In App Browser

I have an input type that loads a Jquery mask. $(element).inputmask('99/9999'); Browser works perfectly, but when I navigate through the App (of IONIC that uses the "InApp Browser"), in some cell phones does not let you enter anythin...
asked by 30.06.2017 / 19:56