UNPKG

@dvlden/is-webview

Version:

Detect if a visitor is coming through a webview or a native browser using user-agent.

1 lines 353 B
{"version":3,"file":"is-webview.mjs","sources":["../src/index.ts"],"sourcesContent":["const isWebview = (userAgent: string) => {\n return /webview|wv|ip((?!.*Safari)|(?=.*like Safari))/i.test(userAgent)\n}\n\nexport { isWebview }\n"],"names":[],"mappings":"AAAM,MAAA,SAAA,GAAY,CAAC,SAAsB,KAAA;AACvC,EAAO,OAAA,gDAAA,CAAiD,KAAK,SAAS,CAAA,CAAA;AACxE;;;;"}