diff --git a/src/core/services/ws.ts b/src/core/services/ws.ts index 34543069e..d78c54e57 100644 --- a/src/core/services/ws.ts +++ b/src/core/services/ws.ts @@ -63,7 +63,7 @@ export class CoreWSProvider { protected async init(): Promise { await Platform.ready(); - if (CoreApp.isIOS()) { + if (CoreApp.isMobile()) { NativeHttp.setHeader('*', 'User-Agent', navigator.userAgent); } }