analytical icon indicating copy to clipboard operation
analytical copied to clipboard

Kissmetrics are not working with turbolinks/jquery mobile

Open wilgoszpl opened this issue 10 years ago • 1 comments

I tested Analytical for KissMetrics implementation in my project, which

The Issue is: Events are triggered from controllers, but there is need to refresh the page, to reload javascript code in head tags after calling analytical.event method.

When websites uses page.on 'load' or page.on 'pageshow' events, kissmetrics doesn't trigger any event.

It should be a way to reload script after Turbolinks/jQuery Mobile events.

wilgoszpl avatar Apr 01 '15 16:04 wilgoszpl

Try https://github.com/kossnocorp/jquery.turbolinks or similar?

skull-squadron avatar Jan 12 '16 07:01 skull-squadron