Question on SimpleCalculator sample landscape display on android #18923
-
Hi, I was able to deploy it on android and it renders well in portrait but when I tried to render it in landscape, it does not show all screen. What can I do to resolve the landscape display? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @modula2019, Right now, the SimpleCalc sample is set up for portrait mode only. To get it working in landscape, you can check out the Responsive Extensions docs. They show how to make your layout adapt to different screen sizes and orientations. Here’s the link to the docs: Responsive Extensions Hope that helps! Let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
Hey @modula2019,
Right now, the SimpleCalc sample is set up for portrait mode only. To get it working in landscape, you can check out the Responsive Extensions docs. They show how to make your layout adapt to different screen sizes and orientations.
Here’s the link to the docs: Responsive Extensions
Hope that helps! Let me know if you have any other questions.