[ 
https://issues.apache.org/jira/browse/CB-14045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448188#comment-16448188
 ] 

Alexandre Machado edited comment on CB-14045 at 4/23/18 2:30 PM:
-----------------------------------------------------------------

explanation of this problem.

[https://stackoverflow.com/questions/49500339/cant-prevent-touchmove-from-scrolling-window-on-ios]

my solution:

 
document.addEventListener('deviceready',......
 
document.addEventListener("resume", function(){
if(userAgent.search(/(android|avantgo|blackberry|bolt|boost|cricket|docomo|fone|hiptop|mini|mobi|palm|phone|pie|tablet|up\.browser|up\.link|webos|wos)/i)
 !=-1){
location.reload();
}
}, false);


was (Author: xandeturf):
explanation and solution of this problem.

https://stackoverflow.com/questions/49500339/cant-prevent-touchmove-from-scrolling-window-on-ios

> iOS 11.3 - app freeze/sleep
> ---------------------------
>
>                 Key: CB-14045
>                 URL: https://issues.apache.org/jira/browse/CB-14045
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>    Affects Versions: [email protected], [email protected]
>            Reporter: Robert
>            Assignee: Suraj Pindoria
>            Priority: Blocker
>              Labels: ios, ios11, lock, performance, sleep
>
> Users with iOS 11.3 can’t use the app when device is locked for more than 10 
> minutes.
> Event onResume not firing.
> Steps to Reproduce: 
> Install Fitatu app. 
> Open app on any view. 
> Lock the device for more than 10 minutes. 
> After 10 minutes, unlock device.
> Expected Results: 
> App wakes up and the UI is responding (e.g. user is able to click buttons)
> Actual Results: 
> App wakes up and the UI is blocked (user is not able to click buttons)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to