You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Paywall's bottom part can't be seen while using Paywall 7 template on Google Pixel 9 Pro Android Emulator when the targetSdk is 35 in gradle. It works when the targetSdk is 34. See the attachment. I don't have a psychical pixel device to test it unfortunately. It also has a gap on top too. Maybe some wrong calculations are pushing the view to the bottom.
It only happens when the targetSdk is 35!
Environment
Platform: Android
SDK version: 8.8.0
OS version: API 35
targetSdk: 35
Android Studio version: 2024.2.1
I only have OnePlus 5 to test my app, it works fine on it. The bug only appears on Google Pixel Android emulators.
Thanks for sharing this. I will share this with the paywalls team to get some more eyes on this. It might simply be a problem due to the emulator as emulators sometimes show issues like you are seeing here.
Describe the bug
Paywall's bottom part can't be seen while using Paywall 7 template on Google Pixel 9 Pro Android Emulator when the targetSdk is 35 in gradle. It works when the targetSdk is 34. See the attachment. I don't have a psychical pixel device to test it unfortunately. It also has a gap on top too. Maybe some wrong calculations are pushing the view to the bottom.
It only happens when the targetSdk is 35!
My implementation:
The text was updated successfully, but these errors were encountered: