breautek commented on issue #1246: URL: https://github.com/apache/cordova-ios/issues/1246#issuecomment-1245405342
Is it possible to test this in the real iOS Safari browser to determine if the issue also happens in the browser app? If the issue is not exclusive to WKWebView, then it would suggest that the issue is deep in the browser engine, and it's likely nothing that Cordova can do about it. I think you can also test your theory on `GPU Process: Canvas Rendering` because I do believe you can enable/disable experimental features on the iOS safari browser app. If you can reproduce your issue in the browser app, but fix it by disabling the Canvas Rendering experimental feature, then you have strong evidence that says the issue is indeed the Canvas Rendering feature. But if that is the case, then I think you're out of luck because from my own Google searching, enabling or disabling experimental features doesn't appear to be possible with WKWebView. On the other hand, there's a [comment](https://github.com/apache/cordova-ios/issues/772#issuecomment-578872559) indicating that experimental features do not have any effect on the webviews, just the browser app. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
