PDA

View Full Version : Getting accordion sections out of the way on mobile devices



SpringBox
2019-09-21, 17:13
Hi guys

When entering data on mobile devices, the keyboard obviously takes up a lot of the screen real estate.

Is there a way to get the collapsed accordions to get out of the way whilst the keyboard is up to allow access to the data fields? image attached.
2041

Thanks

Simon

barrymavin
2019-09-22, 00:54
When using a large number of accordion sections like that on a mobile device you have several ways that will allow you to optimize the display space in your App on a lowres device.

1. Use an accordion stack and a navigation panel which is explained at
https://www.lianja.com/doc/index.php/Accordion_Behavior

2. Switch the display orientation to portrait in JavaScript in the ready delegate.