lalu01 wrote: > Hi, i have the problem with Material 2.3.0 on my Macbook with Firefox > that nothing happens when i click on a menu entry. The only menu entry > what works is "Smart Mix". I see the same behavior on my Ipad with > Safari. On my Iphone with Safari everything is working well. Any idea?
Have a look for any errors in the console tab of your browser's developer tools. By 'menu entry' I assume you mean an item in the browse view? Note that for release builds I split the Javascript in two - to speed page loads. The fist has just enough to show the UI, but the handler for clicks in the browse view is loaded just after the UI javascript. This has the effect that for the 1st few milliseconds clicks will not work - and you will see an error about this if you click too soon. However, after the full javascript is loaded there should be no errors. I only mention so that when you look for errors in the console tab, you will see the one about browseClick - it can be ignored. *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
