Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.73 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.73 KB
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.