Recent clover devices such as Clover Station 2018 and Clover Mini (2nd gen) support split screen in the Android OS. It is activated by long-pressing on the app switcher button in the nav-bar. However most Clover apps such as register do not support split-screen and will refuse to run in that mode.
If you are developing your own Android apps for Clover you can set
android:resizeableActivity="true"
In your manifest for activities that you want to allow split screen. You can also launch apps with the FLAG_ACTIVITIY_LAUNCH_ADJACENT hint to get them into split-screen automatically.
See https://developer.android.com/guide/topics/ui/multi-window for more information.
None of this will work on older Clover devices of course such as original Clover Station, Mini, Mobile, Flex.
2 People are following this question.