You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this crazy issue I can't figure out.
I had datetimepicker working fine few days ago. I updated to the new jQ 3.6.0 and since that I got this flickering going on on all browsers on iPhone and on Safari.
You can see the effect here
In Win Chrome, Android it's working fine as usual.
reverting to older jQuery is not an option. What could have gone wrong here.
Here is the part of the code running this.
It looks like all the field are opening and closing one by one from top to bottom real fast.
So it was a stupid error. I was changing something and somehow changed the order of loading scripts so this datetimepickes js was loading before jQuery. I just switched order and it works.
Hi all,
I have this crazy issue I can't figure out.
I had datetimepicker working fine few days ago. I updated to the new jQ 3.6.0 and since that I got this flickering going on on all browsers on iPhone and on Safari.
You can see the effect here
In Win Chrome, Android it's working fine as usual.
reverting to older jQuery is not an option. What could have gone wrong here.
Here is the part of the code running this.
It looks like all the field are opening and closing one by one from top to bottom real fast.
`$(document).ready(function () {
This im my first gitHub post, so if I wrote something wrong I apologize in front.
The text was updated successfully, but these errors were encountered: