statusbar-plugin
Mobile icon

StatusBar Plugin

Stable version 2.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 10 Feb
 by 
5.0
 (5 ratings)
statusbar-plugin

StatusBar Plugin

Details
Enhance the user experience of your native mobile applications by customizing the iOS and Android Status Bar.
Read more

Enhance the user experience of your native mobile applications by customizing the iOS and Android Status Bar.

This plugin leverages cordova-plugin-statusbar, to provide a convenient interface for controlling the Status Bar appearance and behavior within your OutSystems applications.

Currently, the StatusBar plugin makes available the following functionalities:

  • Client Actions:
    • StatusBar_Show
      • shows the Status Bar

    • StatusBar_Hide
      • hides the Status Bar

    • StatusBar_IsVisible
      • checks if the Status Bar is visible or not

    • Check_StatusBar_Plugin
      • checks if the Status Bar plugin is available

    • StatusBar_BackgroundColorByHexString
      • sets the background color of the Status Bar by a hex string

    • StatusBar_BackgroundColorByName
      • on iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the Status Bar by color name

    • StatusBar_OverlaysWebView
      • on iOS 7, make the Status Bar overlay or not overlay the WebView

    • StatusBar_StyleBlackOpaque
      • uses the blackOpaque Status Bar (light text, for dark backgrounds)

    • StatusBar_StyleBlackTranslucent
      • uses the blackTranslucent Status Bar (light text, for dark backgrounds)

    • StatusBar_StyleDefault
      • uses the default Status Bar (dark text, for light backgrounds)

    • StatusBar_StyleLightContent
      • uses the lightContent Status Bar (light text, for dark backgrounds)

  • Block:
    • StatusBarTap_Block 
      • block that triggers an event when the end-user taps the Status bar 




Status Bar plugin for Apache Cordova
Apache License 2.0
Copyright 2012 The Apache Software Foundation

Release notes (2.0.0)
  • Updated StatusBar plugin version for OutSystems 11
  • Now, all client actions follow a consistent pattern for error handling
  • Locked the plugin version to cordova-plugin-statusbar v4.0.0  to ensure stability and avoid unexpected changes from future releases
  • A sample app has been added to demonstrate the functionality of the StatusBar plugin within a native mobile app
License (2.0.0)
Reviews (0)
Team
Other assets in this category