Screen brightness access on device
Posted: Mon Sep 16, 2013 8:57 pm
On Slider Value change event run the following code:
codeAppery("screenName").css("opacity", Appery("mobilesliderName").val()/100);/code
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
On Slider Value change event run the following code:
codeAppery("screenName").css("opacity", Appery("mobilesliderName").val()/100);/code