Jorge,
With AppStudio 4.2, iPad Multitasking is enabled by default. With that being said, if iPad Multitasking is enabled, all four orientations need to be supported in the app.
Based on the screenshot you provided, it looks like your app has landscape options disabled. Please enable all four orientations if you want to enable iPad Multitasking.
But if you don't want or intend to have iPad Multitasking enabled, you can set display.ios.windowsMode to "fullscreen" in appinfo.json
<SPAN class="string token">"display"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">{</SPAN> <SPAN class="string token">"ios"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">{</SPAN> <SPAN class="string token">"windowMode"</SPAN><SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"fullscreen"</SPAN> <SPAN class="punctuation token">}</SPAN> <SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Thank you,
Erwin
My apologies, the correct appinfo.json value to disable iPad Multitasking is below (they case sensitive), I will update the original post.
I want to use only the portrait mode. I added the fullScreen key to the appinfo.json but i still have the same problem...
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.