module Navigation
Ruby on Rails 1.5.0
Since v1.3.3 Last seen in v2.0.23Turbo is built to work with native navigation principles and present those alongside what’s required for the web. When you have Turbo Native clients running (see the Turbo iOS and Turbo Android projects for details), you can respond to native requests with three dedicated responses: recede, resume, refresh.
turbo-android handles these actions automatically. You are required to implement the handling on your own for turbo-ios.