Skip to content

v0.3.5

Choose a tag to compare

@AidanPark AidanPark released this 17 Mar 14:52

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 chrome67 so the bundle is transpiled to ES5-compatible syntax.