CSS for iPadOS

iPadOS has Split View and Slide Over.

How can I determine them using CSS?

Replies

You can write media queries that detect the width of the web view, but there's no way to distinguish between split view and slide over. Could you explain why you'd like them to behave differently?