-
Notifications
You must be signed in to change notification settings - Fork 22
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
The height of the element keeps increasing #6
Comments
Thanks for reporting the issue. Can you let me know what platform this is for? Is it on a real device or in browser only? Can you share the markup to your There is another issue open like this mentioning that the issue occurs when there are other elements inside the |
Hi Ross, thank you very much for the reply. I am developing an Android app, and the issue happened in the browser. (I haven't got a chance to test it on the real device since it is not working in the browser).
Here is my ionic info just in case if it is a version issue:
Somehow I found an alternative solution to achieve one of the functionalities that was introduced by this amazing plugin (ScrollTo specific elements). Thank you very much again for developing this. |
I am facing this issue on the browser. The scroll height keeps on increasing . Following is my code :- * And my ionic version :- Cordova CLI: 6.4.0 |
@vineetdpnd What does your |
I tried to edit below lines in ion-alpha-scroll.js, and the problem fixed, see if it works for you. *Changed //line 62
|
@vineetdpnd @piuen0 This is solved via 26a4fae New version (1.0.8) will be available soon. |
@rossmartin Thanks for the update , I will try it out later this weekend and let you know if it works fine . |
Hi, thank you very much for developing this. When I install and apply this module to my app (an Ionic 2 app), I find out that the height of the ion-alpha-scroll keeps increasing (Won't stop, caused the app to crash). I strictly followed the instruction to set up everything. I would appreciate for any help. Thank you.
The text was updated successfully, but these errors were encountered: