Skip to main content

I’m using @revenuecat/purchases-js within React Native for Web, and I’ll trigger RevenueCat’s purchase page to be displayed, which has a back button. If I press that back button, the purchase page disappears, but most of my app is covered by a black div, with the exception of my header. Weirdly, I can’t select the div with the element selector in developer tools. 

Is there a way to address this? Is there an option to open the purchase page in another window, by chance? I couldn’t find one in the docs. Thank you.

Hi ​@eemebarbe, thanks for reporting this. We’ve tried to reproduce this but haven’t yet been able to. Would it be possible to share a minimal reproduction sample? 


EDIT: It appears something is setting the height property to “auto” inline on the body element after I exit the purchase view, which is set to 100% before I enter the view. 

 

It looks like this is a known issue: https://github.com/RevenueCat/purchases-js/issues/415