Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
iOS, Android
Description
I added a couple of customizations to inappbrowser's toolbar:
Android:
- Have a custom text for a close button instead of the Default X:
closebuttoncaption: "set to a string to use as the close buttons caption instead of a X. Note that you need to localize this value yourself."
- Change the close button color:
closebuttoncolor: "set to a valid hex color string, for example: `#00ff00`, and it will change the close button color from default, regardless of being a text or default X. Only has effect if user has location set to `yes`."
- Hide the navigation buttons that go backwards and forwards:
hidenavigationbuttons: "set to `yes` to hide the navigation buttons on the location toolbar, only has effect if user has location set to `yes`. The default value is `no`."
- Change navigation buttons color:
navigationbuttoncolor: "set to a valid hex color string, for example: `#00ff00`, and it will change the color of both navigation buttons from default. Only has effect if user has location set to `yes` and not hidenavigationbuttons set to `yes`."
- Change color of toolbar:
toolbarcolor: "set to a valid hex color string, for example: `#00ff00`, and it will change the color the toolbar from default. Only has effect if user has location set to `yes`."
iOS:
- closebuttoncolor (same as above)
- hidenavigationbuttons (same as above)
- toolbarcolor (same as above)
- Make toolbar non-translucent:
toolbartranslucent: "set to `yes` or `no` to make the toolbar translucent(semi-transparent) (defaults to `yes`). Only applicable if toolbar is not disabled."
See screenshots in attachments.
Attachments
Issue Links
- links to