Skip to content

Commit

Permalink
fix: #409 카카오 인앱 브라우저에서도 서비스 화면 그대로 띄우도록 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
klmhyeonwoo committed Nov 9, 2024
1 parent 0487e44 commit ba23bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/helper/preventExternalBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export function PreventExternalBrowser({ children }: PropsWithChildren) {

if (isKakao) {
window.open(`kakaotalk://web/openExternal?url=${encodeURIComponent(URL)}`);
return <span> 시스템 브라우저를 이용해주세요 </span>;
} else if (isInstagram) {
/**
* NOTE: 현재는 해당 인스타그램 인앱 탈출 코드가 작동하지 않는 것 같음
Expand Down

0 comments on commit ba23bd7

Please sign in to comment.