11-20-2019 01:47
11-20-2019 01:47
var temp= document.createElement("BUTTON");
==>
Unhandled exception: TypeError: Expected a function.
Any ideas?
11-20-2019 02:32
11-20-2019 02:32
There's no such thing as createElement in this context. All elements have to be declared in SVG .gui files.
It's best not to think of the watch as a web site; there are many differences.