module Navigation
Ruby on Rails 2.0.23
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 Hotwire Native clients running (see the Hotwire Native iOS and Hotwire Native Android projects for details), you can respond to native requests with three dedicated responses: recede, resume, refresh.
Hotwire Native Android and Hotwire Native iOS handle these actions automatically.