Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
546 stars 300 forks source link

Sound Not working on Ipad/Mobile #223

Closed mahtesham closed 8 years ago

mahtesham commented 8 years ago

Hi, Sound alert for a new message or login/logout is not working on Ipad and Iphone. Can you please help ??

Thanks in advance.

marquisite commented 8 years ago

This is not an easy fix, as the sound relies on Flash which is missing on mobile devices like Apple iPhone/iPad, Android, Windows Phone, etc. There is some discussion for a replacement audio playback method using HTML5 (which does work on mobile devices unlike Flash) in pull request #78.

Frug commented 8 years ago

Closed by #78