Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This issue was reported from a PhoneGap customer. I've requested additional detail/steps to reproduce:
We are using UIPageViewController and adding a CDVViewController as a data view controller for each Page in the UIPageViewController. When the user is trying to scroll to the next page while the content of the CDVViewController (html contents) are not fully loaded, all subsequent page scrolls will cause the html page to be blank.
We found this issues is caused by the [CDVUserAgentUtil acquireLock:^(NSInteger lockToken) in the CDVViewController and [CDVUserAgentUtil releaseLock:_userAgentLockToken] in the webViewDidFinishload; When this happens, the acquireLock and releaseLock pair does not work properly. After we removed both call in the CDVViewController, we don't see the problem anymore.
Attachments
Issue Links
- relates to
-
CB-2602 Hashchange prevents transition from splash screen
-
- Closed
-