tnicola / ngx-joyride

Angular Joyride/Tour library
https://tnicola.github.io/ngx-joyride/
MIT License
245 stars 94 forks source link

Doesn't work on real device (iOS) #829

Open metinjakupi opened 1 year ago

metinjakupi commented 1 year ago

Im using in real device when click button to start the joyride nothing happens, but works on browser

lsantaniello commented 1 year ago

I have the same issue. Did you solve? Please help me, thanks

pascalalfadian commented 11 months ago

This simple solution of adding position: relative to ` worked for me: https://github.com/tnicola/ngx-joyride/issues/250#issuecomment-1482562411.

Note that it has to be styled from the beginning. Adding it after the page is loaded doesn't work.