-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display lightens up only for a second on iOS 10.3.1 #17
Comments
Maybe it has something to do with the new brightness features in 10.2.1 according to https://www.forbes.com/sites/gordonkelly/2017/01/28/apple-ios-10-2-1-touchid-display-brightness-bluetooth-battery-problems/ Problem#2 ? |
I don't have any iOS device right now( |
I am sorry, I don't have any clue about native iOS apps :-/ Maybe some other maintainer? Otherwise this will have to wait until I find some time to learn about native development. |
It seems like this issue is not present in newer iOS versions (working on 11.2.5 currently). So this might have been a problem only on specific versions of iOS. |
Hi,
at least on the currently newest iOS Version 10.3.1 the display lightens up after a call to
cordova.plugins.brightness.setBrightness(1, function() { console.log('Successfully lightend up display!'); }, function(err) { console.error('Could not lighten up display! ' + err); });
but is back to its old brightness after one second. I am not sure in which iOS Version this behavoir occurs first - it might also be in 10.3.0.
Any ideas?
Thanks a lot!
The text was updated successfully, but these errors were encountered: