You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My laptop and phone are both on the same wifi network. When I run cordova run android -- --lr the phone tries to connect to 192.168.1.18:8081 (laptop's IP), but fails to connect. I can connect to this URL in the phone's browser and correctly get a bunch of JS alerts.
I'm wondering if somehow the app isn't getting its <allow-navigation href="*"/> entitlement correctly...? I've tried adding that into config.xml manually in a few different ways, but no luck.
Any help greatly appreciated!
The text was updated successfully, but these errors were encountered:
My laptop and phone are both on the same wifi network. When I run cordova run android -- --lr the phone tries to connect to 192.168.1.18:8081 (laptop's IP), but fails to connect. I can connect to this URL in the phone's browser and correctly get a bunch of JS alerts.
I'm wondering if somehow the app isn't getting its <allow-navigation href="*"/> entitlement correctly...? I've tried adding that into config.xml manually in a few different ways, but no luck.
My laptop and phone are both on the same wifi network. When I run
cordova run android -- --lr
the phone tries to connect to 192.168.1.18:8081 (laptop's IP), but fails to connect. I can connect to this URL in the phone's browser and correctly get a bunch of JS alerts.I'm wondering if somehow the app isn't getting its
<allow-navigation href="*"/>
entitlement correctly...? I've tried adding that into config.xml manually in a few different ways, but no luck.Any help greatly appreciated!
The text was updated successfully, but these errors were encountered: