[GitHub] cordova-plugin-wkwebview-engine issue #11: CB-9888: (iOS) check & reload WKW...

2016-07-11 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/11 Could we use `BOOL reload = (title == nil);` instead of `BOOL reload = ((title == nil) || [title isEqualToString:@""]);` ? --- If your project is set up for it, you

[GitHub] cordova-plugin-wkwebview-engine issue #11: CB-9888: (iOS) check & reload WKW...

2016-07-11 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/11 My app sets the title to "" sometimes, which makes this plugin restart my app on each resume. I guess that either the criterion `[title isEqualToString:@&quo

[GitHub] cordova-plugin-wkwebview-engine issue #11: CB-9888: (iOS) check & reload WKW...

2016-07-11 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/11 @mccraigmccraig thank you for your answers :) I've started using a version where it's `BOOL reload = (title == nil); `. If I meet a WSOD with the app not

[GitHub] cordova-plugin-wkwebview-engine issue #11: CB-9888: (iOS) check & reload WKW...

2016-07-12 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/11 I remembered later that every time I inspected the contents of the WSOD, the page actually was a about:blank, so can't we test window.location instead? Also, the reaso

[GitHub] cordova-plugin-wkwebview-engine issue #11: CB-9888: (iOS) check & reload WKW...

2016-07-25 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/11 Right, the issue is opened there: https://issues.apache.org/jira/browse/CB-11554 (Sorry I'm not too used to this "PR on github but issues on issues.apache.org&

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2016-11-22 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 Anyone has an idea why I still encounter `about:blank` white screen of death? It's quite hard to reproduce, it took me months before I could observe it with a S

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2016-11-23 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 I've just observed it with a non-inspectable version: it's not recovering after back/foregrounding the app. :-/ --- If your project is set up for it, you can rep

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2016-11-23 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 Since it's a non-inspectable version, I can't be sure that it's actually `about:blank`, although I'd bet it is. (I'm using iOS10 and with t

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2016-12-22 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 I've just witnessed it again: this time there's no doubt that it's `about:blank`. However this time I have some weird messages in Safari'

[GitHub] cordova-plugin-wkwebview-engine issue #16: CB-11554 - too 'brutal' app reloa...

2016-12-22 Thread pwbs
Github user pwbs commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/16 @mccraigmccraig thank you for your reply. I'll try to find some time for that next month... --- If your project is set up for it, you can reply to this email and have