Seamless modals via Turbo and on Hotwire Native

I recently forked ultimate turbo modal so it can support delivering hotwire native modals on ios / android. I wanted to share this and see if anyone else would find it useful. I’m also looking for feedback.

The idea is in rails you can create your new, show, edit views like normally but it can be wrapped in a “drawer” or “modal” tag, this will be the modal pushed to the frontend. It also seamless works with hotwire native, so when using the native app and clicking a link, a native modal will open up and whatever buttons are added to the form will also display natively.

link: GitHub - bendangelo/ultimate_turbo_modal: The ultimate Turbo / Stimulus / Hotwire modal window for Rails · GitHub