-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug(ios): embedded Keyman engine not loading #13312
Comments
Using the old "Debug + Sentry" configuration for the iOS project, I was able to force this error by changing the filename for the Web engine in The reproduction: https://keyman.sentry.io/issues/5464670660/events/5de209735b97434e9601223ccfe278d7/ Note the release entry: Sadly, it's worth noting that Sentry does not pick up any breadcrumbs whatsoever for us about the failed attempt to load |
Aside from my artificial "repro", no instances are recorded for 18.0; they're only 17.0. I'm currently curious if there may be a relationship to #11259 and the other issues I've associated with it. We've seen random keyboard-script failures and model-script failures... so why not random web-engine script failures as well? Also, it should go without saying that if this error triggers, that'll also present a blank keyboard - this specific case could well underlie #11202. |
…pt load failures This change is designed to help further investigate #13312.
Sentry Issue: KEYMAN-WEB-M6
Note that this is the first line in ios-host.js that actually attempts to reference something on the main Keyman Engine for Web object
keyman
.The text was updated successfully, but these errors were encountered: