Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing a few device defs for landscape variants #606
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for digging into this! |
This comment has been minimized.
This comment has been minimized.
|
Can I work on? |
This comment has been minimized.
This comment has been minimized.
|
@sotayamashita please do! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Randomly noticed that a few items didn't specify a "landscape" device:
Missing device for "iPhone 11 landscape"
Missing device for "iPhone 11 Pro landscape"
Missing device for "iPhone 11 Pro Max landscape"
Missing device for "Microsoft Lumia 550 landscape"
... So I hacked a quick linter to verify:
OUTPUT
Although, that "Lumia 550" definition looks possibly suspicious.
playwright/src/deviceDescriptors.ts
Lines 491 to 500 in b4209e9
It looks like the width > height, so it's possibly already the landscape definition, but incorrectly labeled (and we're missing the portrait definition).