stevehealy / angular-back-to-top

Angular 13 component that lets the user return to the top of the screen, using a Material Design button
MIT License
2 stars 1 forks source link

angular-back-to-top is not working mobile #8

Open kumarAmaragonda opened 4 years ago

kumarAmaragonda commented 4 years ago

Hi, We are using angular 8, we placed the "app-back-to-top" in-app component itself. But it is not working in the mobile view. Which is working cool in Desktop.

Thanks and Regards, Kumar.

stevehealy commented 4 years ago

@kumarAmaragonda without more detail I can't be sure what your issue is. However, I have made changes to the sample project to improve the responsiveness for mobile - please pull the latest and see if that works for you. Thanks!

kumarAmaragonda commented 4 years ago

@kumarAmaragonda without more detail I can't be sure what your issue is. However, I have made changes to the sample project to improve the responsiveness for mobile - please pull the latest and see if that works for you. Thanks!

Thank you so much for your Quick reply @stevehealy . However, this is working fine in android mobiles but failing on iPhone.

Thanks and Regards, Kumar.