From edc9e8c78af9713246f80daaccb62a22960c5f3b Mon Sep 17 00:00:00 2001 From: leejinho Date: Thu, 13 Feb 2020 11:02:51 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=EB=A7=81=ED=81=AC=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EC=98=A4=ED=94=88=20=ED=98=95=EC=8B=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/native/components/top-bar.component.ts | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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() {