Last active: a year ago
WeChat and iOS WeChat regexp
export const isWeChat = () => /MicroMessenger/i.test(window.navigator.userAgent); export const isWeChatSafari = navigator.userAgent.match( /(?=iPhone|iPod)(?=.*(Safari|MicroMessenger))/i );