Skip to main content
Question

A layout discrepancy between the RevenueCat Paywall Editor preview and the actual rendering on iOS devices.

  • February 1, 2026
  • 0 replies
  • 75 views

Forum|alt.badge.img+3

I am experiencing a layout discrepancy between the RevenueCat Paywall Editor preview and the actual rendering on iOS devices. (I’m using Flutter.)

 

Image 1: Preview from the RevenueCat Paywall Edit Page.

Image 2: A screenshot from the iOS Simulator (The same issue occurs on a physical iPhone 14).

 

 

As shown in the second image, the height of each membership package card is significantly enlarged compared to the preview. And the badge on the last membership package is being cut off.

What could be causing this issue specifically on iOS?

 


Image 1 (RevenueCat Paywall Edit Page.)


Image2 (A screenshot from the iOS Simulator)

=======================================================================

Giving a fixed height to the container made it look disproportionately large on iOS. I resolved this by removing the fixed height and using internal padding instead. And The badge issue has been fixed by applying a margin value to the container.

This post has been closed for comments