Hi,
I’m using the RevenueCat Web Paywall Editor and would like to keep using it (no custom paywall in code).
With Android 16, forcing portrait is no longer allowed → I now need proper landscape support.
Current challenges:
-
Paywall is optimized for portrait, but breaks in landscape (height constraints)
-
Editor only provides
FIT / FILL / FIXED— no responsive rules -
No way to:
-
show/hide elements based on orientation
-
adjust layout/spacing per orientation
-
-
Tried switching images from FILL → FIT, but still not getting good results
Questions:
-
What are the best practices to design a paywall that works well in both portrait & landscape using the Web Editor?
-
Is the expected approach:
-
one responsive layout?
-
or multiple paywalls handled in the app?
-
-
Any docs / examples for landscape optimization?
Thanks
