You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.
Exception in thread "JavaFX Application Thread" netscape.javascript.JSException: TypeError: undefined is not a function
at javafx.web/com.sun.webkit.dom.JSObject.fwkMakeException(JSObject.java:157)
at javafx.web/com.sun.webkit.WebPage.twkExecuteScript(Native Method)
at javafx.web/com.sun.webkit.WebPage.executeScript(WebPage.java:1524)
at javafx.web/javafx.scene.web.WebEngine.executeScript(WebEngine.java:981)
Hi,
I'm getting these errors with this file:
after googling, it seems the issue is about WebView not supporting requestAnimationFrame as in these cases:
mozilla/pdf.js#10523
mozilla/pdf.js#10198
it seems there might be a workaround but not sure how to implement it in this case:
https://stackoverflow.com/questions/7112401/requestanimationframe-undefined-in-ios-uiwebview
The text was updated successfully, but these errors were encountered: