Michał Wilk
Michał Wilk
That works, thank you
I found another possible bug. If the country is set to "Russia", the default value of province is not working. My workaround: in `populateZones()` replace `return zone.name === zoneSelect.dataset.default;` with...
I have the similar problem but when orientation is changed (portrait -> landscape -> portrait)
Not sure is this best solution but works for me. bigvideo.js line 300 $(window).on('resize.bigvideo', function() { updateSize(); }); changed to $(window).on('resize.bigvideo', function() { updateSize(); setTimeout(function(){ updateSize(); },100); });
I got the same issue, please someone to fix that.
After hours of research I found out sth funny. There is no big video issues, this is iPad's limitation - you are not able to control volume from javascript layer....
And you won't see it. As I said volume control in html player is disabled.
Still not working at all. Angular 1.3.19
I'm also getting this issue on my Mac
The same problem here in Chrome on Android 6.0. Typing 123456789 gives me 123 **5**67 98**4** Damn, I need to fix it asap :/