Hello,
I have a question regarding the swipe back gesture behavior on Galaxy Note20 running OS 13 with One UI 5.x.
In our app, we use fragment-based screens with a back stack. Under the above environment, when performing a swipe back gesture, instead of triggering onBackPressed()
, the app automatically navigates to the previous fragment in the stack.
I have searched extensively but couldn’t find any information explaining this behavior. Is this swipe back behavior intentionally designed for Galaxy Note20 on OS 13 with One UI 5.x?
Also, please note that we have not set the enableOnBackInvokedCallback="true"
option in the manifest.
Thank you for your support.
안녕하세요.
갤럭시노트20, OS 13, One UI 5.x 에 대한 스와이프 동작에 대한 문의입니다.
현재 프래그먼트기반의 화면들이 스택이 쌓여있습니다.
위에 해당하는 환경에서 스와이프 뒤로가기시 onBackpressed가 호출되는 것이 아닌. 프래그먼트의 이전 스택으로 자동으로 이동됩니다.
이에 대한 정보를 아무리 찾아도 없습니다.
갤럭시노트20, OS 13, One UI 5.x 이렇게 동작되도록 의도적으로 설계된것인가요?
Manifest에 enableOnBackInvokedCallback=“true” 옵션은 설정되어있지않습니다.