diff --git a/jslib b/jslib index e6fde2e92b..cf5bce1ea9 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e6fde2e92be4be472933234daa7bae242ee17794 +Subproject commit cf5bce1ea91ebbc1c99a550b62114a88bfeb2036 diff --git a/src/services/browserPlatformUtils.service.ts b/src/services/browserPlatformUtils.service.ts index 24ca6d7d7c..2a8a951542 100644 --- a/src/services/browserPlatformUtils.service.ts +++ b/src/services/browserPlatformUtils.service.ts @@ -165,6 +165,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService return this.isChrome() || this.isOpera(); } + supportsDuo(): boolean { + return true; + } + showDialog(text: string, title?: string, confirmText?: string, cancelText?: string, type?: string) { const dialogId = Math.floor(Math.random() * Number.MAX_SAFE_INTEGER); this.messagingService.send('showDialog', {