Is it possible to possible to serve HTML/JS/CSS locally for a single destination on turbo-android or turbo-ios?

I want bundle my app with web assets for one destination(e.g. login screen) and use turbo to launch the webview. Is it possible?

Yeah. On iOS you’d probably have to create your own Apple Developer Documentation with the bundled assets. turbo-ios/Overview.md at main · hotwired/turbo-ios · GitHub describes how to share cookies between that web view and Turbo’s.

1 Like