My screen have a lots of content so main VerticalFieldManager
have Scroll
property set to view all content using scroll.
All Content set properly and i can see all content using Scrollview
But when i Scroll this page vertically than i click on my Back Button
and i want to pop this screen .. when i click on back button first time nothing happened and when i click on second time this screen pop properly . i dont know what happen at first click evnet .
Other screen pop properly which have not scroll on this screen .
check click evnet of Back Button
UiApplication.getUiApplication().popScreen(CurrenScreenName.this);
Thanks in Advance !!!
Same thing happend to me, I used this: