turbolinks-5 Questions

2

Solved

My rails app is flickering during transition.Turbolinks seems to be the culprit. Does anyone know how to stop the flickering or why it's flickering at all? If you access the link below and click ...
Fung asked 5/10, 2016 at 2:41

1

I've got some code that I want to run only on one page of my app, so in my HTML I'm using the following inline JS: <script> $(document).on('turbolinks:load', function() { console.log("...
Jaimie asked 2/4, 2020 at 17:48

1

I am trying to find a way to deal with rails (v4.1) flash messages when using turbolinks 5. I tried adding data-temporary="true" to each flash message div and then something like: $(document).on(...
Sprout asked 1/3, 2017 at 21:33

1

Solved

Whats a better solution for initializing jquery plugins on browser back button that aren't just transforming elements when using turbolinks in Rails 5 like masterslider (photo gallery) or slick (ca...
Overlie asked 21/9, 2016 at 23:13
1

© 2022 - 2024 — McMap. All rights reserved.