capacitor v3, android 7.1.2, plugins doesn't work #4638
-
I have simple react app, where I updated Capacitor to v3, and added some capacitor plugins. I also created separated app, from scratch, using react-create-app, Capacitor v3, only capacitor plugins - same problem. To be exact, this is state on Android 7.1.2:
Any ideas, what could cause this behavior? package.json:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
can you check the userAgent of the emulator? |
Beta Was this translation helpful? Give feedback.
can you check the userAgent of the emulator?
Capacitor 3 requires chromium/chrome 60 and some emulators use older versions and can't update the webView, so you'll have to test on real devices.