웹링크 팝업 오픈 형식 수정.
This commit is contained in:
parent
7cb1f44562
commit
edc9e8c78a
|
@ -411,10 +411,16 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
||||||
.replace(/(\(%USER_ID%\))/g, loginId)
|
.replace(/(\(%USER_ID%\))/g, loginId)
|
||||||
.replace(/(\(%USER_PASS%\))/g, loginPw);
|
.replace(/(\(%USER_PASS%\))/g, loginPw);
|
||||||
|
|
||||||
this.nativeService.openDefaultBrowser(url, {
|
// this.nativeService.openDefaultBrowser(url, {
|
||||||
features:
|
// features:
|
||||||
'menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=400,height=400'
|
// '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() {
|
onClosedProfileMenu() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user