While developing applications using HTML5 and Phonegap, is there any way to access or set the brightness of phone (Android)?
While developing applications using HTML5 and Phonegap, is there any way to access or
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
through phonegap you can not do that straight forward way. You Need to use
IHardwareServiceinterface for this ( in native way ).This is not possible via current phonegap API. We need to develop some plugins which would do that. I think such plugins are not available currently.