Chet Corcos
Chet Corcos
Ah, I'm using `StatusBarOverlaysWebView=true` so I havent been able to test that.
@cjpearson have you looked into this?
To reproduce: - set StatusBarOverlaysWebView to true - open up the app - open google maps and start navigating - open the app again (there's an offset due to the...
Agreed! ``` TypeError: Cannot destructure property `specName` of 'undefined' or 'null'. at snapshot (node_modules/snap-shot/src/index.js:80:43) at Context. (src/selenium/unit/dateParseHelpers.ts:425:3) ```
@bradleyjames I've toyed around with this and it appears that the injected javascript only gets evaluated after the page loads. My current solution right now is to override the User...
I will test this out in the next week or two.
The default promptInterval was changed from 10 to 1 btw. ``` int promptInterval = webView.getPreferences().getInteger("CRIPageLoadPromptInterval", 1); ```
Its in production. No more crashes :)
I've been messing around with it, but I'm getting all kinds of memory leaks i think... https://github.com/ccorcos/meteor-webaudio
I tried it, but I couldn't find out where the leaks are. I've never done that before and its very hard to figure out.