v0.3.5
Bug Fixes
- Fix black screen on Android 9 with outdated WebView (#41)
- The JavaScript bundle was built targeting modern ES2020+ syntax (optional chaining
?., nullish coalescing??), which fails silently on Android WebView older than Chrome 80 (released Feb 2020). - Set Vite build target to
chrome67so the bundle is transpiled to ES5-compatible syntax.
- The JavaScript bundle was built targeting modern ES2020+ syntax (optional chaining