I am trying to debug my javascript application while running on iPad Safari using Vorlon.
In the application HTML-code I have implemented the script link:
<script src="http://192.168.1.134:1337/vorlon.js"></script>
The IP is the IP of the Vorlon server, which is on my laptop. Running the app on the laptop - the same as the server is on - results in a new client connection in the Vorlon console. But on the iPad the app does not connect to the Vorlon server.
On my Galaxy Tablet the result is the same, no connection. No matter what browser. Tried Chrome and Firefox on the tablet.
I have checked the firewall on the laptop and made sure the 1337 port is allowed.
The laptop runs Ubuntu 17.04