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
A major challenge with using Tauri for the launcher is many users will be stuck on older versions of webkit and we can't control it. Unless we get a version of launcher using electron down-the-road, this may be an issue we're stuck with.
What we can do is configure front-end builds to include polyfills that implement our necessary js features. This seems particularly import for any front-end modules that will be widely used in other happs.
A major challenge with using Tauri for the launcher is many users will be stuck on older versions of webkit and we can't control it. Unless we get a version of launcher using electron down-the-road, this may be an issue we're stuck with.
What we can do is configure front-end builds to include polyfills that implement our necessary js features. This seems particularly import for any front-end modules that will be widely used in other happs.
Seems like targeting Safari >= 13 would satisfy most users.
The text was updated successfully, but these errors were encountered: