When using the Android split screen feature (to run one app above/below left/right with another), JUCE 8 & 9 apps have completely broken drawing and layout when the JUCE app is the bottom or right app in the split. My app was using the latest JUCE8 when this was discovered, but I also tested with the JUCE demo app for both 8 and 9, both have the same issue. My previous update was using JUCE7 (also probably built targeting an earlier android version) and the issue doesn’t occur. This is happening at least on devices running Android 14 or greater (could be others as well). So, not sure exactly when the issue may have been introduced, but I may do some investigating.
To reproduce with the demo app, engage split screen by tapping the app icon at the top of the thumbnail in the task view in Android (the swipe from bottom thing)… first putting a different app on top, then adding the JUCE app on the bottom.
Just wanted to let you know @reuk !
