From 0b36a8214e6f46d221c9d26775ce75954c35d171 Mon Sep 17 00:00:00 2001 From: Noah Spurrier Date: Thu, 4 Jan 2018 20:31:47 -0800 Subject: [PATCH] Update README.md The links to the demo applications need to be https, not http. At least, this is true for Chrome. This was a security upgrade change Chrome mandated. If the objects are not created under https then you get an alert that says "hacksparrow.github.io says: object NavigatorUserMediaError". Navigating to https://hacksparrow.github.io/remote.js/example/controlled.html fixes the problem. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2150b4d..22cf711 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Remote.js is a library for developing remote controlled web apps. It is wireless ## Quick demo -**Note**: Apps tested on Google Chrome only. If the examples don't work, try restarting the browser. +**Note**: Apps were tested on Google Chrome only. If the examples don't work, try restarting the browser. -* [Open the demo app on your desktop / laptop](http://hacksparrow.github.io/remote.js/example/controlled.html) -* [Open the remote controller app on your smartphone](http://hacksparrow.github.io/remote.js/example/controller.html) +* [Open the remote controller app on your smartphone](https://hacksparrow.github.io/remote.js/example/controller.html) +* [Open the demo app on your desktop / laptop](https://hacksparrow.github.io/remote.js/example/controlled.html) Once the apps are loaded, point the remote at the demo, and press the buttons.