Posted by wrtlprnft
What steps will reproduce the problem?
WebIOPi version used? => 0.6
For Javascript side bugs, Browser? => opera 12.15
Please provide any additional information below.
I think this piece of code in webiopi.js:42 can never work:
(window.opera != undefined && isMobileUserAgent(window.opera))
window.opera is not a string object, hence it makes no sense to call substr.
With that check removed, everything seems to work. Browser detection should still work with navigator.userAgent.
Files attached
Posted by trouch
Posted by trouch
Posted by trouch
Posted by trouch
No error with Opera 19