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

[FE] 초대하기 OS 공유 기능 추가 #545

Closed
2 tasks done
jinhokim98 opened this issue Sep 9, 2024 · 0 comments · Fixed by #548
Closed
2 tasks done

[FE] 초대하기 OS 공유 기능 추가 #545

jinhokim98 opened this issue Sep 9, 2024 · 0 comments · Fixed by #548
Assignees
Labels
Milestone

Comments

@jinhokim98
Copy link
Contributor

jinhokim98 commented Sep 9, 2024

📄 설명

OS 공유를 도입하려는 근거

정산 초대하기를 눌렀을 때 링크 복사가 된다. 이 때 링크가 url인 줄 착각하고 주소창에 복사 붙여넣기하게 된다. OS 공유가 있어서 바로 링크를 뿌릴 수 있다면 편할 것 같다.

image

링크가 복사되는 토스트가 뜨고 앱을 켜서 붙여넣기 하는 플로우보다 바로 원하는 곳에 링크를 뿌릴 수 있다면 편리할 것 같다.

예상되는 플로우

정산 초대하기 버튼을 누르면 아래처럼 바로 OS 공유 화면이 보이고 링크를 공유할 수 있도록 하면 사용자가 헷갈리지 않고 직관적으로 기능을 사용할 것 같다.

image

우려 되는 점

window.navigator.share api가 안정적이지 않아서 모든 브라우저에서 실행되지 않는다. 특히 카카오톡 브라우저에서 돌아가지 않는 점이 치명적이다. 그래서 지원하지 않는 브라우저에서 공유를 할 방법을 도입하는데 시간이 조금 걸릴 것 같다.

구현 예상시간

위 우려 사항 때문에 1~2일 정도 소요될 것 같다.

🏁 할 일

  • OS 공유 기능 도입
  • OS 공유가 지원되지 않는 브라우저 대책 강구

🫡 참고사항

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants