Most voted "inappbrowser" questions
5 questions
Sort by count of
-
1
votes1
answer339
viewsInappbrowser 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"…
-
1
votes0
answers229
viewsInappbroser Phonegap Opening URL in Chrome
I’m using inappbrowser in phonegap to open an external link inside my app. Use in this way var ref = cordova.InAppBrowser.open('http://google.com', '_blank', 'location=no'); when I open phonegap…
-
0
votes1
answer485
viewsHow to hide the Inappbrowser bar?
I am developing a mobile application that basically loads a web interface inside the app through the Inappbrowser plugin. The idea of the project is exactly to simulate the operation of an app.…
-
0
votes1
answer63
viewsJquery Mask is not working in Ionic’s In App Browser
I have an input type that loads a Jquery mask. $(element).inputmask('99/9999'); Browser works perfectly, but when browsing the App (from IONIC that uses the "Inapp Browser"), in some cell phones do…
-
0
votes0
answers19
viewsIntegrating Inappbrowser with Barcodescanner
Hi, I have a problem I can’t solve. I am using the inAppBrowser plugin and I need that when the user clicks on a given button inside the generated browser, the plugin is closed and simultaneously…