When a B4XPage is first loaded, there is a visual jump in the bottom toolbar during B4XPage_Resize. Resize is needed because it adjusts for SafeAreaInsets on iPhones. After a page is displayed the first time, there's no longer a jump because there's no resize. Example program attached.
I started with the B4XPagesNavBar example from the documentation and modified it to accommodate a login page. I'm using DDD.CreateToolbar in the Visual Designer to create the toolbars in pages 2, 3, and 4.
Can anything be done to eliminate the toolbar jump? Could a page be resized before it is initially displayed?
I started with the B4XPagesNavBar example from the documentation and modified it to accommodate a login page. I'm using DDD.CreateToolbar in the Visual Designer to create the toolbars in pages 2, 3, and 4.
Can anything be done to eliminate the toolbar jump? Could a page be resized before it is initially displayed?