Wondering what would be the fastest way to debug features on my phone.
I'm making an app that has a lot of multi-touch and weird swipe gestures and because of that, I need to do a lot of minor changes and run a preview. If the changes are simple and need only single touch I will just do a local preview on the computer which runs instantly. If I need to see how it works on the phone I will do a remote preview meaning I run the preview, scan the QR code with the phone, wait for 1 min while it starts, check if my programming was working, seeing it didn't take, change some minor stuff in C3 and restart the preview.
Now my question is, is this the "right" way to doing mobile apps in C3? Should I connect the phone to the pc with a USB cable and launch through that somehow? Is there any way for it to start faster? Feels strange that is sooooo slow starting because if I make a debug APK it will start instantly.
The phone and the computer are connected to the same router. The computer is connected with a cable and the phone is on wifi.