Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
As there have been no comments to suggest that the previous suggestion would not work, marking this as Already Exists.
If you feel this is in error, then please continue to vote and comment so that we understand the exact requirement.
Tim Clark
Do you need anything beyond of what was recommended in the previous comment? https://help.hcltechsw.com/dom_designer/12.0.0/basic/wn_hide_columns_or_fields_from_smaller_screens.html
please also read this:
https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_PLANNING_AN_APPLICATION_FOR_MOBILE_USERS_OVER.html
Domino V12 has many responsive design techniques that could accomplish this today.
For example, you could use "@ResolutionWidth" to determine the overall width of the smartphone display and then present different Form layouts based on that value.
You can also use "@Platform([Specific])" to determine not only the device type (phone or tablet) but also the operating system (iOS or Android). Then you could also present different Form layouts and UX that is similar to the devices operating system (Facade Design for iOS, Material Design for Android).