com.dt-workshop.inappcrossbrowser

0.1.3 • Public • Published

This is to enhance the cordova inAppBrowser plugin to support the crosswalk browser engine in android. If no crosswalk engine, it fails back to the original webView browser.

What is the enhancement (android only)

  1. support the crosswalk engine
  2. remove the url input box (noramlly on one what to have the url input box for the in app browser)

How to install

 cordova plugin add com.DT-Workshop.InAppBrowser

How to use it

Same as org.apache.cordova.inappbrowser. Just call the window.open like this

 window.open("www.google.com",
       '_blank',
       'hidden=no,location=no,transitionstyle=fliphorizontal,presentationstyle=pagesheet');

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i com.dt-workshop.inappcrossbrowser

      Weekly Downloads

      5

      Version

      0.1.3

      License

      Apache 2.0

      Last publish

      Collaborators

      • dt-workshop