This error typically happens when the device is running a really old WebView version which doesn’t support modern JavaScript. I found that older emulator devices (like a Pixel 2) are using an integrated Android WebView vs. the new separate Android System WebView (which is installed like a normal app and updates independently from the OS).
So, you could try installing Android System Webview from the Play Store in the emulator.
yes its , but what i have to do ? did you have any idea ?
note : this app is demo ionic app from scratch tab demo i am not add any features or any line of code on it .
i found soluaion to change target in tsconfig.json from es2022 to es2015 but i thing it not correct with angular 17 or 16
no soluation yet
It worked for me after using .browserlistrc file but I now see that my app styling is completely broken, because I had used modern css such as css variables var(–color), custom properties, etc. Does anybody know how to fix that?