Preventing keyboard from pushing the application content

This is the default behaviour of the Volt MX application. When I try to write the 5 digit app access code into the input field, the Android keyboard covers the application and it is presented on top of the app content.

Have a look at a snippet from my application:

The keyboard is pushing the entire application upside? Why is that happening? It doesn't look good because it's then decreasing my canvas size.

Is there any property in iris panel for textbox fields that will help me in stopping that?

Hi Vishal,

Please make use of windowSoftInputMode Property of Form. This property is available on Android and I hope it will help you to achieve desired results.

Properties - HCL Volt MX Documentation V9.2 (hcltechsw.com)

Thank you,

Anurag

1 Like

Thanks @Anurag Wanjari . You helped me in finding a needle from the haystack functionalities that volt mx provides 👍

By the way, is there any way to justify the text in a widget?