I'm attempting to do some local NativeScript development, and preview the app on my phone. I've used this line to create a new sample app:
tns create HelloWorld --template tns-template-blank-ng
I also installed the NativeScript preview and playground apps on my phone. I was able to preview the app by running the tns preview
command locally, and scanning the code on my playground app, just as documented. However, my regular connection is behind a proxy, and when I attempt to preview while connected to that network, the app never loads on my phone, but just displays a blank screen. I've used the tns proxy set
command to set the proxy for the NativeScript cli, configured the proxy connection properly on both my laptop and phone (I can connect to other resources just fine). I've also tried with and without my laptop's IP address added to the "ignore proxy" list on my phone's WiFi connection. My phone is an Android, and my laptop is running Fedora 30, if that matters.
To summarize, is there any way to use the NativeScript playground app behind a proxy?