Climeeting / climeet-fe

https://www.cli-meet.com/
2 stars 2 forks source link

stackflow 걷어내기 #55

Closed piggmme closed 5 months ago

piggmme commented 5 months ago

스택플로우의 버그

스택플로우에서 뒤로갈 때 두번 스와이프 되듯이 버벅이는 버그가 있습니다. 스택플로우가 웹뷰나 네이티브 환경에선 이런 현상이 없는것인지 모르겠지만 사용성에 너무나도 치명적이더라구요 ㅠㅠ

당근에서도 인식하고 있는 버그 같아요 https://github.com/daangn/stackflow/issues/371 모바일웹에는 최적화되어있지 않다고 하네요 ./.. ㅠㅠ

https://github.com/Climeeting/climeet-fe/assets/76723666/9ddc7300-c300-4fd1-8843-deccacfc82f0

다음처럼 preventSwipeBack 를 추가하더라도 버그가 해결되지 않아서 최종적으론 걷어내는것이 좋을것 같아서 다시 리액트 라우터로 돌아갑니다.. ㅠㅠ

<AppScreen preventSwipeBack appBar={{ title: '' }}>

대안책 - View Transitions Api

스택플로우를 걷어냈기 때문에 TopBar에서 Back버튼 클릭시 애니메이션 모션이 더이상 없습니다. 완성도 높은 앱을 위해서 View Transitions Api 를 적용하면 스무스하고 이쁘게 만들 수 있을것 같아요! 아래를 참고해주세요

https://fe-developers.kakaoent.com/2023/230403-view-transitions-api/ https://developer.chrome.com/docs/web-platform/view-transitions?hl=ko