In this post, we will see how to resolve data-autoscroll-block “start” position of turbo_frame option is misaligned Question: I would like to use the data-autoscroll-block attribute described in Turbo Reference to set the scroll position to TOP when screen transitions ...
In this post, we will see how to resolve Turbo Native Android Authentication Question: I’m basically trying to pass the token stored in Preferences to the turbo fragment. I figured that being stored, it would be usable in the fragments. ...
Question: I’m testing out the Turbo Frames and so far the frame works as described in the documentation. Clicking the link on the first page replaces the content in that frame with what was in the other file. However, if ...
Question: Previously in Rails when using the button_to tag, it was possible to use a confirmation dialog like this data: { confirm: 'Are you sure?' } is Rails magic data attribute that was used by @rails/ujs library under the hood ...