Philip Meyer wrote: > > Ah, I see. In that case, I think I'll disable the notification option > again. It's permanently in the notifications (and I typically have > loads of notifications before I get round to processing them). It's > easier to switch to the LMS webviewer than to find the notification!
-Might- be better to just hide the notification. If an app has a notification, Android will keep it alive for longer. Material is 'paused' when in the background (so the Javascript is not running), and if the app is still alive when brought back to the foreground it will display faster - otherwise it needs to reload the webview. This was my main reason for the notification. It's not 100% perfect, sometimes Android does seem to stop the app, and the view needs to reload, but most of the time its better. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
