Skip to content

wwpreston/cordova-plugin-inappbrowser

 
 

Repository files navigation

title description
Inappbrowser (fork for more options)
Open an in-app browser window.

The purpose of this fork is to implement options need for a specific project.

The idea is to extend the options parameter to cordova.InAppBrowser.open(url, target, options) to include:

  • Text and backgroud colours: e.g. "textColor=#000000" and "backgroundColor=#FFFFFF"
  • Toolbar options (topToolbarOptions=... and bottomToolbarOptions=...), semicolon seperated lists that can include:
  • Buttons that close the web view and trigger an event (closebutton-LABEL-EVENTNAME)
  • Titles (title-LABEL)
  • Space (space)
  • Back/forward buttons (back;forward)

e.g. "textColor=#000000,backgroundColor=#FFFFFF,topToolbarOptions=closebutton-Back-exit;space;title-Web View;space;closebutton-About-aboutpressed,bottomToolbarOptions=back;space;forward"

iOS and Android only.

About

Customised version of Apache Cordova Plugin inappbrowser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 37.4%
  • JavaScript 26.7%
  • Objective-C 22.3%
  • C# 6.9%
  • HTML 2.3%
  • C++ 2.2%
  • Other 2.2%