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 love the idea for this plugin, but is there a way to have it detect whether its on mobile, and only run then? I think our desktop users might get annoyed by phone links.
Maybe adding this or something like it?
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {}
The text was updated successfully, but these errors were encountered:
I suppose. Although, more and more folks are using tel links on desktop - I do. It's not a bad feature addition however for those who think it looks bad on desktop.
I suppose. Although, more and more folks are using tel links on desktop -
I do. It's not a bad feature addition however for those who think it looks
bad on desktop.
I love the idea for this plugin, but is there a way to have it detect whether its on mobile, and only run then? I think our desktop users might get annoyed by phone links.
Maybe adding this or something like it?
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {}
The text was updated successfully, but these errors were encountered: