I added it to my app, but strange things are happening. Like Modals no longer display…
Anybody with experience here?
I added it to my app, but strange things are happening. Like Modals no longer display…
Anybody with experience here?
Are you seeing any errors when trying to debug? There’s most likely some error getting kicked off and being logged to the dev tools. I would look there.
Sadly, no I’m not seeing any errors whatsoever. Modals just don’t show up once the trackjs library is included on the page.
Could you provide some sample code? Would help solve the issue a bit faster
I figured out a workaround in my case. I don’t believe it is ionic 2 that is the problem. It’s how trackjs works with rxjs and ngrx/store. Turning off callback tracking resolved my issue:
_trackJs = { token: "YOUR TOKEN", callback: { enabled: false } };