본문 바로가기

Programming/Xamarin

Xamarin forms 4.0 Shell WebView 스크롤 버그

반응형

Xamarin 4.0에 추가된 Shell 컨트롤 사용 시 하위에 WebView에서 스크롤이 동작하지 않는 버그가 있다.

(UI상에 웹뷰가 정상적으로 뜨지만 스크롤만 먹통)

ref: https://github.com/xamarin/Xamarin.Forms/issues/5205

 

Cannot scroll webpage in WebView element on Xamarin Shell · Issue #5205 · xamarin/Xamarin.Forms

Description Steps to Reproduce Pull Gastropods project from Github https://github.com/davidortinau/Gastropods.git Update Xamarin Form to latest prerelease version () Replace content of MainPage.xam...

github.com

터치 관련 이벤트가 전달 과정에 버그가 있어 정상적으로 전달되지 않아 생기는 문제 같은데 


해결책은 워크어라운드로 커스텀랜더러를 만들어주거나 버그가 수정되길 기다리는 방법(?)이 있다.

반응형