We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<content src="http://192.168.14.164:8100/remote/local.index.html">
Open run.py in `/uguru/run.py and make sure it looks look like this
``` if __name__ == '__main__': app.run(host='192.168.14.164', port=5000) ```
Set the REST_URL mobile-app/www/remote/js/main.js to be "192.168.14.164:5000"
mobile-app/www/remote/js/main.js
ionic platform rm ios
ionic platform add ios
ionic build ios --device --release