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 a tablet pen. Your gallery don't work with them.
I change line:
if ( !("ontouchstart" in window) ){
to:
if(!( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) )) {
I hope this helps someone
The text was updated successfully, but these errors were encountered:
I have a tablet pen. Your gallery don't work with them.
I change line:
if ( !("ontouchstart" in window) ){
to:
if(!( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) )) {
I hope this helps someone
The text was updated successfully, but these errors were encountered: