Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll to top icon not appearing in on iphone 6. #12

Closed
SovietFarmer opened this issue Oct 13, 2020 · 4 comments
Closed

Scroll to top icon not appearing in on iphone 6. #12

SovietFarmer opened this issue Oct 13, 2020 · 4 comments
Labels
browser compatibility Browser compatibility issues

Comments

@SovietFarmer
Copy link

SovietFarmer commented Oct 13, 2020

Apologies, I don't have any more devices to test on than iphone 5C (IOS version 10.3.3) but it works on IOS 14, below is my configuration of my app.component.html in my Angular 10 app.

<router-outlet></router-outlet>
<ngx-scrolltop
  [size]="50"
  backgroundColor="#2E5299"
  symbolColor="#ffffff">
</ngx-scrolltop>
<app-footer></app-footer>
@bartholomej
Copy link
Owner

@SovietFarmer Thank you for your feedback.

Yes, you're right. I investigated this issue and it should be fixe in version v2.4.0-beta.1

Can you confirm that it works, please?

Try it here: https://ngx-scrolltop.stackblitz.io/
OR
Install beta in your project yarn add ngx-scrolltop@beta

Thx

@SovietFarmer
Copy link
Author

Tested using the stackblitz, the same issue exists on iPhone 5 SE, no back to top button appears even at the bottom. I wouldn't worry about it too much though, it's such an old iOS that it's not a deal breaker.

@bartholomej
Copy link
Owner

Yes it's an old OS. A similar bug was in Internet Explorer 11 :)
It should be fixed now. Unfortunately, on iOS it's not smoothly animated, but it should fulfill its function – Scroll to top.

https://bartholomej.github.io/ngx-scrolltop/

I tried it on iOS10 and it looked good.

@SovietFarmer
Copy link
Author

Fixed, thanks mate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser compatibility Browser compatibility issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants