IgorGamella
IgorGamella
> getScrollOffsets This solution worked out for me, forcing the plugin to use getElementAbsoluteTop(), just a minor correction, in your comment you mentioned the getElementAbsoluteLeft calculation. The getElementAbsoluteTop calculation is...
> Hi @Jay031, > > I tried your solution: Changed getElementFixedTop() to getElementAbsoluteTop() in ../myProject/node_modules/ngx-joyride/esm5/lib/services/document.service.js and ../myProject/node_modules/ngx-joyride/esm2015/lib/services/document.service.js, but nothing changed. > > Is this the right way or how must...
> you have to Sync Project with Gradle Files. > > that should work This solved my issue with unresolved classes. Thank you very much!