I have PowerApps canvas application with 3 screens . They are welcome screen, items listing screen and items edit screen. As part of the workflow am providing direct link to the edit screen URL (with the help of query string) to edit the item.
In the app StartScreen event, am giving the below command for redirecting to edit page.
Switch(Param("ScreenName"),"New",'New Screen',"Edit",'Edit Screen').
I have lot of controls need to be added in the edit page. Due to this I have increased the height of the screen to 4400. After increasing the height of the screen, the page is looking as show below (like mobile view) .when height was set to default value, the form is showing normally (in tablet View). This problem is coming only while redirecting from app StartScreen event. While navigating from welcome screen -→ listing screen -→ edit screen , the screen is getting displayed normally.
Can any one please suggest how can I fix this issue ?

Report
All responses (
Answers (