iPad: supporting screen splitting possible?

Hi,

Perhaps I’m confused among Xojo and Apple terminology about screen splitting.
On iPad, there’s the possibility to split the screen to show two different apps at the same time. It’s usually done by pressing a “…” button at the top bar.
With a Xojo app, the “…” button doesn’t appear and the feature (screen splitting) isn’t supported.

Is there a way to make the iOS Xojo app supporting iPad’s split screen?

Your iPadLayout must support all orientations to support screen splitting.

4 Likes

Good to know, thanks! I was indeed using only landscape mode. Now, I’ll have to support portrait too.

1 Like