Disable back button on notifications and universal links

If you’d like to remove the back button from screens that are opened through notifications or universal links you can use the following parameters in your app advanced configuration:

"Navigation": {
  "iOS_Back_Button_Bar_Deep_Links": false,
  "Android_Back_Button_Bar_Deep_Links": false
}

Make sure that these parameters are added to the existing “Navigation” array of parameters.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *