Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 카카오 인앱프라우저로 접속시 다른 브라우저로 열기 안내 토스트 구현 #120

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

cheonjiyun
Copy link
Contributor

@cheonjiyun cheonjiyun commented Sep 7, 2024

  {
    path: 'create',
    element: (
      <CheckInAppBrowser>
        <CreateRoom />
      </CheckInAppBrowser>
    ),
  },
  {
    path: '/participate',
    element: (
      <CheckInAppBrowser>
        <InputCode />
      </CheckInAppBrowser>
    ),
  },

라우터에서 감싸서 검증했습니다. (로그인 영역 보호하는 것 처럼)
방만들기와, 초대하기페이지에서에서 토스트를 띄웠습니다.

navigator.userAgent 를 쓰면 브라우저를 알 수 있다고 합니다.

close #119

@cheonjiyun cheonjiyun merged commit 0a37e5a into dev Sep 7, 2024
1 check passed
@cheonjiyun cheonjiyun deleted the feature/#119 branch September 7, 2024 13:16
@cheonjiyun cheonjiyun restored the feature/#119 branch September 7, 2024 13:18
@cheonjiyun cheonjiyun deleted the feature/#119 branch September 7, 2024 13:19
@cheonjiyun cheonjiyun restored the feature/#119 branch September 7, 2024 13:27
@cheonjiyun cheonjiyun deleted the feature/#119 branch September 7, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

카카오톡 인앱 브라우저로 접속시 다른 브라우저로 열기로 안내하기
1 participant