diff --git a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts index 259f7340..012a49b2 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/native/components/top-bar.component.ts @@ -411,10 +411,16 @@ export class TopBarComponent implements OnInit, OnDestroy { .replace(/(\(%USER_ID%\))/g, loginId) .replace(/(\(%USER_PASS%\))/g, loginPw); - this.nativeService.openDefaultBrowser(url, { - features: - 'menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=400,height=400' - }); + // this.nativeService.openDefaultBrowser(url, { + // features: + // 'menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=400,height=400' + // }); + + open( + url, + link.title, + 'frame=true,menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=1000,height=800' + ); } onClosedProfileMenu() {