Update with support for latest jslib

This commit is contained in:
Hinton 2020-10-23 10:42:58 +02:00
parent 222665dd9d
commit b0c9054f23
1 changed files with 4 additions and 0 deletions

View File

@ -307,6 +307,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
return null;
}
supportsSecureStorage(): boolean {
return false;
}
private isSafariExtension(): boolean {
return (window as any).safariAppExtension === true;
}