android app problem #12744
Unanswered
edemiaochu
asked this question in
Q&A
android app problem
#12744
Replies: 1 comment 1 reply
-
There could be several reasons for the behavior you are experiencing, and without more details, the issue may be challenging to diagnose. Based on your question, I assume you are trying to use Android's WebView implementation within your application. By default, Android WebViews have JavaScript support disabled, which might be required for a web application using React Router that you are trying to display. For more information about Android WebViews, visit: Android WebView Documentation. I hope this helps you moving forward. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm a beginner. The pages I wrote using React Router can navigate normally on the web browser, but when compiled into an Android app using Android Studio, the pages containing React Router cannot be displayed. Why is this happening?
Beta Was this translation helpful? Give feedback.
All reactions