Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.4-dev
-
None
Description
This patch
https://github.com/apache/cordova-plugin-wkwebview-engine/commit/815ed0741b9ae30b343d6429bd8ff2ad37ec5790
introduces
.
It was really hard for me to find the reason why the app I'm working on kept reloading on each resume, while I had an older build of my app not having this bad feature. Shouldn't there be at least a warning message explaining why the app reloads? It'd be even better to find some better criteria.
Attachments
Issue Links
- is broken by
-
CB-9888 WKWebView on iOS9 on iPhone 5 (32-bit phone) - occasionally resets view
- Closed
- links to
Activity
Chris Wells
made changes -
Workflow | Classic - editable closed [ 14077141 ] | classic default workflow [ 14085770 ] |
Chris Wells
made changes -
Workflow | classic default workflow [ 13200299 ] | Classic - editable closed [ 14077141 ] |
Shazron Abdullah
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
Shazron Abdullah
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
ASF GitHub Bot
made changes -
Remote Link | This issue links to "GitHub Pull Request #16 (Web Link)" [ 54686 ] |
Shazron Abdullah
made changes -
Assignee | Shazron Abdullah [ shazron ] |
Vladimir Kotikov
made changes -
Labels | iOS ios triaged | iOS ios regression triaged |
Vladimir Kotikov
made changes -
Remote Link | This issue links to "Discussion link (Web Link)" [ 50312 ] |
Vladimir Kotikov
made changes -
Vladimir Kotikov
made changes -
Vladimir Kotikov
made changes -
Vladimir Kotikov
made changes -
Labels | iOS ios triaged |
Vladimir Kotikov
made changes -
Affects Version/s | 1.0.4-dev [ 12337944 ] |
Vladimir Kotikov
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | Plugin WKWebViewEngine [ 12327630 ] |
Philippe Wang
created issue -
Github user alexfoxy commented on the issue:
https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16
I am having an odd issue where my view is reloading but my view remains blank. If I inspect it using safari I can see there is a DOM and I can see the elements being highlighted on the device when I hover over them.
<img width="698" alt="screen shot 2017-01-16 at 09 16 04" src="https://cloud.githubusercontent.com/assets/151772/21977077/9ba8b34a-dbcc-11e6-8d0d-4015c120e687.png">
I can reproduce fairly easily. Any suggestions?