Skip to content
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

added iphone16 lineup #1347

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions desktop-app/src/common/deviceList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,45 @@ export const defaultDevices: Device[] = [
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10022',
name: 'iPhone 16',
width: 393,
height: 852,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10023',
name: 'iPhone 16 Plus',
width: 430,
height: 932,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '10024',
name: 'iPhone 16 Pro',
width: 393,
height: 852,
dpr: 3,
capabilities: ['touch', 'mobile'],
userAgent:
'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1',
type: 'phone',
isTouchCapable: true,
isMobileCapable: true,
},
{
id: '20001',
name: 'Nexus 4',
Expand Down
Loading