pupunzi / jquery.mb.YTPlayer

use a custom yutube player for a video as background on jQuery framework
https://pupunzi.com/mb.components/mb.YTPlayer/demo/demo.html
1.32k stars 429 forks source link

issue with mac OS Big Sur #468

Closed Mohsen-Khakbiz closed 3 years ago

Mohsen-Khakbiz commented 4 years ago

hey there. I'm using the beta version of mac os big sur mac

and since I upgraded, I'm getting this error errors

error 1

error2

HCMF commented 4 years ago

I'm having the same issue with Big Sur as well.

groundnation commented 4 years ago

I 'fixed' by removing the '0' from the OS reference i.e.

test(nAgt)&&(e.version=/Mac OS X (1[._\d]+)

Big Sur is OS 11, so causing an issue in this case.

hablodoug commented 3 years ago

same issue

pupunzi commented 3 years ago

With the latest commit, this issue should be fixed. You can test it by downloading the Master. Soon available a new version.

Mohsen-Khakbiz commented 3 years ago

thank you!