I know how to detect chrome on iOS using navigator.userAgent.match('CriOS')
but what i need to be able to do is to target chrome on any mobile device, and i'm having trouble doing this reliably.
Any ideas on how to do this consistently are really gratefully accepted!