I'm getting this warning when I start the Inflexion runtime engine:
"Warning: Scroll capped at .999"
This happens just after Inflexion loads a template that contains a touch region who's x-axis field it tied to _scrollPos. Can anyone tell me what this warning it trying to tell me?
Jim
Mateen,
Thank you very much. That solved my problem.
Jim
Hi Jim,
The issue is that the rebound value is greater than "1" in a menu component. You can check the value under Component settings i.e. Settings Tab -> Menu Slots & Scrolling -> Rebound. The allowed values are from 0.0 to 0.999.
So, any value greater than 1 will generate the warning, while capping the rebound value to 0.999.
Thanks
Mateen