Search found 1 match

Go to advanced search

by samgannett
Tue Dec 01, 2020 6:33 am
Forum: Issues
Topic: On/off button for all music in app
Replies: 11
Views: 6979
 
Jump to post

Re: On/off button for all music in app

Use this code
var playMusic = localStorage.getItem('playMusic');
if (playMusic == "true") {
// do something
}

Go to advanced search