React-Native: Go back on android hardware back button pressed

前端 未结 6 2171
悲&欢浪女
悲&欢浪女 2021-02-05 06:14

I am trying to add going back on webview when the android backbutton was pressed and I still couldn\'t manage to make it work.

This is my code:



        
6条回答
  •  感情败类
    2021-02-05 06:53

    In case of webview in react native, app exit when pressing the back button of mobile by default. If you want to go the previous page when pressing the back button then you need to implement the "goback" function of react-native webview.

    You can see the Step 5 : Handle Mobile Back Button section of this article.

提交回复
热议问题