Open CatStudioApp opened 4 months ago
currently it is hard to debug because my android/ios devices always looking for an internal ip address.
as a mobile dev with 10+ year experience, I haven't found a way to debug tauri 2.0 apps on mobile devices
on android, we can use adb reverse to forward the port. on ios, it would be better to expose an env var to configure this port
adb reverse
No response
sorry just noticed
pnpm tauri android dev --force-ip-prompt 127.0.0.1
is there a way to make the param 127.0.0.1 work?
any new progress here? I encountered the same problem...
Describe the problem
currently it is hard to debug because my android/ios devices always looking for an internal ip address.
as a mobile dev with 10+ year experience, I haven't found a way to debug tauri 2.0 apps on mobile devices
Describe the solution you'd like
on android, we can use
adb reverse
to forward the port. on ios, it would be better to expose an env var to configure this portAlternatives considered
No response
Additional context
No response