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 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 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 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 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 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 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 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 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 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
10 matches
Mail list logo