You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
If i set a duration on scrollToPoint(), the scrolling won't run fully.
Steps to Reproduce
Steps to reproduce the behavior:
In code :
As user :
Related Code
register.component.ts :
register.component.html :
Expected Behavior
When you click on a "li" in the menu, it should scroll to the "div" offsetTop which has the good id with a duration of 200 ms.
Current Behavior
The scroll isn't totally executed.
Additional Information
Here is the console.log i used :
And here is the result after clicking 5 times on
<li id="two">2<li>
It only happens when I use a duration, if I set the duration to "0" it works perfectly.
The text was updated successfully, but these errors were encountered: