-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Description
Hello everyone,
I'm having problems with create-react-app on Android Browser 4 (Jelly Bean). I realized that 40% of the mobile traffic was not able to checkout in my application in production (In Brazil old devices are common).
My first attempt was to create a new project and run it using Genymotion to ensure that the problem wasn't in my implementation.
The result was the same of my application.
node v8.9.4
npm 5.6.0
[email protected]
Android 4.3 (Genymotion Virtualbox)
Android Browser 4 on Android (Jelly Bean)
I have seen applications that work on this device like http://trustcore.io/login. I've been looking so far for a solution but I didn't found any workaround.
Appreciate any suggestion or idea. Thanks! 😄