Per Chrome oder "Browser" App läuft das Vis auf dem Smartphone problemlos. Aber nicht in der iobroker app.
Ich habe nun die debug.apk nun mal im Android Studio importiert und auf meinem Device laufen lassen.
Hier der output:
android-studio-debug.log
Die roten Zeilen die ich auf anhieb gesehen habe sind:
03-30 19:22:43.226 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "coronavirus-statistics": SyntaxError: Unexpected token > at file:///android_asset/www/js/vis.js:395
03-30 19:22:43.496 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "ebus": SyntaxError: Unexpected token > at file:///android_asset/www/js/vis.js:395
03-30 19:22:43.886 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "history": SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function. at file:///android_asset/www/js/vis.js:395
03-30 19:22:44.106 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "info": SyntaxError: Unexpected token function at file:///android_asset/www/js/vis.js:395
03-30 19:22:45.326 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "material-webfont": TypeError: Object #<Object> has no method 'addFont' at file:///android_asset/www/js/vis.js:395
03-30 19:22:45.336 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "material": SyntaxError: Use of const in strict mode. at file:///android_asset/www/js/vis.js:395
03-30 19:22:45.806 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "materialdesign": SyntaxError: Use of const in strict mode. at file:///android_asset/www/js/vis.js:395
03-30 19:22:47.206 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "sbfspot": SyntaxError: Unexpected token > at file:///android_asset/www/js/vis.js:395
03-30 19:22:47.776 10826-10826/net.iobroker.vis E/Web Console: Cannot load widget set "weather": SyntaxError: Unexpected token > at file:///android_asset/www/js/vis.js:395
Die App bleibt beim laden der vis-views.json hängen.