We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59d39d commit 0817042Copy full SHA for 0817042
src/device.js
@@ -54,7 +54,7 @@ export function isMetaWebView(ua?: string = getUserAgent()): boolean {
54
}
55
56
export function isMetaInAppBrowser(ua?: string = getUserAgent()): boolean {
57
- return /IABMV\/1/.test(ua);
+ return /IABMV/.test(ua);
58
59
60
export function isFirefox(ua?: string = getUserAgent()): boolean {
0 commit comments