[Solved] How do I develop for iOS devices compatability-wise (not an actual mobile app)?


One way would be to get your computer’s IP address. If it’s a Mac you can open up System Preferences and head to Network

enter image description here

Select the WiFi network that is shared with your iPhone/iPad, or network adapter that is connected to a Wifi Hotspot which the iPhone is connected to.

Connect using the IP address instead of localhost.

I.e if you use

http://localhost:3000

You would use the IP address of your machine, i.e as on the screenshot:

http://192.168.8.102:3000

On your ipad. The iPad will use your WiFi network to connect to your machine at this point.

0

solved How do I develop for iOS devices compatability-wise (not an actual mobile app)?