Skip to content

Commit 60907c2

Browse files
committed
[HGNN-7039] 원링크 처리 후, 앱 재진입시 원래 보던 페이지로 이동
1 parent da79478 commit 60907c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/android/InAppBrowser.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,11 @@ public void onResume(boolean multitasking) {
380380
if (shouldPauseInAppBrowser) {
381381
inAppWebView.onResume();
382382
}
383+
384+
// onelink를 통해 이동 후, 앱에 재 진입 시, 기존 페이지로 전환
385+
if(edittext.getText().toString().contains("onelink.me")) {
386+
goBack();
387+
}
383388
}
384389

385390
/**

0 commit comments

Comments
 (0)