devgeeks / ExampleHTML5AudioStreaming

Example project showing audio streaming using HTML5 Audio with PhoneGap on iOS - https://build.phonegap.com/apps/242993
164 stars 61 forks source link

Never removing event listeners #13

Open jordanchapian opened 8 years ago

jordanchapian commented 8 years ago

In your play function, your event listeners are never unbound. This will increase the number of callbacks every time you press the button...

devgeeks commented 8 years ago

Yeah, this example is pretty rough-shod and needs some love