Jump to content

form mobile problem


leandroavila74

Recommended Posts

Hi,

 

I'm having problems with my mobile forms, my forms are almost always with vertical scroll, and when I have edit's on the form and the form executes scroll, normally not when I go back to the beginning of the form the same does not start, Form, let me see, but do not let the scroll stop there! This looks like a bug

 

 

Thx

Leandro

Link to comment
Share on other sites

Hi,

 

I'm having problems with my mobile forms, my forms are almost always with vertical scroll, and when I have edit's on the form and the form executes scroll, normally not when I go back to the beginning of the form the same does not start, Form, let me see, but do not let the scroll stop there! This looks like a bug

 

 

Thx

Leandro

 

I found the solution to this problem
When I use this method
 
UniSession.AddJS (myForm.WebForm.JSName + '.getScrollable (). GetScroller (). ScrollTo (0,400, false)');
 
Calling this code does a reset on the form's scroll control
And the problem reported in the previous post no longer occurs.
 
I will use this method to avoid the reported problem
 
Leandro
Link to comment
Share on other sites

×
×
  • Create New...