Skip to content

Commit 345ac6b

Browse files
authored
When testing with local frontend for Android 5 we need ES5 (#2704)
1 parent de4054f commit 345ac6b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/android/tips/lollipop_emulator.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ To test the app on an Android emulator running Lollipop (Android API 21), you ne
1010
## Updating the WebView
1111

1212
To update the WebView, download the latest WebView APK and follow the instructions provided in this [StackOverflow post](https://stackoverflow.com/a/79514205/3289338).
13+
14+
If you are building your own frontend, set the `ES5` flag to `1` during the build process. This ensures compatibility with the older WebView.
15+
16+
```bash
17+
ES5=1 script/develop
18+
```

0 commit comments

Comments
 (0)