⬅️iOS Back Button
Add an on-screen back button for iOS, since iOS devices have no native back button.
What is iOS Back Button?
The iOS Back Button is an on-screen navigation control placed in the bottom-left corner of the screen. Tapping it returns the user to the previous page in their browsing history - replicating the behavior of Android's native back button, which iOS doesn't have. This is especially useful if your website relies on browser history or URL parameters for navigation.
This feature relies on your website's URL-based navigation history. If your website uses a navigation method that doesn't update the URL - such as single-page app routing without history updates - there may be no history for the button to go back to.
Visual examples




Prerequisites
This feature requires the Unlimited or Lifetime plan. See all plans
Natively Dashboard Setup
Open your Natively app dashboard and navigate to Features > iOS Back Button.
Toggle the feature to Enabled.
Select a Theme - Light or Dark.
Click Save.
Rebuild your iOS app.
You must rebuild your app for these changes to take effect.
Troubleshooting
Last updated