Closed yazdanhaider closed 1 month ago
Could you please assign this issue to me? I'm ready to start working on it.
Could you please assign this issue to me? I'm ready to start working on it.
Great! Move forward, @SyedMuzamilShah and please make sure to thoroughly review the markdown file.
The issue has been resolved. Please review the changes and let me know if any adjustments are needed. Thank you!
The issue has been resolved. Please review the changes and let me know if any adjustments are needed. Thank you!
Thank you for contributing!! @SyedMuzamilShah 🚀
Description
I am encountering an issue on iOS devices during the order receipt generation after a successful checkout. Specifically, when adding 3 or more items to the cart and proceeding with the checkout, the following error is thrown in the order receipt generation step: This issue only occurs on iOS devices and happens when the order receipt is being generated and displayed post-checkout. The receipt display seems to overflow, pushing the content outside of the visible area, and the pixel overflow error appears at the bottom of the screen.
Steps to Reproduce
Expected Behavior
The order receipt should be displayed properly within the screen bounds without causing a pixel overflow.
Actual Behavior
The order receipt display overflows the bottom of the screen, throwing a "Bottom overflowed by 300 pixels" error, making the content unreadable.
Environment
firebase_auth
version x.x.x,cloud_firestore
version x.x.xAdditional Information
Any guidance or suggestions to fix this overflow issue on iOS devices would be greatly appreciated!