Closed idcrook closed 5 years ago
Hooked up the iPad to macOS host and opened Web Inspector to debug iOS Safari. there were two issues, both related to ECMAScript support.
let
keyword is not support in Safari
var
since the scoping part of let
was not requiredpad()
function that supports .padLeft()
functionalityAfter these two changes it works on iOS 9 Mobile Safari
PR #3 has it now working on iPad 3 and Mobile Safari
an iPad 3 running Mobile Safari (9.0?) from iOS 9.3.5 is not updating the info.
likely socket.io version related? something to note: websockets is listed as supported since Mobile Safari 6 : https://caniuse.com/#feat=websockets
jquery should work. don't think any ES6 stuff will though, so possible that minor changes in app's current will allow it to