Replies: 1 comment
-
|
Are you testing on a real device or on an Android emulator? In case it's a real device, is that url accessible from the device browser? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team! Need help with Android APK build. App installs and loads, but login/API calls fail.
Setup:
What's Working:
What's NOT Working:
Already Tried:
✅ Added android:usesCleartextTraffic="true" to AndroidManifest.xml
✅ Hardcoded API_URL = 'http://100.112.86.10:8080'
✅ Server is accessible (tested with curl)
✅ Build #13 successful
Repo: https://github.com/tannerclaw/shift-scheduler
Question: What am I missing? Is there additional network config needed for HTTP requests from WebView to external server?
https://github.com/tannerclaw/shift-scheduler
Beta Was this translation helpful? Give feedback.
All reactions