-1

Im developing an Hybrid app which will get batter level and alerts if its 100 %. Trying it in Worklight..Can any one please help me out. Thanks in advance

phani_yelugula
  • 331
  • 1
  • 9
  • 14
  • What? I don't understand what you want – Marco Acierno Apr 11 '14 at 13:19
  • Hi Macro.. I am trying to develop an Hybrid mobile App for android using worklight. For that i want to retrieve battery level, if the level is 100%(Full) . I want to alert the user with a pop up. Is there a way in Hybrid apps to retrieve battery percentage.. – phani_yelugula Apr 11 '14 at 13:23

1 Answers1

1

You need to learn and understand how to create Cordova plug-ins in Worklight: Adding native functionality to hybrid apps with Apache Cordova

Once you've mastered that, you can search online for Cordova plug-ins that do what you're looking for, and implement it in your Worklight app based on what you've learned above.

Here is one such plug-in:

Idan Adar
  • 44,156
  • 13
  • 50
  • 89