-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new iPhone Models to screenHeights.js #102
Conversation
@spencersablan Also need to add iPhone 14 Pro Max. It has an outerHeight of 932. |
@spencersablan Can you also add iPhone 14 to the 844 section description? Here is a good link to make sure we are updated across the board. https://useyourloaf.com/blog/iphone-14-screen-sizes/ |
@spencersablan Nice work by the way! This is not a fun task. |
Co-authored-by: Steven Mask <mnicpt@gmail.com>
@mnicpt Thank you for all your help & input! 😄 Yesterday, I went through & test every device that is iOS 16 compatible for whether or not the Venmo button is displaying as expected. I'll add my results below just so we are all on the same page. Interesting that, besides the new iPhones, we didn't have any that didn't show up in the Safari browser. Action steps for myself today:
|
@spencersablan Nice work! |
* fix: add new iphone models to screenheights.js * fix: add iphone 14 Co-authored-by: Steven Mask <mnicpt@gmail.com> * fix: add iphone 14 pro max to screenheights.js * fix: fix 1x safari browser overlap on iphone 14 pro * fix: add iphone 12 mini specs * fix: remove extra data for minis Co-authored-by: Steven Mask <mnicpt@gmail.com>
Summary
screenHeights.js
since the Venmo button was not showing up on that device.Conversation