UCIUROP2015 / UCI_OmletRTC

WebRTC app for Omlet chat
MIT License
15 stars 4 forks source link

Switching video between local and remote is not working in Firefox browser #7

Closed cs09g closed 9 years ago

cs09g commented 9 years ago

In Firefox,

mouseon event in video-chatting-interface crashes with the event in jquery touch punch js file.

so when you double-click the video in web browser, it is changed. not from clicking once.

I guess it does not work in web view from Omlet as well.

cs09g commented 9 years ago

in Chrome, it was no matter whether the event is "mouseon" or "click" but in Firefox, it cares. so when the event is not "touchmove" we coded for doing the same thing with "click" so, Firefox did "click" twice that was why it looks Firefox doesn't seem to work.

in Chrome, "click" event seems working well and in Firefox, "mouseon" event seems working well.

so I added one condition to work on both browsers.