0

When I use the mjn:famous package in my meteor application the links <a></a> only work when I do a long tap on mobile. fast tapping will route me to the page also but its refreshing the page and I don't want a refresh here. I also can't deactivate this behavior with.

preventDefault()

When I remove the package everything works like expected.

I´m also using the famousviews packages.

How to fix the reload on mobile? (Tested on iOS8)

Dude
  • 1,045
  • 2
  • 15
  • 36

1 Answers1

0

Ok I´ve found a solution.

the problem is mjn:famous seems to produce the behavior. I´ve removed it and added raix:famono instead. Now it works like expected.

cheers

Dude
  • 1,045
  • 2
  • 15
  • 36