@limrun/playwright-core 1.56.1-lim.1 → 1.61.0-lim.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE +5 -0
- package/ThirdPartyNotices.txt +7 -1496
- package/bin/install_webkit_wsl.ps1 +1 -3
- package/bin/reinstall_chrome_beta_linux.sh +1 -1
- package/bin/reinstall_chrome_beta_mac.sh +1 -1
- package/bin/reinstall_chrome_stable_linux.sh +1 -1
- package/bin/reinstall_chrome_stable_mac.sh +1 -1
- package/bin/reinstall_msedge_beta_linux.sh +1 -1
- package/bin/reinstall_msedge_beta_mac.sh +1 -1
- package/bin/reinstall_msedge_dev_linux.sh +1 -1
- package/bin/reinstall_msedge_dev_mac.sh +1 -1
- package/bin/reinstall_msedge_stable_linux.sh +1 -1
- package/bin/reinstall_msedge_stable_mac.sh +1 -1
- package/browsers.json +23 -22
- package/cli.js +4 -1
- package/index.js +2 -17
- package/lib/bootstrap.js +88 -0
- package/lib/coreBundle.js +73385 -0
- package/lib/entry/cliDaemon.js +5 -0
- package/lib/entry/dashboardApp.js +3 -0
- package/lib/entry/mcp.js +10 -0
- package/lib/entry/oopBrowserDownload.js +3 -0
- package/lib/{server/deviceDescriptors.js → package.js} +18 -7
- package/lib/server/deviceDescriptorsSource.json +1142 -182
- package/lib/server/electron/loader.js +99 -13
- package/lib/serverRegistry.js +7343 -0
- package/lib/serverRegistry.js.LICENSE +354 -0
- package/lib/tools/cli-client/channelSessions.js +141 -0
- package/lib/tools/cli-client/cli.js +6 -0
- package/lib/tools/cli-client/help.json +693 -0
- package/lib/tools/cli-client/minimist.js +128 -0
- package/lib/tools/cli-client/output.js +343 -0
- package/lib/tools/cli-client/program.js +404 -0
- package/lib/tools/cli-client/registry.js +176 -0
- package/lib/tools/cli-client/session.js +254 -0
- package/lib/tools/cli-client/skill/SKILL.md +404 -0
- package/lib/tools/cli-client/skill/references/element-attributes.md +23 -0
- package/lib/tools/cli-client/skill/references/playwright-tests.md +39 -0
- package/lib/tools/cli-client/skill/references/request-mocking.md +87 -0
- package/lib/tools/cli-client/skill/references/running-code.md +241 -0
- package/lib/tools/cli-client/skill/references/session-management.md +225 -0
- package/lib/tools/cli-client/skill/references/spec-driven-testing.md +305 -0
- package/lib/tools/cli-client/skill/references/storage-state.md +275 -0
- package/lib/tools/cli-client/skill/references/test-generation.md +134 -0
- package/lib/tools/cli-client/skill/references/tracing.md +139 -0
- package/lib/tools/cli-client/skill/references/video-recording.md +143 -0
- package/lib/tools/dashboard/appIcon.png +0 -0
- package/lib/tools/trace/SKILL.md +171 -0
- package/lib/{server/utils/profiler.js → tools/utils/extension.js} +42 -29
- package/lib/tools/utils/socketConnection.js +108 -0
- package/lib/utilsBundle.js +86695 -68
- package/lib/utilsBundle.js.LICENSE +2056 -0
- package/lib/vite/dashboard/assets/codicon-DCmgc-ay.ttf +0 -0
- package/lib/vite/dashboard/assets/firefox-1bWoP6pv.svg +1 -0
- package/lib/vite/dashboard/assets/firefox-beta-k3eOH_eK.svg +1 -0
- package/lib/vite/dashboard/assets/firefox-nightly-Cp5nfeDT.svg +1 -0
- package/lib/vite/dashboard/assets/index-BY2S1tHT.css +1 -0
- package/lib/vite/dashboard/assets/index-C_5TMfeg.js +52 -0
- package/lib/vite/dashboard/assets/safari-na3_-uQk.svg +1 -0
- package/lib/vite/dashboard/index.html +29 -0
- package/lib/vite/dashboard/playwright-logo.svg +24 -0
- package/lib/vite/htmlReport/index.html +2 -70
- package/lib/vite/htmlReport/report.css +1 -0
- package/lib/vite/htmlReport/report.js +72 -0
- package/lib/vite/{traceViewer/codeMirrorModule.C3UTv-Ge.css → recorder/assets/codeMirrorModule-DYBRYzYX.css} +1 -1
- package/lib/vite/recorder/assets/codeMirrorModule-DeBYQozu.js +32 -0
- package/lib/vite/recorder/assets/index-4ZiSSCmn.css +1 -0
- package/lib/vite/recorder/assets/index-Bq-mQf8S.js +193 -0
- package/lib/vite/recorder/index.html +2 -2
- package/lib/vite/traceViewer/assets/codeMirrorModule-LEHpjmcn.js +32 -0
- package/lib/vite/traceViewer/assets/defaultSettingsView-BNmKHKpQ.js +264 -0
- package/lib/vite/traceViewer/assets/urlMatch-BYQrIQwR.js +1 -0
- package/lib/vite/{recorder/assets/codeMirrorModule-C3UTv-Ge.css → traceViewer/codeMirrorModule.DYBRYzYX.css} +1 -1
- package/lib/vite/traceViewer/defaultSettingsView.CjdS-WJx.css +1 -0
- package/lib/vite/traceViewer/index.CzXZzn5A.css +1 -0
- package/lib/vite/traceViewer/index.DEBl1tfz.js +2 -0
- package/lib/vite/traceViewer/index.html +7 -6
- package/lib/vite/traceViewer/manifest.webmanifest +16 -0
- package/lib/vite/traceViewer/snapshot.html +4 -15
- package/lib/vite/traceViewer/snapshot.v8KI4P3m.js +2 -0
- package/lib/vite/traceViewer/sw.bundle.js +5 -3
- package/lib/vite/traceViewer/uiMode.BZQ54Kgt.css +1 -0
- package/lib/vite/traceViewer/uiMode.Ut8wwJNp.js +6 -0
- package/lib/vite/traceViewer/uiMode.html +5 -4
- package/package.json +4 -12
- package/types/protocol.d.ts +2101 -602
- package/types/types.d.ts +6183 -4591
- package/lib/androidServerImpl.js +0 -65
- package/lib/browserServerImpl.js +0 -120
- package/lib/cli/driver.js +0 -97
- package/lib/cli/program.js +0 -633
- package/lib/cli/programWithTestStub.js +0 -74
- package/lib/client/accessibility.js +0 -49
- package/lib/client/android.js +0 -361
- package/lib/client/api.js +0 -137
- package/lib/client/artifact.js +0 -79
- package/lib/client/browser.js +0 -163
- package/lib/client/browserContext.js +0 -529
- package/lib/client/browserType.js +0 -184
- package/lib/client/cdpSession.js +0 -51
- package/lib/client/channelOwner.js +0 -194
- package/lib/client/clientHelper.js +0 -64
- package/lib/client/clientInstrumentation.js +0 -55
- package/lib/client/clientStackTrace.js +0 -69
- package/lib/client/clock.js +0 -68
- package/lib/client/connection.js +0 -314
- package/lib/client/consoleMessage.js +0 -54
- package/lib/client/coverage.js +0 -44
- package/lib/client/dialog.js +0 -56
- package/lib/client/download.js +0 -62
- package/lib/client/electron.js +0 -138
- package/lib/client/elementHandle.js +0 -281
- package/lib/client/errors.js +0 -77
- package/lib/client/eventEmitter.js +0 -314
- package/lib/client/events.js +0 -99
- package/lib/client/fetch.js +0 -369
- package/lib/client/fileChooser.js +0 -46
- package/lib/client/fileUtils.js +0 -34
- package/lib/client/frame.js +0 -408
- package/lib/client/harRouter.js +0 -87
- package/lib/client/input.js +0 -84
- package/lib/client/jsHandle.js +0 -109
- package/lib/client/jsonPipe.js +0 -39
- package/lib/client/localUtils.js +0 -60
- package/lib/client/locator.js +0 -366
- package/lib/client/network.js +0 -747
- package/lib/client/page.js +0 -721
- package/lib/client/platform.js +0 -74
- package/lib/client/playwright.js +0 -75
- package/lib/client/selectors.js +0 -55
- package/lib/client/stream.js +0 -39
- package/lib/client/timeoutSettings.js +0 -79
- package/lib/client/tracing.js +0 -117
- package/lib/client/types.js +0 -28
- package/lib/client/video.js +0 -59
- package/lib/client/waiter.js +0 -142
- package/lib/client/webError.js +0 -39
- package/lib/client/webSocket.js +0 -93
- package/lib/client/worker.js +0 -63
- package/lib/client/writableStream.js +0 -39
- package/lib/generated/bindingsControllerSource.js +0 -28
- package/lib/generated/clockSource.js +0 -28
- package/lib/generated/injectedScriptSource.js +0 -28
- package/lib/generated/pollingRecorderSource.js +0 -28
- package/lib/generated/storageScriptSource.js +0 -28
- package/lib/generated/utilityScriptSource.js +0 -28
- package/lib/generated/webSocketMockSource.js +0 -336
- package/lib/inProcessFactory.js +0 -62
- package/lib/inprocess.js +0 -3
- package/lib/outofprocess.js +0 -76
- package/lib/protocol/serializers.js +0 -192
- package/lib/protocol/validator.js +0 -2912
- package/lib/protocol/validatorPrimitives.js +0 -193
- package/lib/remote/playwrightConnection.js +0 -129
- package/lib/remote/playwrightServer.js +0 -335
- package/lib/server/accessibility.js +0 -69
- package/lib/server/android/android.js +0 -465
- package/lib/server/android/backendAdb.js +0 -177
- package/lib/server/artifact.js +0 -127
- package/lib/server/bidi/bidiBrowser.js +0 -490
- package/lib/server/bidi/bidiChromium.js +0 -153
- package/lib/server/bidi/bidiConnection.js +0 -212
- package/lib/server/bidi/bidiExecutionContext.js +0 -221
- package/lib/server/bidi/bidiFirefox.js +0 -130
- package/lib/server/bidi/bidiInput.js +0 -146
- package/lib/server/bidi/bidiNetworkManager.js +0 -383
- package/lib/server/bidi/bidiOverCdp.js +0 -102
- package/lib/server/bidi/bidiPage.js +0 -552
- package/lib/server/bidi/bidiPdf.js +0 -106
- package/lib/server/bidi/third_party/bidiCommands.d.js +0 -22
- package/lib/server/bidi/third_party/bidiDeserializer.js +0 -98
- package/lib/server/bidi/third_party/bidiKeyboard.js +0 -256
- package/lib/server/bidi/third_party/bidiProtocol.js +0 -24
- package/lib/server/bidi/third_party/bidiProtocolCore.js +0 -179
- package/lib/server/bidi/third_party/bidiProtocolPermissions.js +0 -42
- package/lib/server/bidi/third_party/bidiSerializer.js +0 -148
- package/lib/server/bidi/third_party/firefoxPrefs.js +0 -259
- package/lib/server/browser.js +0 -149
- package/lib/server/browserContext.js +0 -696
- package/lib/server/browserType.js +0 -328
- package/lib/server/callLog.js +0 -82
- package/lib/server/chromium/chromium.js +0 -391
- package/lib/server/chromium/chromiumSwitches.js +0 -95
- package/lib/server/chromium/crAccessibility.js +0 -263
- package/lib/server/chromium/crBrowser.js +0 -502
- package/lib/server/chromium/crConnection.js +0 -202
- package/lib/server/chromium/crCoverage.js +0 -235
- package/lib/server/chromium/crDevTools.js +0 -113
- package/lib/server/chromium/crDragDrop.js +0 -131
- package/lib/server/chromium/crExecutionContext.js +0 -146
- package/lib/server/chromium/crInput.js +0 -187
- package/lib/server/chromium/crNetworkManager.js +0 -666
- package/lib/server/chromium/crPage.js +0 -1069
- package/lib/server/chromium/crPdf.js +0 -121
- package/lib/server/chromium/crProtocolHelper.js +0 -145
- package/lib/server/chromium/crServiceWorker.js +0 -123
- package/lib/server/chromium/defaultFontFamilies.js +0 -162
- package/lib/server/chromium/protocol.d.js +0 -16
- package/lib/server/chromium/videoRecorder.js +0 -113
- package/lib/server/clock.js +0 -149
- package/lib/server/codegen/csharp.js +0 -327
- package/lib/server/codegen/java.js +0 -274
- package/lib/server/codegen/javascript.js +0 -270
- package/lib/server/codegen/jsonl.js +0 -52
- package/lib/server/codegen/language.js +0 -132
- package/lib/server/codegen/languages.js +0 -68
- package/lib/server/codegen/python.js +0 -279
- package/lib/server/codegen/types.js +0 -16
- package/lib/server/console.js +0 -53
- package/lib/server/cookieStore.js +0 -206
- package/lib/server/debugController.js +0 -191
- package/lib/server/debugger.js +0 -119
- package/lib/server/dialog.js +0 -116
- package/lib/server/dispatchers/androidDispatcher.js +0 -325
- package/lib/server/dispatchers/artifactDispatcher.js +0 -118
- package/lib/server/dispatchers/browserContextDispatcher.js +0 -364
- package/lib/server/dispatchers/browserDispatcher.js +0 -118
- package/lib/server/dispatchers/browserTypeDispatcher.js +0 -64
- package/lib/server/dispatchers/cdpSessionDispatcher.js +0 -44
- package/lib/server/dispatchers/debugControllerDispatcher.js +0 -78
- package/lib/server/dispatchers/dialogDispatcher.js +0 -47
- package/lib/server/dispatchers/dispatcher.js +0 -371
- package/lib/server/dispatchers/electronDispatcher.js +0 -89
- package/lib/server/dispatchers/elementHandlerDispatcher.js +0 -181
- package/lib/server/dispatchers/frameDispatcher.js +0 -227
- package/lib/server/dispatchers/jsHandleDispatcher.js +0 -85
- package/lib/server/dispatchers/jsonPipeDispatcher.js +0 -58
- package/lib/server/dispatchers/localUtilsDispatcher.js +0 -149
- package/lib/server/dispatchers/networkDispatchers.js +0 -213
- package/lib/server/dispatchers/pageDispatcher.js +0 -401
- package/lib/server/dispatchers/playwrightDispatcher.js +0 -112
- package/lib/server/dispatchers/streamDispatcher.js +0 -67
- package/lib/server/dispatchers/tracingDispatcher.js +0 -68
- package/lib/server/dispatchers/webSocketRouteDispatcher.js +0 -165
- package/lib/server/dispatchers/writableStreamDispatcher.js +0 -79
- package/lib/server/dom.js +0 -806
- package/lib/server/download.js +0 -70
- package/lib/server/electron/electron.js +0 -270
- package/lib/server/errors.js +0 -69
- package/lib/server/fetch.js +0 -621
- package/lib/server/fileChooser.js +0 -43
- package/lib/server/fileUploadUtils.js +0 -84
- package/lib/server/firefox/ffAccessibility.js +0 -238
- package/lib/server/firefox/ffBrowser.js +0 -428
- package/lib/server/firefox/ffConnection.js +0 -147
- package/lib/server/firefox/ffExecutionContext.js +0 -150
- package/lib/server/firefox/ffInput.js +0 -159
- package/lib/server/firefox/ffNetworkManager.js +0 -256
- package/lib/server/firefox/ffPage.js +0 -503
- package/lib/server/firefox/firefox.js +0 -105
- package/lib/server/firefox/protocol.d.js +0 -16
- package/lib/server/formData.js +0 -147
- package/lib/server/frameSelectors.js +0 -156
- package/lib/server/frames.js +0 -1448
- package/lib/server/har/harRecorder.js +0 -147
- package/lib/server/har/harTracer.js +0 -607
- package/lib/server/harBackend.js +0 -157
- package/lib/server/helper.js +0 -96
- package/lib/server/index.js +0 -58
- package/lib/server/input.js +0 -273
- package/lib/server/instrumentation.js +0 -69
- package/lib/server/javascript.js +0 -291
- package/lib/server/launchApp.js +0 -128
- package/lib/server/localUtils.js +0 -218
- package/lib/server/macEditingCommands.js +0 -143
- package/lib/server/network.js +0 -629
- package/lib/server/page.js +0 -870
- package/lib/server/pipeTransport.js +0 -89
- package/lib/server/playwright.js +0 -71
- package/lib/server/progress.js +0 -112
- package/lib/server/protocolError.js +0 -52
- package/lib/server/recorder/chat.js +0 -161
- package/lib/server/recorder/recorderApp.js +0 -387
- package/lib/server/recorder/recorderRunner.js +0 -138
- package/lib/server/recorder/recorderSignalProcessor.js +0 -83
- package/lib/server/recorder/recorderUtils.js +0 -157
- package/lib/server/recorder/throttledFile.js +0 -57
- package/lib/server/recorder.js +0 -498
- package/lib/server/registry/browserFetcher.js +0 -175
- package/lib/server/registry/dependencies.js +0 -371
- package/lib/server/registry/index.js +0 -1333
- package/lib/server/registry/nativeDeps.js +0 -1280
- package/lib/server/registry/oopDownloadBrowserMain.js +0 -120
- package/lib/server/screenshotter.js +0 -333
- package/lib/server/selectors.js +0 -112
- package/lib/server/socksClientCertificatesInterceptor.js +0 -383
- package/lib/server/socksInterceptor.js +0 -95
- package/lib/server/trace/recorder/snapshotter.js +0 -147
- package/lib/server/trace/recorder/snapshotterInjected.js +0 -541
- package/lib/server/trace/recorder/tracing.js +0 -602
- package/lib/server/trace/test/inMemorySnapshotter.js +0 -87
- package/lib/server/trace/viewer/traceViewer.js +0 -240
- package/lib/server/transport.js +0 -181
- package/lib/server/types.js +0 -28
- package/lib/server/usKeyboardLayout.js +0 -145
- package/lib/server/utils/ascii.js +0 -44
- package/lib/server/utils/comparators.js +0 -161
- package/lib/server/utils/crypto.js +0 -216
- package/lib/server/utils/debug.js +0 -42
- package/lib/server/utils/debugLogger.js +0 -122
- package/lib/server/utils/env.js +0 -73
- package/lib/server/utils/eventsHelper.js +0 -39
- package/lib/server/utils/expectUtils.js +0 -38
- package/lib/server/utils/fileUtils.js +0 -191
- package/lib/server/utils/happyEyeballs.js +0 -207
- package/lib/server/utils/hostPlatform.js +0 -111
- package/lib/server/utils/httpServer.js +0 -218
- package/lib/server/utils/image_tools/colorUtils.js +0 -89
- package/lib/server/utils/image_tools/compare.js +0 -109
- package/lib/server/utils/image_tools/imageChannel.js +0 -78
- package/lib/server/utils/image_tools/stats.js +0 -102
- package/lib/server/utils/linuxUtils.js +0 -71
- package/lib/server/utils/network.js +0 -227
- package/lib/server/utils/nodePlatform.js +0 -148
- package/lib/server/utils/pipeTransport.js +0 -84
- package/lib/server/utils/processLauncher.js +0 -241
- package/lib/server/utils/socksProxy.js +0 -511
- package/lib/server/utils/spawnAsync.js +0 -41
- package/lib/server/utils/task.js +0 -51
- package/lib/server/utils/userAgent.js +0 -98
- package/lib/server/utils/wsServer.js +0 -121
- package/lib/server/utils/zipFile.js +0 -74
- package/lib/server/utils/zones.js +0 -57
- package/lib/server/webkit/protocol.d.js +0 -16
- package/lib/server/webkit/webkit.js +0 -119
- package/lib/server/webkit/wkAccessibility.js +0 -237
- package/lib/server/webkit/wkBrowser.js +0 -339
- package/lib/server/webkit/wkConnection.js +0 -149
- package/lib/server/webkit/wkExecutionContext.js +0 -154
- package/lib/server/webkit/wkInput.js +0 -181
- package/lib/server/webkit/wkInterceptableRequest.js +0 -169
- package/lib/server/webkit/wkPage.js +0 -1134
- package/lib/server/webkit/wkProvisionalPage.js +0 -83
- package/lib/server/webkit/wkWorkers.js +0 -104
- package/lib/server/webkit/wsl/webkit-wsl-transport-client.js +0 -74
- package/lib/server/webkit/wsl/webkit-wsl-transport-server.js +0 -113
- package/lib/third_party/pixelmatch.js +0 -255
- package/lib/utils/isomorphic/ariaSnapshot.js +0 -392
- package/lib/utils/isomorphic/assert.js +0 -31
- package/lib/utils/isomorphic/colors.js +0 -72
- package/lib/utils/isomorphic/cssParser.js +0 -245
- package/lib/utils/isomorphic/cssTokenizer.js +0 -1051
- package/lib/utils/isomorphic/headers.js +0 -53
- package/lib/utils/isomorphic/locatorGenerators.js +0 -673
- package/lib/utils/isomorphic/locatorParser.js +0 -176
- package/lib/utils/isomorphic/locatorUtils.js +0 -81
- package/lib/utils/isomorphic/manualPromise.js +0 -114
- package/lib/utils/isomorphic/mimeType.js +0 -459
- package/lib/utils/isomorphic/multimap.js +0 -80
- package/lib/utils/isomorphic/protocolFormatter.js +0 -78
- package/lib/utils/isomorphic/protocolMetainfo.js +0 -321
- package/lib/utils/isomorphic/rtti.js +0 -43
- package/lib/utils/isomorphic/selectorParser.js +0 -386
- package/lib/utils/isomorphic/semaphore.js +0 -54
- package/lib/utils/isomorphic/stackTrace.js +0 -158
- package/lib/utils/isomorphic/stringUtils.js +0 -155
- package/lib/utils/isomorphic/time.js +0 -49
- package/lib/utils/isomorphic/timeoutRunner.js +0 -66
- package/lib/utils/isomorphic/traceUtils.js +0 -58
- package/lib/utils/isomorphic/types.js +0 -16
- package/lib/utils/isomorphic/urlMatch.js +0 -176
- package/lib/utils/isomorphic/utilityScriptSerializers.js +0 -251
- package/lib/utils.js +0 -107
- package/lib/utilsBundleImpl/index.js +0 -218
- package/lib/vite/recorder/assets/codeMirrorModule-RJCXzfmE.js +0 -24
- package/lib/vite/recorder/assets/index-Ri0uHF7I.css +0 -1
- package/lib/vite/recorder/assets/index-Y-X2TGJv.js +0 -193
- package/lib/vite/traceViewer/assets/codeMirrorModule-eyVcHN77.js +0 -24
- package/lib/vite/traceViewer/assets/defaultSettingsView-w0zYjHsW.js +0 -265
- package/lib/vite/traceViewer/defaultSettingsView.TQ8_7ybu.css +0 -1
- package/lib/vite/traceViewer/index.Bx16ehp1.js +0 -2
- package/lib/vite/traceViewer/index.I8N9v4jT.css +0 -1
- package/lib/vite/traceViewer/uiMode.Btcz36p_.css +0 -1
- package/lib/vite/traceViewer/uiMode.DRQ310U5.js +0 -5
- package/lib/zipBundle.js +0 -34
- package/lib/zipBundleImpl.js +0 -5
- /package/lib/{utilsBundleImpl/xdg-open → xdg-open} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Blackberry PlayBook": {
|
|
3
|
-
"userAgent": "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/26.
|
|
3
|
+
"userAgent": "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/26.5 Safari/536.2+",
|
|
4
4
|
"viewport": {
|
|
5
5
|
"width": 600,
|
|
6
6
|
"height": 1024
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"defaultBrowserType": "webkit"
|
|
12
12
|
},
|
|
13
13
|
"Blackberry PlayBook landscape": {
|
|
14
|
-
"userAgent": "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/26.
|
|
14
|
+
"userAgent": "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/26.5 Safari/536.2+",
|
|
15
15
|
"viewport": {
|
|
16
16
|
"width": 1024,
|
|
17
17
|
"height": 600
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"defaultBrowserType": "webkit"
|
|
23
23
|
},
|
|
24
24
|
"BlackBerry Z30": {
|
|
25
|
-
"userAgent": "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/26.
|
|
25
|
+
"userAgent": "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/26.5 Mobile Safari/537.10+",
|
|
26
26
|
"viewport": {
|
|
27
27
|
"width": 360,
|
|
28
28
|
"height": 640
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"defaultBrowserType": "webkit"
|
|
34
34
|
},
|
|
35
35
|
"BlackBerry Z30 landscape": {
|
|
36
|
-
"userAgent": "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/26.
|
|
36
|
+
"userAgent": "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/26.5 Mobile Safari/537.10+",
|
|
37
37
|
"viewport": {
|
|
38
38
|
"width": 640,
|
|
39
39
|
"height": 360
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"defaultBrowserType": "webkit"
|
|
45
45
|
},
|
|
46
46
|
"Galaxy Note 3": {
|
|
47
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
47
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
48
48
|
"viewport": {
|
|
49
49
|
"width": 360,
|
|
50
50
|
"height": 640
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"defaultBrowserType": "webkit"
|
|
56
56
|
},
|
|
57
57
|
"Galaxy Note 3 landscape": {
|
|
58
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
58
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
59
59
|
"viewport": {
|
|
60
60
|
"width": 640,
|
|
61
61
|
"height": 360
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"defaultBrowserType": "webkit"
|
|
67
67
|
},
|
|
68
68
|
"Galaxy Note II": {
|
|
69
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
69
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
70
70
|
"viewport": {
|
|
71
71
|
"width": 360,
|
|
72
72
|
"height": 640
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"defaultBrowserType": "webkit"
|
|
78
78
|
},
|
|
79
79
|
"Galaxy Note II landscape": {
|
|
80
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
80
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
81
81
|
"viewport": {
|
|
82
82
|
"width": 640,
|
|
83
83
|
"height": 360
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"defaultBrowserType": "webkit"
|
|
89
89
|
},
|
|
90
90
|
"Galaxy S III": {
|
|
91
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
91
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
92
92
|
"viewport": {
|
|
93
93
|
"width": 360,
|
|
94
94
|
"height": 640
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"defaultBrowserType": "webkit"
|
|
100
100
|
},
|
|
101
101
|
"Galaxy S III landscape": {
|
|
102
|
-
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.
|
|
102
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/26.5 Mobile Safari/534.30",
|
|
103
103
|
"viewport": {
|
|
104
104
|
"width": 640,
|
|
105
105
|
"height": 360
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"defaultBrowserType": "webkit"
|
|
111
111
|
},
|
|
112
112
|
"Galaxy S5": {
|
|
113
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
113
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
114
114
|
"viewport": {
|
|
115
115
|
"width": 360,
|
|
116
116
|
"height": 640
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"defaultBrowserType": "chromium"
|
|
122
122
|
},
|
|
123
123
|
"Galaxy S5 landscape": {
|
|
124
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
124
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
125
125
|
"viewport": {
|
|
126
126
|
"width": 640,
|
|
127
127
|
"height": 360
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"defaultBrowserType": "chromium"
|
|
133
133
|
},
|
|
134
134
|
"Galaxy S8": {
|
|
135
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
135
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
136
136
|
"viewport": {
|
|
137
137
|
"width": 360,
|
|
138
138
|
"height": 740
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"defaultBrowserType": "chromium"
|
|
144
144
|
},
|
|
145
145
|
"Galaxy S8 landscape": {
|
|
146
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
146
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; SM-G950U Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
147
147
|
"viewport": {
|
|
148
148
|
"width": 740,
|
|
149
149
|
"height": 360
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"defaultBrowserType": "chromium"
|
|
155
155
|
},
|
|
156
156
|
"Galaxy S9+": {
|
|
157
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
157
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
158
158
|
"viewport": {
|
|
159
159
|
"width": 320,
|
|
160
160
|
"height": 658
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"defaultBrowserType": "chromium"
|
|
166
166
|
},
|
|
167
167
|
"Galaxy S9+ landscape": {
|
|
168
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
168
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; SM-G965U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
169
169
|
"viewport": {
|
|
170
170
|
"width": 658,
|
|
171
171
|
"height": 320
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"defaultBrowserType": "chromium"
|
|
177
177
|
},
|
|
178
178
|
"Galaxy S24": {
|
|
179
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S921U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
179
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S921U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
180
180
|
"viewport": {
|
|
181
181
|
"width": 360,
|
|
182
182
|
"height": 780
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"defaultBrowserType": "chromium"
|
|
188
188
|
},
|
|
189
189
|
"Galaxy S24 landscape": {
|
|
190
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S921U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
190
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-S921U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
191
191
|
"viewport": {
|
|
192
192
|
"width": 780,
|
|
193
193
|
"height": 360
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"defaultBrowserType": "chromium"
|
|
199
199
|
},
|
|
200
200
|
"Galaxy A55": {
|
|
201
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-A556B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
201
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-A556B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
202
202
|
"viewport": {
|
|
203
203
|
"width": 480,
|
|
204
204
|
"height": 1040
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"defaultBrowserType": "chromium"
|
|
210
210
|
},
|
|
211
211
|
"Galaxy A55 landscape": {
|
|
212
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-A556B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
212
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-A556B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
213
213
|
"viewport": {
|
|
214
214
|
"width": 1040,
|
|
215
215
|
"height": 480
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"defaultBrowserType": "chromium"
|
|
221
221
|
},
|
|
222
222
|
"Galaxy Tab S4": {
|
|
223
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
223
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
224
224
|
"viewport": {
|
|
225
225
|
"width": 712,
|
|
226
226
|
"height": 1138
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"defaultBrowserType": "chromium"
|
|
232
232
|
},
|
|
233
233
|
"Galaxy Tab S4 landscape": {
|
|
234
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
234
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; SM-T837A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
235
235
|
"viewport": {
|
|
236
236
|
"width": 1138,
|
|
237
237
|
"height": 712
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"defaultBrowserType": "chromium"
|
|
243
243
|
},
|
|
244
244
|
"Galaxy Tab S9": {
|
|
245
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
245
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
246
246
|
"viewport": {
|
|
247
247
|
"width": 640,
|
|
248
248
|
"height": 1024
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"defaultBrowserType": "chromium"
|
|
254
254
|
},
|
|
255
255
|
"Galaxy Tab S9 landscape": {
|
|
256
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
256
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; SM-X710) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
257
257
|
"viewport": {
|
|
258
258
|
"width": 1024,
|
|
259
259
|
"height": 640
|
|
@@ -263,8 +263,248 @@
|
|
|
263
263
|
"hasTouch": true,
|
|
264
264
|
"defaultBrowserType": "chromium"
|
|
265
265
|
},
|
|
266
|
+
"Galaxy Z Fold 6": {
|
|
267
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F956U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
268
|
+
"screen": {
|
|
269
|
+
"width": 928,
|
|
270
|
+
"height": 1080
|
|
271
|
+
},
|
|
272
|
+
"viewport": {
|
|
273
|
+
"width": 928,
|
|
274
|
+
"height": 1004
|
|
275
|
+
},
|
|
276
|
+
"deviceScaleFactor": 2,
|
|
277
|
+
"isMobile": true,
|
|
278
|
+
"hasTouch": true,
|
|
279
|
+
"defaultBrowserType": "chromium"
|
|
280
|
+
},
|
|
281
|
+
"Galaxy Z Fold 6 landscape": {
|
|
282
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F956U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
283
|
+
"screen": {
|
|
284
|
+
"width": 1080,
|
|
285
|
+
"height": 928
|
|
286
|
+
},
|
|
287
|
+
"viewport": {
|
|
288
|
+
"width": 1028,
|
|
289
|
+
"height": 876
|
|
290
|
+
},
|
|
291
|
+
"deviceScaleFactor": 2,
|
|
292
|
+
"isMobile": true,
|
|
293
|
+
"hasTouch": true,
|
|
294
|
+
"defaultBrowserType": "chromium"
|
|
295
|
+
},
|
|
296
|
+
"Galaxy Z Fold 6 Cover": {
|
|
297
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F956U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
298
|
+
"screen": {
|
|
299
|
+
"width": 484,
|
|
300
|
+
"height": 1188
|
|
301
|
+
},
|
|
302
|
+
"viewport": {
|
|
303
|
+
"width": 484,
|
|
304
|
+
"height": 1112
|
|
305
|
+
},
|
|
306
|
+
"deviceScaleFactor": 2,
|
|
307
|
+
"isMobile": true,
|
|
308
|
+
"hasTouch": true,
|
|
309
|
+
"defaultBrowserType": "chromium"
|
|
310
|
+
},
|
|
311
|
+
"Galaxy Z Fold 6 Cover landscape": {
|
|
312
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F956U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
313
|
+
"screen": {
|
|
314
|
+
"width": 1188,
|
|
315
|
+
"height": 484
|
|
316
|
+
},
|
|
317
|
+
"viewport": {
|
|
318
|
+
"width": 1136,
|
|
319
|
+
"height": 432
|
|
320
|
+
},
|
|
321
|
+
"deviceScaleFactor": 2,
|
|
322
|
+
"isMobile": true,
|
|
323
|
+
"hasTouch": true,
|
|
324
|
+
"defaultBrowserType": "chromium"
|
|
325
|
+
},
|
|
326
|
+
"Galaxy Z Fold 7": {
|
|
327
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F966U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
328
|
+
"screen": {
|
|
329
|
+
"width": 984,
|
|
330
|
+
"height": 1092
|
|
331
|
+
},
|
|
332
|
+
"viewport": {
|
|
333
|
+
"width": 984,
|
|
334
|
+
"height": 1016
|
|
335
|
+
},
|
|
336
|
+
"deviceScaleFactor": 2,
|
|
337
|
+
"isMobile": true,
|
|
338
|
+
"hasTouch": true,
|
|
339
|
+
"defaultBrowserType": "chromium"
|
|
340
|
+
},
|
|
341
|
+
"Galaxy Z Fold 7 landscape": {
|
|
342
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F966U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
343
|
+
"screen": {
|
|
344
|
+
"width": 1092,
|
|
345
|
+
"height": 984
|
|
346
|
+
},
|
|
347
|
+
"viewport": {
|
|
348
|
+
"width": 1040,
|
|
349
|
+
"height": 932
|
|
350
|
+
},
|
|
351
|
+
"deviceScaleFactor": 2,
|
|
352
|
+
"isMobile": true,
|
|
353
|
+
"hasTouch": true,
|
|
354
|
+
"defaultBrowserType": "chromium"
|
|
355
|
+
},
|
|
356
|
+
"Galaxy Z Fold 7 Cover": {
|
|
357
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F966U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
358
|
+
"screen": {
|
|
359
|
+
"width": 360,
|
|
360
|
+
"height": 840
|
|
361
|
+
},
|
|
362
|
+
"viewport": {
|
|
363
|
+
"width": 360,
|
|
364
|
+
"height": 764
|
|
365
|
+
},
|
|
366
|
+
"deviceScaleFactor": 3,
|
|
367
|
+
"isMobile": true,
|
|
368
|
+
"hasTouch": true,
|
|
369
|
+
"defaultBrowserType": "chromium"
|
|
370
|
+
},
|
|
371
|
+
"Galaxy Z Fold 7 Cover landscape": {
|
|
372
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F966U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
373
|
+
"screen": {
|
|
374
|
+
"width": 840,
|
|
375
|
+
"height": 360
|
|
376
|
+
},
|
|
377
|
+
"viewport": {
|
|
378
|
+
"width": 788,
|
|
379
|
+
"height": 308
|
|
380
|
+
},
|
|
381
|
+
"deviceScaleFactor": 3,
|
|
382
|
+
"isMobile": true,
|
|
383
|
+
"hasTouch": true,
|
|
384
|
+
"defaultBrowserType": "chromium"
|
|
385
|
+
},
|
|
386
|
+
"Galaxy Z Flip 6": {
|
|
387
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F741U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
388
|
+
"screen": {
|
|
389
|
+
"width": 360,
|
|
390
|
+
"height": 880
|
|
391
|
+
},
|
|
392
|
+
"viewport": {
|
|
393
|
+
"width": 360,
|
|
394
|
+
"height": 804
|
|
395
|
+
},
|
|
396
|
+
"deviceScaleFactor": 3,
|
|
397
|
+
"isMobile": true,
|
|
398
|
+
"hasTouch": true,
|
|
399
|
+
"defaultBrowserType": "chromium"
|
|
400
|
+
},
|
|
401
|
+
"Galaxy Z Flip 6 landscape": {
|
|
402
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F741U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
403
|
+
"screen": {
|
|
404
|
+
"width": 880,
|
|
405
|
+
"height": 360
|
|
406
|
+
},
|
|
407
|
+
"viewport": {
|
|
408
|
+
"width": 828,
|
|
409
|
+
"height": 308
|
|
410
|
+
},
|
|
411
|
+
"deviceScaleFactor": 3,
|
|
412
|
+
"isMobile": true,
|
|
413
|
+
"hasTouch": true,
|
|
414
|
+
"defaultBrowserType": "chromium"
|
|
415
|
+
},
|
|
416
|
+
"Galaxy Z Flip 6 Cover": {
|
|
417
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F741U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
418
|
+
"screen": {
|
|
419
|
+
"width": 360,
|
|
420
|
+
"height": 374
|
|
421
|
+
},
|
|
422
|
+
"viewport": {
|
|
423
|
+
"width": 360,
|
|
424
|
+
"height": 298
|
|
425
|
+
},
|
|
426
|
+
"deviceScaleFactor": 2,
|
|
427
|
+
"isMobile": true,
|
|
428
|
+
"hasTouch": true,
|
|
429
|
+
"defaultBrowserType": "chromium"
|
|
430
|
+
},
|
|
431
|
+
"Galaxy Z Flip 6 Cover landscape": {
|
|
432
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F741U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
433
|
+
"screen": {
|
|
434
|
+
"width": 374,
|
|
435
|
+
"height": 360
|
|
436
|
+
},
|
|
437
|
+
"viewport": {
|
|
438
|
+
"width": 322,
|
|
439
|
+
"height": 308
|
|
440
|
+
},
|
|
441
|
+
"deviceScaleFactor": 2,
|
|
442
|
+
"isMobile": true,
|
|
443
|
+
"hasTouch": true,
|
|
444
|
+
"defaultBrowserType": "chromium"
|
|
445
|
+
},
|
|
446
|
+
"Galaxy Z Flip 7": {
|
|
447
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F761U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
448
|
+
"screen": {
|
|
449
|
+
"width": 360,
|
|
450
|
+
"height": 840
|
|
451
|
+
},
|
|
452
|
+
"viewport": {
|
|
453
|
+
"width": 360,
|
|
454
|
+
"height": 764
|
|
455
|
+
},
|
|
456
|
+
"deviceScaleFactor": 3,
|
|
457
|
+
"isMobile": true,
|
|
458
|
+
"hasTouch": true,
|
|
459
|
+
"defaultBrowserType": "chromium"
|
|
460
|
+
},
|
|
461
|
+
"Galaxy Z Flip 7 landscape": {
|
|
462
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F761U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
463
|
+
"screen": {
|
|
464
|
+
"width": 840,
|
|
465
|
+
"height": 360
|
|
466
|
+
},
|
|
467
|
+
"viewport": {
|
|
468
|
+
"width": 788,
|
|
469
|
+
"height": 308
|
|
470
|
+
},
|
|
471
|
+
"deviceScaleFactor": 3,
|
|
472
|
+
"isMobile": true,
|
|
473
|
+
"hasTouch": true,
|
|
474
|
+
"defaultBrowserType": "chromium"
|
|
475
|
+
},
|
|
476
|
+
"Galaxy Z Flip 7 Cover": {
|
|
477
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F761U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
478
|
+
"screen": {
|
|
479
|
+
"width": 474,
|
|
480
|
+
"height": 524
|
|
481
|
+
},
|
|
482
|
+
"viewport": {
|
|
483
|
+
"width": 474,
|
|
484
|
+
"height": 448
|
|
485
|
+
},
|
|
486
|
+
"deviceScaleFactor": 2,
|
|
487
|
+
"isMobile": true,
|
|
488
|
+
"hasTouch": true,
|
|
489
|
+
"defaultBrowserType": "chromium"
|
|
490
|
+
},
|
|
491
|
+
"Galaxy Z Flip 7 Cover landscape": {
|
|
492
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; SM-F761U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
493
|
+
"screen": {
|
|
494
|
+
"width": 524,
|
|
495
|
+
"height": 474
|
|
496
|
+
},
|
|
497
|
+
"viewport": {
|
|
498
|
+
"width": 472,
|
|
499
|
+
"height": 422
|
|
500
|
+
},
|
|
501
|
+
"deviceScaleFactor": 2,
|
|
502
|
+
"isMobile": true,
|
|
503
|
+
"hasTouch": true,
|
|
504
|
+
"defaultBrowserType": "chromium"
|
|
505
|
+
},
|
|
266
506
|
"iPad (gen 5)": {
|
|
267
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
507
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
268
508
|
"viewport": {
|
|
269
509
|
"width": 768,
|
|
270
510
|
"height": 1024
|
|
@@ -275,7 +515,7 @@
|
|
|
275
515
|
"defaultBrowserType": "webkit"
|
|
276
516
|
},
|
|
277
517
|
"iPad (gen 5) landscape": {
|
|
278
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
518
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
279
519
|
"viewport": {
|
|
280
520
|
"width": 1024,
|
|
281
521
|
"height": 768
|
|
@@ -286,7 +526,7 @@
|
|
|
286
526
|
"defaultBrowserType": "webkit"
|
|
287
527
|
},
|
|
288
528
|
"iPad (gen 6)": {
|
|
289
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
529
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
290
530
|
"viewport": {
|
|
291
531
|
"width": 768,
|
|
292
532
|
"height": 1024
|
|
@@ -297,7 +537,7 @@
|
|
|
297
537
|
"defaultBrowserType": "webkit"
|
|
298
538
|
},
|
|
299
539
|
"iPad (gen 6) landscape": {
|
|
300
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
540
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
301
541
|
"viewport": {
|
|
302
542
|
"width": 1024,
|
|
303
543
|
"height": 768
|
|
@@ -308,7 +548,7 @@
|
|
|
308
548
|
"defaultBrowserType": "webkit"
|
|
309
549
|
},
|
|
310
550
|
"iPad (gen 7)": {
|
|
311
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
551
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
312
552
|
"viewport": {
|
|
313
553
|
"width": 810,
|
|
314
554
|
"height": 1080
|
|
@@ -319,7 +559,7 @@
|
|
|
319
559
|
"defaultBrowserType": "webkit"
|
|
320
560
|
},
|
|
321
561
|
"iPad (gen 7) landscape": {
|
|
322
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
562
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
323
563
|
"viewport": {
|
|
324
564
|
"width": 1080,
|
|
325
565
|
"height": 810
|
|
@@ -330,7 +570,7 @@
|
|
|
330
570
|
"defaultBrowserType": "webkit"
|
|
331
571
|
},
|
|
332
572
|
"iPad (gen 11)": {
|
|
333
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
573
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/19E241 Safari/604.1",
|
|
334
574
|
"viewport": {
|
|
335
575
|
"width": 656,
|
|
336
576
|
"height": 944
|
|
@@ -341,7 +581,7 @@
|
|
|
341
581
|
"defaultBrowserType": "webkit"
|
|
342
582
|
},
|
|
343
583
|
"iPad (gen 11) landscape": {
|
|
344
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
584
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/19E241 Safari/604.1",
|
|
345
585
|
"viewport": {
|
|
346
586
|
"width": 944,
|
|
347
587
|
"height": 656
|
|
@@ -352,7 +592,7 @@
|
|
|
352
592
|
"defaultBrowserType": "webkit"
|
|
353
593
|
},
|
|
354
594
|
"iPad Mini": {
|
|
355
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
595
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
356
596
|
"viewport": {
|
|
357
597
|
"width": 768,
|
|
358
598
|
"height": 1024
|
|
@@ -363,7 +603,7 @@
|
|
|
363
603
|
"defaultBrowserType": "webkit"
|
|
364
604
|
},
|
|
365
605
|
"iPad Mini landscape": {
|
|
366
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
606
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
367
607
|
"viewport": {
|
|
368
608
|
"width": 1024,
|
|
369
609
|
"height": 768
|
|
@@ -374,7 +614,7 @@
|
|
|
374
614
|
"defaultBrowserType": "webkit"
|
|
375
615
|
},
|
|
376
616
|
"iPad Pro 11": {
|
|
377
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
617
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
378
618
|
"viewport": {
|
|
379
619
|
"width": 834,
|
|
380
620
|
"height": 1194
|
|
@@ -385,7 +625,7 @@
|
|
|
385
625
|
"defaultBrowserType": "webkit"
|
|
386
626
|
},
|
|
387
627
|
"iPad Pro 11 landscape": {
|
|
388
|
-
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
628
|
+
"userAgent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
389
629
|
"viewport": {
|
|
390
630
|
"width": 1194,
|
|
391
631
|
"height": 834
|
|
@@ -396,7 +636,7 @@
|
|
|
396
636
|
"defaultBrowserType": "webkit"
|
|
397
637
|
},
|
|
398
638
|
"iPhone 6": {
|
|
399
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
639
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
400
640
|
"viewport": {
|
|
401
641
|
"width": 375,
|
|
402
642
|
"height": 667
|
|
@@ -407,7 +647,7 @@
|
|
|
407
647
|
"defaultBrowserType": "webkit"
|
|
408
648
|
},
|
|
409
649
|
"iPhone 6 landscape": {
|
|
410
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
650
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
411
651
|
"viewport": {
|
|
412
652
|
"width": 667,
|
|
413
653
|
"height": 375
|
|
@@ -418,7 +658,7 @@
|
|
|
418
658
|
"defaultBrowserType": "webkit"
|
|
419
659
|
},
|
|
420
660
|
"iPhone 6 Plus": {
|
|
421
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
661
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
422
662
|
"viewport": {
|
|
423
663
|
"width": 414,
|
|
424
664
|
"height": 736
|
|
@@ -429,7 +669,7 @@
|
|
|
429
669
|
"defaultBrowserType": "webkit"
|
|
430
670
|
},
|
|
431
671
|
"iPhone 6 Plus landscape": {
|
|
432
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
672
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
433
673
|
"viewport": {
|
|
434
674
|
"width": 736,
|
|
435
675
|
"height": 414
|
|
@@ -440,7 +680,7 @@
|
|
|
440
680
|
"defaultBrowserType": "webkit"
|
|
441
681
|
},
|
|
442
682
|
"iPhone 7": {
|
|
443
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
683
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
444
684
|
"viewport": {
|
|
445
685
|
"width": 375,
|
|
446
686
|
"height": 667
|
|
@@ -451,7 +691,7 @@
|
|
|
451
691
|
"defaultBrowserType": "webkit"
|
|
452
692
|
},
|
|
453
693
|
"iPhone 7 landscape": {
|
|
454
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
694
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
455
695
|
"viewport": {
|
|
456
696
|
"width": 667,
|
|
457
697
|
"height": 375
|
|
@@ -462,7 +702,7 @@
|
|
|
462
702
|
"defaultBrowserType": "webkit"
|
|
463
703
|
},
|
|
464
704
|
"iPhone 7 Plus": {
|
|
465
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
705
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
466
706
|
"viewport": {
|
|
467
707
|
"width": 414,
|
|
468
708
|
"height": 736
|
|
@@ -473,7 +713,7 @@
|
|
|
473
713
|
"defaultBrowserType": "webkit"
|
|
474
714
|
},
|
|
475
715
|
"iPhone 7 Plus landscape": {
|
|
476
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
716
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
477
717
|
"viewport": {
|
|
478
718
|
"width": 736,
|
|
479
719
|
"height": 414
|
|
@@ -484,7 +724,7 @@
|
|
|
484
724
|
"defaultBrowserType": "webkit"
|
|
485
725
|
},
|
|
486
726
|
"iPhone 8": {
|
|
487
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
727
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
488
728
|
"viewport": {
|
|
489
729
|
"width": 375,
|
|
490
730
|
"height": 667
|
|
@@ -495,7 +735,7 @@
|
|
|
495
735
|
"defaultBrowserType": "webkit"
|
|
496
736
|
},
|
|
497
737
|
"iPhone 8 landscape": {
|
|
498
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
738
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
499
739
|
"viewport": {
|
|
500
740
|
"width": 667,
|
|
501
741
|
"height": 375
|
|
@@ -506,7 +746,7 @@
|
|
|
506
746
|
"defaultBrowserType": "webkit"
|
|
507
747
|
},
|
|
508
748
|
"iPhone 8 Plus": {
|
|
509
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
749
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
510
750
|
"viewport": {
|
|
511
751
|
"width": 414,
|
|
512
752
|
"height": 736
|
|
@@ -517,7 +757,7 @@
|
|
|
517
757
|
"defaultBrowserType": "webkit"
|
|
518
758
|
},
|
|
519
759
|
"iPhone 8 Plus landscape": {
|
|
520
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
760
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
521
761
|
"viewport": {
|
|
522
762
|
"width": 736,
|
|
523
763
|
"height": 414
|
|
@@ -528,7 +768,7 @@
|
|
|
528
768
|
"defaultBrowserType": "webkit"
|
|
529
769
|
},
|
|
530
770
|
"iPhone SE": {
|
|
531
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.
|
|
771
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.5 Mobile/14E304 Safari/602.1",
|
|
532
772
|
"viewport": {
|
|
533
773
|
"width": 320,
|
|
534
774
|
"height": 568
|
|
@@ -539,7 +779,7 @@
|
|
|
539
779
|
"defaultBrowserType": "webkit"
|
|
540
780
|
},
|
|
541
781
|
"iPhone SE landscape": {
|
|
542
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.
|
|
782
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.5 Mobile/14E304 Safari/602.1",
|
|
543
783
|
"viewport": {
|
|
544
784
|
"width": 568,
|
|
545
785
|
"height": 320
|
|
@@ -550,7 +790,7 @@
|
|
|
550
790
|
"defaultBrowserType": "webkit"
|
|
551
791
|
},
|
|
552
792
|
"iPhone SE (3rd gen)": {
|
|
553
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.
|
|
793
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.5 Mobile/19E241 Safari/602.1",
|
|
554
794
|
"viewport": {
|
|
555
795
|
"width": 375,
|
|
556
796
|
"height": 667
|
|
@@ -561,7 +801,7 @@
|
|
|
561
801
|
"defaultBrowserType": "webkit"
|
|
562
802
|
},
|
|
563
803
|
"iPhone SE (3rd gen) landscape": {
|
|
564
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.
|
|
804
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/26.5 Mobile/19E241 Safari/602.1",
|
|
565
805
|
"viewport": {
|
|
566
806
|
"width": 667,
|
|
567
807
|
"height": 375
|
|
@@ -572,7 +812,7 @@
|
|
|
572
812
|
"defaultBrowserType": "webkit"
|
|
573
813
|
},
|
|
574
814
|
"iPhone X": {
|
|
575
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
815
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
576
816
|
"viewport": {
|
|
577
817
|
"width": 375,
|
|
578
818
|
"height": 812
|
|
@@ -583,7 +823,7 @@
|
|
|
583
823
|
"defaultBrowserType": "webkit"
|
|
584
824
|
},
|
|
585
825
|
"iPhone X landscape": {
|
|
586
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.
|
|
826
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/26.5 Mobile/15A372 Safari/604.1",
|
|
587
827
|
"viewport": {
|
|
588
828
|
"width": 812,
|
|
589
829
|
"height": 375
|
|
@@ -594,7 +834,7 @@
|
|
|
594
834
|
"defaultBrowserType": "webkit"
|
|
595
835
|
},
|
|
596
836
|
"iPhone XR": {
|
|
597
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
837
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
598
838
|
"viewport": {
|
|
599
839
|
"width": 414,
|
|
600
840
|
"height": 896
|
|
@@ -605,7 +845,7 @@
|
|
|
605
845
|
"defaultBrowserType": "webkit"
|
|
606
846
|
},
|
|
607
847
|
"iPhone XR landscape": {
|
|
608
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
848
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
609
849
|
"viewport": {
|
|
610
850
|
"width": 896,
|
|
611
851
|
"height": 414
|
|
@@ -616,7 +856,7 @@
|
|
|
616
856
|
"defaultBrowserType": "webkit"
|
|
617
857
|
},
|
|
618
858
|
"iPhone 11": {
|
|
619
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
859
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
620
860
|
"screen": {
|
|
621
861
|
"width": 414,
|
|
622
862
|
"height": 896
|
|
@@ -631,7 +871,7 @@
|
|
|
631
871
|
"defaultBrowserType": "webkit"
|
|
632
872
|
},
|
|
633
873
|
"iPhone 11 landscape": {
|
|
634
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
874
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
635
875
|
"screen": {
|
|
636
876
|
"width": 414,
|
|
637
877
|
"height": 896
|
|
@@ -646,7 +886,7 @@
|
|
|
646
886
|
"defaultBrowserType": "webkit"
|
|
647
887
|
},
|
|
648
888
|
"iPhone 11 Pro": {
|
|
649
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
889
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
650
890
|
"screen": {
|
|
651
891
|
"width": 375,
|
|
652
892
|
"height": 812
|
|
@@ -661,7 +901,7 @@
|
|
|
661
901
|
"defaultBrowserType": "webkit"
|
|
662
902
|
},
|
|
663
903
|
"iPhone 11 Pro landscape": {
|
|
664
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
904
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
665
905
|
"screen": {
|
|
666
906
|
"width": 375,
|
|
667
907
|
"height": 812
|
|
@@ -676,7 +916,7 @@
|
|
|
676
916
|
"defaultBrowserType": "webkit"
|
|
677
917
|
},
|
|
678
918
|
"iPhone 11 Pro Max": {
|
|
679
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
919
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
680
920
|
"screen": {
|
|
681
921
|
"width": 414,
|
|
682
922
|
"height": 896
|
|
@@ -691,7 +931,7 @@
|
|
|
691
931
|
"defaultBrowserType": "webkit"
|
|
692
932
|
},
|
|
693
933
|
"iPhone 11 Pro Max landscape": {
|
|
694
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
934
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
695
935
|
"screen": {
|
|
696
936
|
"width": 414,
|
|
697
937
|
"height": 896
|
|
@@ -706,7 +946,7 @@
|
|
|
706
946
|
"defaultBrowserType": "webkit"
|
|
707
947
|
},
|
|
708
948
|
"iPhone 12": {
|
|
709
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
949
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
710
950
|
"screen": {
|
|
711
951
|
"width": 390,
|
|
712
952
|
"height": 844
|
|
@@ -721,7 +961,7 @@
|
|
|
721
961
|
"defaultBrowserType": "webkit"
|
|
722
962
|
},
|
|
723
963
|
"iPhone 12 landscape": {
|
|
724
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
964
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
725
965
|
"screen": {
|
|
726
966
|
"width": 390,
|
|
727
967
|
"height": 844
|
|
@@ -736,7 +976,7 @@
|
|
|
736
976
|
"defaultBrowserType": "webkit"
|
|
737
977
|
},
|
|
738
978
|
"iPhone 12 Pro": {
|
|
739
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
979
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
740
980
|
"screen": {
|
|
741
981
|
"width": 390,
|
|
742
982
|
"height": 844
|
|
@@ -751,7 +991,7 @@
|
|
|
751
991
|
"defaultBrowserType": "webkit"
|
|
752
992
|
},
|
|
753
993
|
"iPhone 12 Pro landscape": {
|
|
754
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
994
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
755
995
|
"screen": {
|
|
756
996
|
"width": 390,
|
|
757
997
|
"height": 844
|
|
@@ -766,7 +1006,7 @@
|
|
|
766
1006
|
"defaultBrowserType": "webkit"
|
|
767
1007
|
},
|
|
768
1008
|
"iPhone 12 Pro Max": {
|
|
769
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1009
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
770
1010
|
"screen": {
|
|
771
1011
|
"width": 428,
|
|
772
1012
|
"height": 926
|
|
@@ -781,7 +1021,7 @@
|
|
|
781
1021
|
"defaultBrowserType": "webkit"
|
|
782
1022
|
},
|
|
783
1023
|
"iPhone 12 Pro Max landscape": {
|
|
784
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1024
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
785
1025
|
"screen": {
|
|
786
1026
|
"width": 428,
|
|
787
1027
|
"height": 926
|
|
@@ -796,7 +1036,7 @@
|
|
|
796
1036
|
"defaultBrowserType": "webkit"
|
|
797
1037
|
},
|
|
798
1038
|
"iPhone 12 Mini": {
|
|
799
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1039
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
800
1040
|
"screen": {
|
|
801
1041
|
"width": 375,
|
|
802
1042
|
"height": 812
|
|
@@ -811,7 +1051,7 @@
|
|
|
811
1051
|
"defaultBrowserType": "webkit"
|
|
812
1052
|
},
|
|
813
1053
|
"iPhone 12 Mini landscape": {
|
|
814
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1054
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
815
1055
|
"screen": {
|
|
816
1056
|
"width": 375,
|
|
817
1057
|
"height": 812
|
|
@@ -826,7 +1066,7 @@
|
|
|
826
1066
|
"defaultBrowserType": "webkit"
|
|
827
1067
|
},
|
|
828
1068
|
"iPhone 13": {
|
|
829
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1069
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
830
1070
|
"screen": {
|
|
831
1071
|
"width": 390,
|
|
832
1072
|
"height": 844
|
|
@@ -841,7 +1081,7 @@
|
|
|
841
1081
|
"defaultBrowserType": "webkit"
|
|
842
1082
|
},
|
|
843
1083
|
"iPhone 13 landscape": {
|
|
844
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1084
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
845
1085
|
"screen": {
|
|
846
1086
|
"width": 390,
|
|
847
1087
|
"height": 844
|
|
@@ -856,7 +1096,7 @@
|
|
|
856
1096
|
"defaultBrowserType": "webkit"
|
|
857
1097
|
},
|
|
858
1098
|
"iPhone 13 Pro": {
|
|
859
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1099
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
860
1100
|
"screen": {
|
|
861
1101
|
"width": 390,
|
|
862
1102
|
"height": 844
|
|
@@ -871,7 +1111,7 @@
|
|
|
871
1111
|
"defaultBrowserType": "webkit"
|
|
872
1112
|
},
|
|
873
1113
|
"iPhone 13 Pro landscape": {
|
|
874
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1114
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
875
1115
|
"screen": {
|
|
876
1116
|
"width": 390,
|
|
877
1117
|
"height": 844
|
|
@@ -886,7 +1126,7 @@
|
|
|
886
1126
|
"defaultBrowserType": "webkit"
|
|
887
1127
|
},
|
|
888
1128
|
"iPhone 13 Pro Max": {
|
|
889
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1129
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
890
1130
|
"screen": {
|
|
891
1131
|
"width": 428,
|
|
892
1132
|
"height": 926
|
|
@@ -901,7 +1141,7 @@
|
|
|
901
1141
|
"defaultBrowserType": "webkit"
|
|
902
1142
|
},
|
|
903
1143
|
"iPhone 13 Pro Max landscape": {
|
|
904
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1144
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
905
1145
|
"screen": {
|
|
906
1146
|
"width": 428,
|
|
907
1147
|
"height": 926
|
|
@@ -916,7 +1156,7 @@
|
|
|
916
1156
|
"defaultBrowserType": "webkit"
|
|
917
1157
|
},
|
|
918
1158
|
"iPhone 13 Mini": {
|
|
919
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1159
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
920
1160
|
"screen": {
|
|
921
1161
|
"width": 375,
|
|
922
1162
|
"height": 812
|
|
@@ -931,7 +1171,7 @@
|
|
|
931
1171
|
"defaultBrowserType": "webkit"
|
|
932
1172
|
},
|
|
933
1173
|
"iPhone 13 Mini landscape": {
|
|
934
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1174
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
935
1175
|
"screen": {
|
|
936
1176
|
"width": 375,
|
|
937
1177
|
"height": 812
|
|
@@ -946,7 +1186,7 @@
|
|
|
946
1186
|
"defaultBrowserType": "webkit"
|
|
947
1187
|
},
|
|
948
1188
|
"iPhone 14": {
|
|
949
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1189
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
950
1190
|
"screen": {
|
|
951
1191
|
"width": 390,
|
|
952
1192
|
"height": 844
|
|
@@ -961,7 +1201,7 @@
|
|
|
961
1201
|
"defaultBrowserType": "webkit"
|
|
962
1202
|
},
|
|
963
1203
|
"iPhone 14 landscape": {
|
|
964
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1204
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
965
1205
|
"screen": {
|
|
966
1206
|
"width": 390,
|
|
967
1207
|
"height": 844
|
|
@@ -976,7 +1216,7 @@
|
|
|
976
1216
|
"defaultBrowserType": "webkit"
|
|
977
1217
|
},
|
|
978
1218
|
"iPhone 14 Plus": {
|
|
979
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1219
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
980
1220
|
"screen": {
|
|
981
1221
|
"width": 428,
|
|
982
1222
|
"height": 926
|
|
@@ -991,7 +1231,7 @@
|
|
|
991
1231
|
"defaultBrowserType": "webkit"
|
|
992
1232
|
},
|
|
993
1233
|
"iPhone 14 Plus landscape": {
|
|
994
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1234
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
995
1235
|
"screen": {
|
|
996
1236
|
"width": 428,
|
|
997
1237
|
"height": 926
|
|
@@ -1006,7 +1246,7 @@
|
|
|
1006
1246
|
"defaultBrowserType": "webkit"
|
|
1007
1247
|
},
|
|
1008
1248
|
"iPhone 14 Pro": {
|
|
1009
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1249
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1010
1250
|
"screen": {
|
|
1011
1251
|
"width": 393,
|
|
1012
1252
|
"height": 852
|
|
@@ -1021,7 +1261,7 @@
|
|
|
1021
1261
|
"defaultBrowserType": "webkit"
|
|
1022
1262
|
},
|
|
1023
1263
|
"iPhone 14 Pro landscape": {
|
|
1024
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1264
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1025
1265
|
"screen": {
|
|
1026
1266
|
"width": 393,
|
|
1027
1267
|
"height": 852
|
|
@@ -1036,7 +1276,7 @@
|
|
|
1036
1276
|
"defaultBrowserType": "webkit"
|
|
1037
1277
|
},
|
|
1038
1278
|
"iPhone 14 Pro Max": {
|
|
1039
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1279
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1040
1280
|
"screen": {
|
|
1041
1281
|
"width": 430,
|
|
1042
1282
|
"height": 932
|
|
@@ -1051,7 +1291,7 @@
|
|
|
1051
1291
|
"defaultBrowserType": "webkit"
|
|
1052
1292
|
},
|
|
1053
1293
|
"iPhone 14 Pro Max landscape": {
|
|
1054
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1294
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1055
1295
|
"screen": {
|
|
1056
1296
|
"width": 430,
|
|
1057
1297
|
"height": 932
|
|
@@ -1066,7 +1306,7 @@
|
|
|
1066
1306
|
"defaultBrowserType": "webkit"
|
|
1067
1307
|
},
|
|
1068
1308
|
"iPhone 15": {
|
|
1069
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1309
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1070
1310
|
"screen": {
|
|
1071
1311
|
"width": 393,
|
|
1072
1312
|
"height": 852
|
|
@@ -1081,7 +1321,7 @@
|
|
|
1081
1321
|
"defaultBrowserType": "webkit"
|
|
1082
1322
|
},
|
|
1083
1323
|
"iPhone 15 landscape": {
|
|
1084
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1324
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1085
1325
|
"screen": {
|
|
1086
1326
|
"width": 393,
|
|
1087
1327
|
"height": 852
|
|
@@ -1096,7 +1336,7 @@
|
|
|
1096
1336
|
"defaultBrowserType": "webkit"
|
|
1097
1337
|
},
|
|
1098
1338
|
"iPhone 15 Plus": {
|
|
1099
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1339
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1100
1340
|
"screen": {
|
|
1101
1341
|
"width": 430,
|
|
1102
1342
|
"height": 932
|
|
@@ -1111,7 +1351,7 @@
|
|
|
1111
1351
|
"defaultBrowserType": "webkit"
|
|
1112
1352
|
},
|
|
1113
1353
|
"iPhone 15 Plus landscape": {
|
|
1114
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1354
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1115
1355
|
"screen": {
|
|
1116
1356
|
"width": 430,
|
|
1117
1357
|
"height": 932
|
|
@@ -1126,7 +1366,7 @@
|
|
|
1126
1366
|
"defaultBrowserType": "webkit"
|
|
1127
1367
|
},
|
|
1128
1368
|
"iPhone 15 Pro": {
|
|
1129
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1369
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1130
1370
|
"screen": {
|
|
1131
1371
|
"width": 393,
|
|
1132
1372
|
"height": 852
|
|
@@ -1141,7 +1381,7 @@
|
|
|
1141
1381
|
"defaultBrowserType": "webkit"
|
|
1142
1382
|
},
|
|
1143
1383
|
"iPhone 15 Pro landscape": {
|
|
1144
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1384
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1145
1385
|
"screen": {
|
|
1146
1386
|
"width": 393,
|
|
1147
1387
|
"height": 852
|
|
@@ -1156,7 +1396,7 @@
|
|
|
1156
1396
|
"defaultBrowserType": "webkit"
|
|
1157
1397
|
},
|
|
1158
1398
|
"iPhone 15 Pro Max": {
|
|
1159
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1399
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1160
1400
|
"screen": {
|
|
1161
1401
|
"width": 430,
|
|
1162
1402
|
"height": 932
|
|
@@ -1171,7 +1411,7 @@
|
|
|
1171
1411
|
"defaultBrowserType": "webkit"
|
|
1172
1412
|
},
|
|
1173
1413
|
"iPhone 15 Pro Max landscape": {
|
|
1174
|
-
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
1414
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1175
1415
|
"screen": {
|
|
1176
1416
|
"width": 430,
|
|
1177
1417
|
"height": 932
|
|
@@ -1185,99 +1425,399 @@
|
|
|
1185
1425
|
"hasTouch": true,
|
|
1186
1426
|
"defaultBrowserType": "webkit"
|
|
1187
1427
|
},
|
|
1188
|
-
"
|
|
1189
|
-
"userAgent": "Mozilla/5.0 (
|
|
1428
|
+
"iPhone 16": {
|
|
1429
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1430
|
+
"screen": {
|
|
1431
|
+
"width": 393,
|
|
1432
|
+
"height": 852
|
|
1433
|
+
},
|
|
1190
1434
|
"viewport": {
|
|
1191
|
-
"width":
|
|
1192
|
-
"height":
|
|
1435
|
+
"width": 393,
|
|
1436
|
+
"height": 659
|
|
1193
1437
|
},
|
|
1194
|
-
"deviceScaleFactor":
|
|
1438
|
+
"deviceScaleFactor": 3,
|
|
1195
1439
|
"isMobile": true,
|
|
1196
1440
|
"hasTouch": true,
|
|
1197
1441
|
"defaultBrowserType": "webkit"
|
|
1198
1442
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"userAgent": "Mozilla/5.0 (
|
|
1443
|
+
"iPhone 16 landscape": {
|
|
1444
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1445
|
+
"screen": {
|
|
1446
|
+
"width": 393,
|
|
1447
|
+
"height": 852
|
|
1448
|
+
},
|
|
1201
1449
|
"viewport": {
|
|
1202
|
-
"width":
|
|
1203
|
-
"height":
|
|
1450
|
+
"width": 734,
|
|
1451
|
+
"height": 343
|
|
1204
1452
|
},
|
|
1205
|
-
"deviceScaleFactor":
|
|
1453
|
+
"deviceScaleFactor": 3,
|
|
1206
1454
|
"isMobile": true,
|
|
1207
1455
|
"hasTouch": true,
|
|
1208
1456
|
"defaultBrowserType": "webkit"
|
|
1209
1457
|
},
|
|
1210
|
-
"
|
|
1211
|
-
"userAgent": "Mozilla/5.0 (
|
|
1458
|
+
"iPhone 16 Plus": {
|
|
1459
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1460
|
+
"screen": {
|
|
1461
|
+
"width": 430,
|
|
1462
|
+
"height": 932
|
|
1463
|
+
},
|
|
1212
1464
|
"viewport": {
|
|
1213
|
-
"width":
|
|
1214
|
-
"height":
|
|
1465
|
+
"width": 430,
|
|
1466
|
+
"height": 739
|
|
1215
1467
|
},
|
|
1216
|
-
"deviceScaleFactor":
|
|
1468
|
+
"deviceScaleFactor": 3,
|
|
1217
1469
|
"isMobile": true,
|
|
1218
1470
|
"hasTouch": true,
|
|
1219
|
-
"defaultBrowserType": "
|
|
1471
|
+
"defaultBrowserType": "webkit"
|
|
1220
1472
|
},
|
|
1221
|
-
"
|
|
1222
|
-
"userAgent": "Mozilla/5.0 (
|
|
1473
|
+
"iPhone 16 Plus landscape": {
|
|
1474
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1475
|
+
"screen": {
|
|
1476
|
+
"width": 430,
|
|
1477
|
+
"height": 932
|
|
1478
|
+
},
|
|
1223
1479
|
"viewport": {
|
|
1224
|
-
"width":
|
|
1225
|
-
"height":
|
|
1480
|
+
"width": 814,
|
|
1481
|
+
"height": 380
|
|
1226
1482
|
},
|
|
1227
|
-
"deviceScaleFactor":
|
|
1483
|
+
"deviceScaleFactor": 3,
|
|
1228
1484
|
"isMobile": true,
|
|
1229
1485
|
"hasTouch": true,
|
|
1230
|
-
"defaultBrowserType": "
|
|
1486
|
+
"defaultBrowserType": "webkit"
|
|
1231
1487
|
},
|
|
1232
|
-
"
|
|
1233
|
-
"userAgent": "Mozilla/5.0 (
|
|
1488
|
+
"iPhone 16 Pro": {
|
|
1489
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1490
|
+
"screen": {
|
|
1491
|
+
"width": 402,
|
|
1492
|
+
"height": 874
|
|
1493
|
+
},
|
|
1234
1494
|
"viewport": {
|
|
1235
|
-
"width":
|
|
1236
|
-
"height":
|
|
1495
|
+
"width": 402,
|
|
1496
|
+
"height": 681
|
|
1237
1497
|
},
|
|
1238
|
-
"deviceScaleFactor":
|
|
1498
|
+
"deviceScaleFactor": 3,
|
|
1239
1499
|
"isMobile": true,
|
|
1240
1500
|
"hasTouch": true,
|
|
1241
|
-
"defaultBrowserType": "
|
|
1501
|
+
"defaultBrowserType": "webkit"
|
|
1242
1502
|
},
|
|
1243
|
-
"
|
|
1244
|
-
"userAgent": "Mozilla/5.0 (
|
|
1503
|
+
"iPhone 16 Pro landscape": {
|
|
1504
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1505
|
+
"screen": {
|
|
1506
|
+
"width": 402,
|
|
1507
|
+
"height": 874
|
|
1508
|
+
},
|
|
1245
1509
|
"viewport": {
|
|
1246
|
-
"width":
|
|
1247
|
-
"height":
|
|
1510
|
+
"width": 756,
|
|
1511
|
+
"height": 352
|
|
1248
1512
|
},
|
|
1249
|
-
"deviceScaleFactor":
|
|
1513
|
+
"deviceScaleFactor": 3,
|
|
1250
1514
|
"isMobile": true,
|
|
1251
1515
|
"hasTouch": true,
|
|
1252
|
-
"defaultBrowserType": "
|
|
1516
|
+
"defaultBrowserType": "webkit"
|
|
1253
1517
|
},
|
|
1254
|
-
"
|
|
1255
|
-
"userAgent": "Mozilla/5.0 (
|
|
1518
|
+
"iPhone 16 Pro Max": {
|
|
1519
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1520
|
+
"screen": {
|
|
1521
|
+
"width": 440,
|
|
1522
|
+
"height": 956
|
|
1523
|
+
},
|
|
1256
1524
|
"viewport": {
|
|
1257
|
-
"width":
|
|
1258
|
-
"height":
|
|
1525
|
+
"width": 440,
|
|
1526
|
+
"height": 763
|
|
1259
1527
|
},
|
|
1260
|
-
"deviceScaleFactor":
|
|
1528
|
+
"deviceScaleFactor": 3,
|
|
1261
1529
|
"isMobile": true,
|
|
1262
1530
|
"hasTouch": true,
|
|
1263
|
-
"defaultBrowserType": "
|
|
1531
|
+
"defaultBrowserType": "webkit"
|
|
1264
1532
|
},
|
|
1265
|
-
"
|
|
1266
|
-
"userAgent": "Mozilla/5.0 (
|
|
1533
|
+
"iPhone 16 Pro Max landscape": {
|
|
1534
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1535
|
+
"screen": {
|
|
1536
|
+
"width": 440,
|
|
1537
|
+
"height": 956
|
|
1538
|
+
},
|
|
1267
1539
|
"viewport": {
|
|
1268
|
-
"width":
|
|
1269
|
-
"height":
|
|
1540
|
+
"width": 838,
|
|
1541
|
+
"height": 390
|
|
1270
1542
|
},
|
|
1271
|
-
"deviceScaleFactor":
|
|
1543
|
+
"deviceScaleFactor": 3,
|
|
1272
1544
|
"isMobile": true,
|
|
1273
1545
|
"hasTouch": true,
|
|
1274
|
-
"defaultBrowserType": "
|
|
1546
|
+
"defaultBrowserType": "webkit"
|
|
1275
1547
|
},
|
|
1276
|
-
"
|
|
1277
|
-
"userAgent": "Mozilla/5.0 (
|
|
1548
|
+
"iPhone 16e": {
|
|
1549
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1550
|
+
"screen": {
|
|
1551
|
+
"width": 390,
|
|
1552
|
+
"height": 844
|
|
1553
|
+
},
|
|
1278
1554
|
"viewport": {
|
|
1279
|
-
"width":
|
|
1280
|
-
"height":
|
|
1555
|
+
"width": 390,
|
|
1556
|
+
"height": 651
|
|
1557
|
+
},
|
|
1558
|
+
"deviceScaleFactor": 3,
|
|
1559
|
+
"isMobile": true,
|
|
1560
|
+
"hasTouch": true,
|
|
1561
|
+
"defaultBrowserType": "webkit"
|
|
1562
|
+
},
|
|
1563
|
+
"iPhone 16e landscape": {
|
|
1564
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1565
|
+
"screen": {
|
|
1566
|
+
"width": 390,
|
|
1567
|
+
"height": 844
|
|
1568
|
+
},
|
|
1569
|
+
"viewport": {
|
|
1570
|
+
"width": 726,
|
|
1571
|
+
"height": 340
|
|
1572
|
+
},
|
|
1573
|
+
"deviceScaleFactor": 3,
|
|
1574
|
+
"isMobile": true,
|
|
1575
|
+
"hasTouch": true,
|
|
1576
|
+
"defaultBrowserType": "webkit"
|
|
1577
|
+
},
|
|
1578
|
+
"iPhone 17": {
|
|
1579
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1580
|
+
"screen": {
|
|
1581
|
+
"width": 402,
|
|
1582
|
+
"height": 874
|
|
1583
|
+
},
|
|
1584
|
+
"viewport": {
|
|
1585
|
+
"width": 402,
|
|
1586
|
+
"height": 681
|
|
1587
|
+
},
|
|
1588
|
+
"deviceScaleFactor": 3,
|
|
1589
|
+
"isMobile": true,
|
|
1590
|
+
"hasTouch": true,
|
|
1591
|
+
"defaultBrowserType": "webkit"
|
|
1592
|
+
},
|
|
1593
|
+
"iPhone 17 landscape": {
|
|
1594
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1595
|
+
"screen": {
|
|
1596
|
+
"width": 402,
|
|
1597
|
+
"height": 874
|
|
1598
|
+
},
|
|
1599
|
+
"viewport": {
|
|
1600
|
+
"width": 756,
|
|
1601
|
+
"height": 352
|
|
1602
|
+
},
|
|
1603
|
+
"deviceScaleFactor": 3,
|
|
1604
|
+
"isMobile": true,
|
|
1605
|
+
"hasTouch": true,
|
|
1606
|
+
"defaultBrowserType": "webkit"
|
|
1607
|
+
},
|
|
1608
|
+
"iPhone Air": {
|
|
1609
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1610
|
+
"screen": {
|
|
1611
|
+
"width": 420,
|
|
1612
|
+
"height": 912
|
|
1613
|
+
},
|
|
1614
|
+
"viewport": {
|
|
1615
|
+
"width": 420,
|
|
1616
|
+
"height": 719
|
|
1617
|
+
},
|
|
1618
|
+
"deviceScaleFactor": 3,
|
|
1619
|
+
"isMobile": true,
|
|
1620
|
+
"hasTouch": true,
|
|
1621
|
+
"defaultBrowserType": "webkit"
|
|
1622
|
+
},
|
|
1623
|
+
"iPhone Air landscape": {
|
|
1624
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1625
|
+
"screen": {
|
|
1626
|
+
"width": 420,
|
|
1627
|
+
"height": 912
|
|
1628
|
+
},
|
|
1629
|
+
"viewport": {
|
|
1630
|
+
"width": 794,
|
|
1631
|
+
"height": 370
|
|
1632
|
+
},
|
|
1633
|
+
"deviceScaleFactor": 3,
|
|
1634
|
+
"isMobile": true,
|
|
1635
|
+
"hasTouch": true,
|
|
1636
|
+
"defaultBrowserType": "webkit"
|
|
1637
|
+
},
|
|
1638
|
+
"iPhone 17 Pro": {
|
|
1639
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1640
|
+
"screen": {
|
|
1641
|
+
"width": 402,
|
|
1642
|
+
"height": 874
|
|
1643
|
+
},
|
|
1644
|
+
"viewport": {
|
|
1645
|
+
"width": 402,
|
|
1646
|
+
"height": 681
|
|
1647
|
+
},
|
|
1648
|
+
"deviceScaleFactor": 3,
|
|
1649
|
+
"isMobile": true,
|
|
1650
|
+
"hasTouch": true,
|
|
1651
|
+
"defaultBrowserType": "webkit"
|
|
1652
|
+
},
|
|
1653
|
+
"iPhone 17 Pro landscape": {
|
|
1654
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1655
|
+
"screen": {
|
|
1656
|
+
"width": 402,
|
|
1657
|
+
"height": 874
|
|
1658
|
+
},
|
|
1659
|
+
"viewport": {
|
|
1660
|
+
"width": 756,
|
|
1661
|
+
"height": 352
|
|
1662
|
+
},
|
|
1663
|
+
"deviceScaleFactor": 3,
|
|
1664
|
+
"isMobile": true,
|
|
1665
|
+
"hasTouch": true,
|
|
1666
|
+
"defaultBrowserType": "webkit"
|
|
1667
|
+
},
|
|
1668
|
+
"iPhone 17 Pro Max": {
|
|
1669
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1670
|
+
"screen": {
|
|
1671
|
+
"width": 440,
|
|
1672
|
+
"height": 956
|
|
1673
|
+
},
|
|
1674
|
+
"viewport": {
|
|
1675
|
+
"width": 440,
|
|
1676
|
+
"height": 763
|
|
1677
|
+
},
|
|
1678
|
+
"deviceScaleFactor": 3,
|
|
1679
|
+
"isMobile": true,
|
|
1680
|
+
"hasTouch": true,
|
|
1681
|
+
"defaultBrowserType": "webkit"
|
|
1682
|
+
},
|
|
1683
|
+
"iPhone 17 Pro Max landscape": {
|
|
1684
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1685
|
+
"screen": {
|
|
1686
|
+
"width": 440,
|
|
1687
|
+
"height": 956
|
|
1688
|
+
},
|
|
1689
|
+
"viewport": {
|
|
1690
|
+
"width": 838,
|
|
1691
|
+
"height": 390
|
|
1692
|
+
},
|
|
1693
|
+
"deviceScaleFactor": 3,
|
|
1694
|
+
"isMobile": true,
|
|
1695
|
+
"hasTouch": true,
|
|
1696
|
+
"defaultBrowserType": "webkit"
|
|
1697
|
+
},
|
|
1698
|
+
"iPhone 17e": {
|
|
1699
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1700
|
+
"screen": {
|
|
1701
|
+
"width": 390,
|
|
1702
|
+
"height": 844
|
|
1703
|
+
},
|
|
1704
|
+
"viewport": {
|
|
1705
|
+
"width": 390,
|
|
1706
|
+
"height": 651
|
|
1707
|
+
},
|
|
1708
|
+
"deviceScaleFactor": 3,
|
|
1709
|
+
"isMobile": true,
|
|
1710
|
+
"hasTouch": true,
|
|
1711
|
+
"defaultBrowserType": "webkit"
|
|
1712
|
+
},
|
|
1713
|
+
"iPhone 17e landscape": {
|
|
1714
|
+
"userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Mobile/15E148 Safari/604.1",
|
|
1715
|
+
"screen": {
|
|
1716
|
+
"width": 390,
|
|
1717
|
+
"height": 844
|
|
1718
|
+
},
|
|
1719
|
+
"viewport": {
|
|
1720
|
+
"width": 726,
|
|
1721
|
+
"height": 340
|
|
1722
|
+
},
|
|
1723
|
+
"deviceScaleFactor": 3,
|
|
1724
|
+
"isMobile": true,
|
|
1725
|
+
"hasTouch": true,
|
|
1726
|
+
"defaultBrowserType": "webkit"
|
|
1727
|
+
},
|
|
1728
|
+
"Kindle Fire HDX": {
|
|
1729
|
+
"userAgent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true",
|
|
1730
|
+
"viewport": {
|
|
1731
|
+
"width": 800,
|
|
1732
|
+
"height": 1280
|
|
1733
|
+
},
|
|
1734
|
+
"deviceScaleFactor": 2,
|
|
1735
|
+
"isMobile": true,
|
|
1736
|
+
"hasTouch": true,
|
|
1737
|
+
"defaultBrowserType": "webkit"
|
|
1738
|
+
},
|
|
1739
|
+
"Kindle Fire HDX landscape": {
|
|
1740
|
+
"userAgent": "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true",
|
|
1741
|
+
"viewport": {
|
|
1742
|
+
"width": 1280,
|
|
1743
|
+
"height": 800
|
|
1744
|
+
},
|
|
1745
|
+
"deviceScaleFactor": 2,
|
|
1746
|
+
"isMobile": true,
|
|
1747
|
+
"hasTouch": true,
|
|
1748
|
+
"defaultBrowserType": "webkit"
|
|
1749
|
+
},
|
|
1750
|
+
"LG Optimus L70": {
|
|
1751
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1752
|
+
"viewport": {
|
|
1753
|
+
"width": 384,
|
|
1754
|
+
"height": 640
|
|
1755
|
+
},
|
|
1756
|
+
"deviceScaleFactor": 1.25,
|
|
1757
|
+
"isMobile": true,
|
|
1758
|
+
"hasTouch": true,
|
|
1759
|
+
"defaultBrowserType": "chromium"
|
|
1760
|
+
},
|
|
1761
|
+
"LG Optimus L70 landscape": {
|
|
1762
|
+
"userAgent": "Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1763
|
+
"viewport": {
|
|
1764
|
+
"width": 640,
|
|
1765
|
+
"height": 384
|
|
1766
|
+
},
|
|
1767
|
+
"deviceScaleFactor": 1.25,
|
|
1768
|
+
"isMobile": true,
|
|
1769
|
+
"hasTouch": true,
|
|
1770
|
+
"defaultBrowserType": "chromium"
|
|
1771
|
+
},
|
|
1772
|
+
"Microsoft Lumia 550": {
|
|
1773
|
+
"userAgent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36 Edge/14.14263",
|
|
1774
|
+
"viewport": {
|
|
1775
|
+
"width": 360,
|
|
1776
|
+
"height": 640
|
|
1777
|
+
},
|
|
1778
|
+
"deviceScaleFactor": 2,
|
|
1779
|
+
"isMobile": true,
|
|
1780
|
+
"hasTouch": true,
|
|
1781
|
+
"defaultBrowserType": "chromium"
|
|
1782
|
+
},
|
|
1783
|
+
"Microsoft Lumia 550 landscape": {
|
|
1784
|
+
"userAgent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36 Edge/14.14263",
|
|
1785
|
+
"viewport": {
|
|
1786
|
+
"width": 640,
|
|
1787
|
+
"height": 360
|
|
1788
|
+
},
|
|
1789
|
+
"deviceScaleFactor": 2,
|
|
1790
|
+
"isMobile": true,
|
|
1791
|
+
"hasTouch": true,
|
|
1792
|
+
"defaultBrowserType": "chromium"
|
|
1793
|
+
},
|
|
1794
|
+
"Microsoft Lumia 950": {
|
|
1795
|
+
"userAgent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36 Edge/14.14263",
|
|
1796
|
+
"viewport": {
|
|
1797
|
+
"width": 360,
|
|
1798
|
+
"height": 640
|
|
1799
|
+
},
|
|
1800
|
+
"deviceScaleFactor": 4,
|
|
1801
|
+
"isMobile": true,
|
|
1802
|
+
"hasTouch": true,
|
|
1803
|
+
"defaultBrowserType": "chromium"
|
|
1804
|
+
},
|
|
1805
|
+
"Microsoft Lumia 950 landscape": {
|
|
1806
|
+
"userAgent": "Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36 Edge/14.14263",
|
|
1807
|
+
"viewport": {
|
|
1808
|
+
"width": 640,
|
|
1809
|
+
"height": 360
|
|
1810
|
+
},
|
|
1811
|
+
"deviceScaleFactor": 4,
|
|
1812
|
+
"isMobile": true,
|
|
1813
|
+
"hasTouch": true,
|
|
1814
|
+
"defaultBrowserType": "chromium"
|
|
1815
|
+
},
|
|
1816
|
+
"Nexus 10": {
|
|
1817
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1818
|
+
"viewport": {
|
|
1819
|
+
"width": 800,
|
|
1820
|
+
"height": 1280
|
|
1281
1821
|
},
|
|
1282
1822
|
"deviceScaleFactor": 2,
|
|
1283
1823
|
"isMobile": true,
|
|
@@ -1285,7 +1825,7 @@
|
|
|
1285
1825
|
"defaultBrowserType": "chromium"
|
|
1286
1826
|
},
|
|
1287
1827
|
"Nexus 10 landscape": {
|
|
1288
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1828
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1289
1829
|
"viewport": {
|
|
1290
1830
|
"width": 1280,
|
|
1291
1831
|
"height": 800
|
|
@@ -1296,7 +1836,7 @@
|
|
|
1296
1836
|
"defaultBrowserType": "chromium"
|
|
1297
1837
|
},
|
|
1298
1838
|
"Nexus 4": {
|
|
1299
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1839
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1300
1840
|
"viewport": {
|
|
1301
1841
|
"width": 384,
|
|
1302
1842
|
"height": 640
|
|
@@ -1307,7 +1847,7 @@
|
|
|
1307
1847
|
"defaultBrowserType": "chromium"
|
|
1308
1848
|
},
|
|
1309
1849
|
"Nexus 4 landscape": {
|
|
1310
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1850
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1311
1851
|
"viewport": {
|
|
1312
1852
|
"width": 640,
|
|
1313
1853
|
"height": 384
|
|
@@ -1318,7 +1858,7 @@
|
|
|
1318
1858
|
"defaultBrowserType": "chromium"
|
|
1319
1859
|
},
|
|
1320
1860
|
"Nexus 5": {
|
|
1321
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1861
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1322
1862
|
"viewport": {
|
|
1323
1863
|
"width": 360,
|
|
1324
1864
|
"height": 640
|
|
@@ -1329,7 +1869,7 @@
|
|
|
1329
1869
|
"defaultBrowserType": "chromium"
|
|
1330
1870
|
},
|
|
1331
1871
|
"Nexus 5 landscape": {
|
|
1332
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1872
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1333
1873
|
"viewport": {
|
|
1334
1874
|
"width": 640,
|
|
1335
1875
|
"height": 360
|
|
@@ -1340,7 +1880,7 @@
|
|
|
1340
1880
|
"defaultBrowserType": "chromium"
|
|
1341
1881
|
},
|
|
1342
1882
|
"Nexus 5X": {
|
|
1343
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1883
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1344
1884
|
"viewport": {
|
|
1345
1885
|
"width": 412,
|
|
1346
1886
|
"height": 732
|
|
@@ -1351,7 +1891,7 @@
|
|
|
1351
1891
|
"defaultBrowserType": "chromium"
|
|
1352
1892
|
},
|
|
1353
1893
|
"Nexus 5X landscape": {
|
|
1354
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1894
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1355
1895
|
"viewport": {
|
|
1356
1896
|
"width": 732,
|
|
1357
1897
|
"height": 412
|
|
@@ -1362,7 +1902,7 @@
|
|
|
1362
1902
|
"defaultBrowserType": "chromium"
|
|
1363
1903
|
},
|
|
1364
1904
|
"Nexus 6": {
|
|
1365
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1905
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1366
1906
|
"viewport": {
|
|
1367
1907
|
"width": 412,
|
|
1368
1908
|
"height": 732
|
|
@@ -1373,7 +1913,7 @@
|
|
|
1373
1913
|
"defaultBrowserType": "chromium"
|
|
1374
1914
|
},
|
|
1375
1915
|
"Nexus 6 landscape": {
|
|
1376
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1916
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1377
1917
|
"viewport": {
|
|
1378
1918
|
"width": 732,
|
|
1379
1919
|
"height": 412
|
|
@@ -1384,7 +1924,7 @@
|
|
|
1384
1924
|
"defaultBrowserType": "chromium"
|
|
1385
1925
|
},
|
|
1386
1926
|
"Nexus 6P": {
|
|
1387
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1927
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1388
1928
|
"viewport": {
|
|
1389
1929
|
"width": 412,
|
|
1390
1930
|
"height": 732
|
|
@@ -1395,7 +1935,7 @@
|
|
|
1395
1935
|
"defaultBrowserType": "chromium"
|
|
1396
1936
|
},
|
|
1397
1937
|
"Nexus 6P landscape": {
|
|
1398
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1938
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1399
1939
|
"viewport": {
|
|
1400
1940
|
"width": 732,
|
|
1401
1941
|
"height": 412
|
|
@@ -1406,7 +1946,7 @@
|
|
|
1406
1946
|
"defaultBrowserType": "chromium"
|
|
1407
1947
|
},
|
|
1408
1948
|
"Nexus 7": {
|
|
1409
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1949
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1410
1950
|
"viewport": {
|
|
1411
1951
|
"width": 600,
|
|
1412
1952
|
"height": 960
|
|
@@ -1417,7 +1957,7 @@
|
|
|
1417
1957
|
"defaultBrowserType": "chromium"
|
|
1418
1958
|
},
|
|
1419
1959
|
"Nexus 7 landscape": {
|
|
1420
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
1960
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1421
1961
|
"viewport": {
|
|
1422
1962
|
"width": 960,
|
|
1423
1963
|
"height": 600
|
|
@@ -1472,7 +2012,7 @@
|
|
|
1472
2012
|
"defaultBrowserType": "webkit"
|
|
1473
2013
|
},
|
|
1474
2014
|
"Pixel 2": {
|
|
1475
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2015
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1476
2016
|
"viewport": {
|
|
1477
2017
|
"width": 411,
|
|
1478
2018
|
"height": 731
|
|
@@ -1483,7 +2023,7 @@
|
|
|
1483
2023
|
"defaultBrowserType": "chromium"
|
|
1484
2024
|
},
|
|
1485
2025
|
"Pixel 2 landscape": {
|
|
1486
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2026
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1487
2027
|
"viewport": {
|
|
1488
2028
|
"width": 731,
|
|
1489
2029
|
"height": 411
|
|
@@ -1494,7 +2034,7 @@
|
|
|
1494
2034
|
"defaultBrowserType": "chromium"
|
|
1495
2035
|
},
|
|
1496
2036
|
"Pixel 2 XL": {
|
|
1497
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2037
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1498
2038
|
"viewport": {
|
|
1499
2039
|
"width": 411,
|
|
1500
2040
|
"height": 823
|
|
@@ -1505,7 +2045,7 @@
|
|
|
1505
2045
|
"defaultBrowserType": "chromium"
|
|
1506
2046
|
},
|
|
1507
2047
|
"Pixel 2 XL landscape": {
|
|
1508
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2048
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1509
2049
|
"viewport": {
|
|
1510
2050
|
"width": 823,
|
|
1511
2051
|
"height": 411
|
|
@@ -1516,7 +2056,7 @@
|
|
|
1516
2056
|
"defaultBrowserType": "chromium"
|
|
1517
2057
|
},
|
|
1518
2058
|
"Pixel 3": {
|
|
1519
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2059
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1520
2060
|
"viewport": {
|
|
1521
2061
|
"width": 393,
|
|
1522
2062
|
"height": 786
|
|
@@ -1527,7 +2067,7 @@
|
|
|
1527
2067
|
"defaultBrowserType": "chromium"
|
|
1528
2068
|
},
|
|
1529
2069
|
"Pixel 3 landscape": {
|
|
1530
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2070
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 9; Pixel 3 Build/PQ1A.181105.017.A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1531
2071
|
"viewport": {
|
|
1532
2072
|
"width": 786,
|
|
1533
2073
|
"height": 393
|
|
@@ -1538,7 +2078,7 @@
|
|
|
1538
2078
|
"defaultBrowserType": "chromium"
|
|
1539
2079
|
},
|
|
1540
2080
|
"Pixel 4": {
|
|
1541
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2081
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1542
2082
|
"viewport": {
|
|
1543
2083
|
"width": 353,
|
|
1544
2084
|
"height": 745
|
|
@@ -1549,7 +2089,7 @@
|
|
|
1549
2089
|
"defaultBrowserType": "chromium"
|
|
1550
2090
|
},
|
|
1551
2091
|
"Pixel 4 landscape": {
|
|
1552
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2092
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 10; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1553
2093
|
"viewport": {
|
|
1554
2094
|
"width": 745,
|
|
1555
2095
|
"height": 353
|
|
@@ -1560,7 +2100,7 @@
|
|
|
1560
2100
|
"defaultBrowserType": "chromium"
|
|
1561
2101
|
},
|
|
1562
2102
|
"Pixel 4a (5G)": {
|
|
1563
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2103
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1564
2104
|
"screen": {
|
|
1565
2105
|
"width": 412,
|
|
1566
2106
|
"height": 892
|
|
@@ -1575,7 +2115,7 @@
|
|
|
1575
2115
|
"defaultBrowserType": "chromium"
|
|
1576
2116
|
},
|
|
1577
2117
|
"Pixel 4a (5G) landscape": {
|
|
1578
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2118
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1579
2119
|
"screen": {
|
|
1580
2120
|
"height": 892,
|
|
1581
2121
|
"width": 412
|
|
@@ -1590,7 +2130,7 @@
|
|
|
1590
2130
|
"defaultBrowserType": "chromium"
|
|
1591
2131
|
},
|
|
1592
2132
|
"Pixel 5": {
|
|
1593
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2133
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1594
2134
|
"screen": {
|
|
1595
2135
|
"width": 393,
|
|
1596
2136
|
"height": 851
|
|
@@ -1605,7 +2145,7 @@
|
|
|
1605
2145
|
"defaultBrowserType": "chromium"
|
|
1606
2146
|
},
|
|
1607
2147
|
"Pixel 5 landscape": {
|
|
1608
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2148
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1609
2149
|
"screen": {
|
|
1610
2150
|
"width": 851,
|
|
1611
2151
|
"height": 393
|
|
@@ -1619,8 +2159,8 @@
|
|
|
1619
2159
|
"hasTouch": true,
|
|
1620
2160
|
"defaultBrowserType": "chromium"
|
|
1621
2161
|
},
|
|
1622
|
-
"Pixel
|
|
1623
|
-
"userAgent": "Mozilla/5.0 (Linux; Android
|
|
2162
|
+
"Pixel 6": {
|
|
2163
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1624
2164
|
"screen": {
|
|
1625
2165
|
"width": 412,
|
|
1626
2166
|
"height": 915
|
|
@@ -1634,8 +2174,68 @@
|
|
|
1634
2174
|
"hasTouch": true,
|
|
1635
2175
|
"defaultBrowserType": "chromium"
|
|
1636
2176
|
},
|
|
1637
|
-
"Pixel
|
|
1638
|
-
"userAgent": "Mozilla/5.0 (Linux; Android
|
|
2177
|
+
"Pixel 6 landscape": {
|
|
2178
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2179
|
+
"screen": {
|
|
2180
|
+
"width": 915,
|
|
2181
|
+
"height": 412
|
|
2182
|
+
},
|
|
2183
|
+
"viewport": {
|
|
2184
|
+
"width": 863,
|
|
2185
|
+
"height": 360
|
|
2186
|
+
},
|
|
2187
|
+
"deviceScaleFactor": 2.625,
|
|
2188
|
+
"isMobile": true,
|
|
2189
|
+
"hasTouch": true,
|
|
2190
|
+
"defaultBrowserType": "chromium"
|
|
2191
|
+
},
|
|
2192
|
+
"Pixel 6 Pro": {
|
|
2193
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2194
|
+
"screen": {
|
|
2195
|
+
"width": 412,
|
|
2196
|
+
"height": 892
|
|
2197
|
+
},
|
|
2198
|
+
"viewport": {
|
|
2199
|
+
"width": 412,
|
|
2200
|
+
"height": 816
|
|
2201
|
+
},
|
|
2202
|
+
"deviceScaleFactor": 3.5,
|
|
2203
|
+
"isMobile": true,
|
|
2204
|
+
"hasTouch": true,
|
|
2205
|
+
"defaultBrowserType": "chromium"
|
|
2206
|
+
},
|
|
2207
|
+
"Pixel 6 Pro landscape": {
|
|
2208
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2209
|
+
"screen": {
|
|
2210
|
+
"width": 892,
|
|
2211
|
+
"height": 412
|
|
2212
|
+
},
|
|
2213
|
+
"viewport": {
|
|
2214
|
+
"width": 840,
|
|
2215
|
+
"height": 360
|
|
2216
|
+
},
|
|
2217
|
+
"deviceScaleFactor": 3.5,
|
|
2218
|
+
"isMobile": true,
|
|
2219
|
+
"hasTouch": true,
|
|
2220
|
+
"defaultBrowserType": "chromium"
|
|
2221
|
+
},
|
|
2222
|
+
"Pixel 6a": {
|
|
2223
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2224
|
+
"screen": {
|
|
2225
|
+
"width": 412,
|
|
2226
|
+
"height": 915
|
|
2227
|
+
},
|
|
2228
|
+
"viewport": {
|
|
2229
|
+
"width": 412,
|
|
2230
|
+
"height": 839
|
|
2231
|
+
},
|
|
2232
|
+
"deviceScaleFactor": 2.625,
|
|
2233
|
+
"isMobile": true,
|
|
2234
|
+
"hasTouch": true,
|
|
2235
|
+
"defaultBrowserType": "chromium"
|
|
2236
|
+
},
|
|
2237
|
+
"Pixel 6a landscape": {
|
|
2238
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 12; Pixel 6a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1639
2239
|
"screen": {
|
|
1640
2240
|
"width": 915,
|
|
1641
2241
|
"height": 412
|
|
@@ -1649,8 +2249,368 @@
|
|
|
1649
2249
|
"hasTouch": true,
|
|
1650
2250
|
"defaultBrowserType": "chromium"
|
|
1651
2251
|
},
|
|
2252
|
+
"Pixel 7": {
|
|
2253
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2254
|
+
"screen": {
|
|
2255
|
+
"width": 412,
|
|
2256
|
+
"height": 915
|
|
2257
|
+
},
|
|
2258
|
+
"viewport": {
|
|
2259
|
+
"width": 412,
|
|
2260
|
+
"height": 839
|
|
2261
|
+
},
|
|
2262
|
+
"deviceScaleFactor": 2.625,
|
|
2263
|
+
"isMobile": true,
|
|
2264
|
+
"hasTouch": true,
|
|
2265
|
+
"defaultBrowserType": "chromium"
|
|
2266
|
+
},
|
|
2267
|
+
"Pixel 7 landscape": {
|
|
2268
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2269
|
+
"screen": {
|
|
2270
|
+
"width": 915,
|
|
2271
|
+
"height": 412
|
|
2272
|
+
},
|
|
2273
|
+
"viewport": {
|
|
2274
|
+
"width": 863,
|
|
2275
|
+
"height": 360
|
|
2276
|
+
},
|
|
2277
|
+
"deviceScaleFactor": 2.625,
|
|
2278
|
+
"isMobile": true,
|
|
2279
|
+
"hasTouch": true,
|
|
2280
|
+
"defaultBrowserType": "chromium"
|
|
2281
|
+
},
|
|
2282
|
+
"Pixel 7 Pro": {
|
|
2283
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 13; Pixel 7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2284
|
+
"screen": {
|
|
2285
|
+
"width": 412,
|
|
2286
|
+
"height": 892
|
|
2287
|
+
},
|
|
2288
|
+
"viewport": {
|
|
2289
|
+
"width": 412,
|
|
2290
|
+
"height": 816
|
|
2291
|
+
},
|
|
2292
|
+
"deviceScaleFactor": 3.5,
|
|
2293
|
+
"isMobile": true,
|
|
2294
|
+
"hasTouch": true,
|
|
2295
|
+
"defaultBrowserType": "chromium"
|
|
2296
|
+
},
|
|
2297
|
+
"Pixel 7 Pro landscape": {
|
|
2298
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 13; Pixel 7 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2299
|
+
"screen": {
|
|
2300
|
+
"width": 892,
|
|
2301
|
+
"height": 412
|
|
2302
|
+
},
|
|
2303
|
+
"viewport": {
|
|
2304
|
+
"width": 840,
|
|
2305
|
+
"height": 360
|
|
2306
|
+
},
|
|
2307
|
+
"deviceScaleFactor": 3.5,
|
|
2308
|
+
"isMobile": true,
|
|
2309
|
+
"hasTouch": true,
|
|
2310
|
+
"defaultBrowserType": "chromium"
|
|
2311
|
+
},
|
|
2312
|
+
"Pixel 7a": {
|
|
2313
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 13; Pixel 7a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2314
|
+
"screen": {
|
|
2315
|
+
"width": 412,
|
|
2316
|
+
"height": 915
|
|
2317
|
+
},
|
|
2318
|
+
"viewport": {
|
|
2319
|
+
"width": 412,
|
|
2320
|
+
"height": 839
|
|
2321
|
+
},
|
|
2322
|
+
"deviceScaleFactor": 2.625,
|
|
2323
|
+
"isMobile": true,
|
|
2324
|
+
"hasTouch": true,
|
|
2325
|
+
"defaultBrowserType": "chromium"
|
|
2326
|
+
},
|
|
2327
|
+
"Pixel 7a landscape": {
|
|
2328
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 13; Pixel 7a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2329
|
+
"screen": {
|
|
2330
|
+
"width": 915,
|
|
2331
|
+
"height": 412
|
|
2332
|
+
},
|
|
2333
|
+
"viewport": {
|
|
2334
|
+
"width": 863,
|
|
2335
|
+
"height": 360
|
|
2336
|
+
},
|
|
2337
|
+
"deviceScaleFactor": 2.625,
|
|
2338
|
+
"isMobile": true,
|
|
2339
|
+
"hasTouch": true,
|
|
2340
|
+
"defaultBrowserType": "chromium"
|
|
2341
|
+
},
|
|
2342
|
+
"Pixel 8": {
|
|
2343
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2344
|
+
"screen": {
|
|
2345
|
+
"width": 412,
|
|
2346
|
+
"height": 915
|
|
2347
|
+
},
|
|
2348
|
+
"viewport": {
|
|
2349
|
+
"width": 412,
|
|
2350
|
+
"height": 839
|
|
2351
|
+
},
|
|
2352
|
+
"deviceScaleFactor": 2.625,
|
|
2353
|
+
"isMobile": true,
|
|
2354
|
+
"hasTouch": true,
|
|
2355
|
+
"defaultBrowserType": "chromium"
|
|
2356
|
+
},
|
|
2357
|
+
"Pixel 8 landscape": {
|
|
2358
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2359
|
+
"screen": {
|
|
2360
|
+
"width": 915,
|
|
2361
|
+
"height": 412
|
|
2362
|
+
},
|
|
2363
|
+
"viewport": {
|
|
2364
|
+
"width": 863,
|
|
2365
|
+
"height": 360
|
|
2366
|
+
},
|
|
2367
|
+
"deviceScaleFactor": 2.625,
|
|
2368
|
+
"isMobile": true,
|
|
2369
|
+
"hasTouch": true,
|
|
2370
|
+
"defaultBrowserType": "chromium"
|
|
2371
|
+
},
|
|
2372
|
+
"Pixel 8 Pro": {
|
|
2373
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2374
|
+
"screen": {
|
|
2375
|
+
"width": 448,
|
|
2376
|
+
"height": 997
|
|
2377
|
+
},
|
|
2378
|
+
"viewport": {
|
|
2379
|
+
"width": 448,
|
|
2380
|
+
"height": 921
|
|
2381
|
+
},
|
|
2382
|
+
"deviceScaleFactor": 3,
|
|
2383
|
+
"isMobile": true,
|
|
2384
|
+
"hasTouch": true,
|
|
2385
|
+
"defaultBrowserType": "chromium"
|
|
2386
|
+
},
|
|
2387
|
+
"Pixel 8 Pro landscape": {
|
|
2388
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2389
|
+
"screen": {
|
|
2390
|
+
"width": 997,
|
|
2391
|
+
"height": 448
|
|
2392
|
+
},
|
|
2393
|
+
"viewport": {
|
|
2394
|
+
"width": 945,
|
|
2395
|
+
"height": 396
|
|
2396
|
+
},
|
|
2397
|
+
"deviceScaleFactor": 3,
|
|
2398
|
+
"isMobile": true,
|
|
2399
|
+
"hasTouch": true,
|
|
2400
|
+
"defaultBrowserType": "chromium"
|
|
2401
|
+
},
|
|
2402
|
+
"Pixel 8a": {
|
|
2403
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2404
|
+
"screen": {
|
|
2405
|
+
"width": 412,
|
|
2406
|
+
"height": 915
|
|
2407
|
+
},
|
|
2408
|
+
"viewport": {
|
|
2409
|
+
"width": 412,
|
|
2410
|
+
"height": 839
|
|
2411
|
+
},
|
|
2412
|
+
"deviceScaleFactor": 2.625,
|
|
2413
|
+
"isMobile": true,
|
|
2414
|
+
"hasTouch": true,
|
|
2415
|
+
"defaultBrowserType": "chromium"
|
|
2416
|
+
},
|
|
2417
|
+
"Pixel 8a landscape": {
|
|
2418
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 8a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2419
|
+
"screen": {
|
|
2420
|
+
"width": 915,
|
|
2421
|
+
"height": 412
|
|
2422
|
+
},
|
|
2423
|
+
"viewport": {
|
|
2424
|
+
"width": 863,
|
|
2425
|
+
"height": 360
|
|
2426
|
+
},
|
|
2427
|
+
"deviceScaleFactor": 2.625,
|
|
2428
|
+
"isMobile": true,
|
|
2429
|
+
"hasTouch": true,
|
|
2430
|
+
"defaultBrowserType": "chromium"
|
|
2431
|
+
},
|
|
2432
|
+
"Pixel 9": {
|
|
2433
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2434
|
+
"screen": {
|
|
2435
|
+
"width": 360,
|
|
2436
|
+
"height": 808
|
|
2437
|
+
},
|
|
2438
|
+
"viewport": {
|
|
2439
|
+
"width": 360,
|
|
2440
|
+
"height": 732
|
|
2441
|
+
},
|
|
2442
|
+
"deviceScaleFactor": 3,
|
|
2443
|
+
"isMobile": true,
|
|
2444
|
+
"hasTouch": true,
|
|
2445
|
+
"defaultBrowserType": "chromium"
|
|
2446
|
+
},
|
|
2447
|
+
"Pixel 9 landscape": {
|
|
2448
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2449
|
+
"screen": {
|
|
2450
|
+
"width": 808,
|
|
2451
|
+
"height": 360
|
|
2452
|
+
},
|
|
2453
|
+
"viewport": {
|
|
2454
|
+
"width": 756,
|
|
2455
|
+
"height": 308
|
|
2456
|
+
},
|
|
2457
|
+
"deviceScaleFactor": 3,
|
|
2458
|
+
"isMobile": true,
|
|
2459
|
+
"hasTouch": true,
|
|
2460
|
+
"defaultBrowserType": "chromium"
|
|
2461
|
+
},
|
|
2462
|
+
"Pixel 9 Pro": {
|
|
2463
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2464
|
+
"screen": {
|
|
2465
|
+
"width": 427,
|
|
2466
|
+
"height": 952
|
|
2467
|
+
},
|
|
2468
|
+
"viewport": {
|
|
2469
|
+
"width": 427,
|
|
2470
|
+
"height": 876
|
|
2471
|
+
},
|
|
2472
|
+
"deviceScaleFactor": 3,
|
|
2473
|
+
"isMobile": true,
|
|
2474
|
+
"hasTouch": true,
|
|
2475
|
+
"defaultBrowserType": "chromium"
|
|
2476
|
+
},
|
|
2477
|
+
"Pixel 9 Pro landscape": {
|
|
2478
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2479
|
+
"screen": {
|
|
2480
|
+
"width": 952,
|
|
2481
|
+
"height": 427
|
|
2482
|
+
},
|
|
2483
|
+
"viewport": {
|
|
2484
|
+
"width": 900,
|
|
2485
|
+
"height": 375
|
|
2486
|
+
},
|
|
2487
|
+
"deviceScaleFactor": 3,
|
|
2488
|
+
"isMobile": true,
|
|
2489
|
+
"hasTouch": true,
|
|
2490
|
+
"defaultBrowserType": "chromium"
|
|
2491
|
+
},
|
|
2492
|
+
"Pixel 9 Pro XL": {
|
|
2493
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9 Pro XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2494
|
+
"screen": {
|
|
2495
|
+
"width": 448,
|
|
2496
|
+
"height": 997
|
|
2497
|
+
},
|
|
2498
|
+
"viewport": {
|
|
2499
|
+
"width": 448,
|
|
2500
|
+
"height": 921
|
|
2501
|
+
},
|
|
2502
|
+
"deviceScaleFactor": 3,
|
|
2503
|
+
"isMobile": true,
|
|
2504
|
+
"hasTouch": true,
|
|
2505
|
+
"defaultBrowserType": "chromium"
|
|
2506
|
+
},
|
|
2507
|
+
"Pixel 9 Pro XL landscape": {
|
|
2508
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 14; Pixel 9 Pro XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2509
|
+
"screen": {
|
|
2510
|
+
"width": 997,
|
|
2511
|
+
"height": 448
|
|
2512
|
+
},
|
|
2513
|
+
"viewport": {
|
|
2514
|
+
"width": 945,
|
|
2515
|
+
"height": 396
|
|
2516
|
+
},
|
|
2517
|
+
"deviceScaleFactor": 3,
|
|
2518
|
+
"isMobile": true,
|
|
2519
|
+
"hasTouch": true,
|
|
2520
|
+
"defaultBrowserType": "chromium"
|
|
2521
|
+
},
|
|
2522
|
+
"Pixel 10": {
|
|
2523
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2524
|
+
"screen": {
|
|
2525
|
+
"width": 360,
|
|
2526
|
+
"height": 808
|
|
2527
|
+
},
|
|
2528
|
+
"viewport": {
|
|
2529
|
+
"width": 360,
|
|
2530
|
+
"height": 732
|
|
2531
|
+
},
|
|
2532
|
+
"deviceScaleFactor": 3,
|
|
2533
|
+
"isMobile": true,
|
|
2534
|
+
"hasTouch": true,
|
|
2535
|
+
"defaultBrowserType": "chromium"
|
|
2536
|
+
},
|
|
2537
|
+
"Pixel 10 landscape": {
|
|
2538
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2539
|
+
"screen": {
|
|
2540
|
+
"width": 808,
|
|
2541
|
+
"height": 360
|
|
2542
|
+
},
|
|
2543
|
+
"viewport": {
|
|
2544
|
+
"width": 756,
|
|
2545
|
+
"height": 308
|
|
2546
|
+
},
|
|
2547
|
+
"deviceScaleFactor": 3,
|
|
2548
|
+
"isMobile": true,
|
|
2549
|
+
"hasTouch": true,
|
|
2550
|
+
"defaultBrowserType": "chromium"
|
|
2551
|
+
},
|
|
2552
|
+
"Pixel 10 Pro": {
|
|
2553
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2554
|
+
"screen": {
|
|
2555
|
+
"width": 427,
|
|
2556
|
+
"height": 952
|
|
2557
|
+
},
|
|
2558
|
+
"viewport": {
|
|
2559
|
+
"width": 427,
|
|
2560
|
+
"height": 876
|
|
2561
|
+
},
|
|
2562
|
+
"deviceScaleFactor": 3,
|
|
2563
|
+
"isMobile": true,
|
|
2564
|
+
"hasTouch": true,
|
|
2565
|
+
"defaultBrowserType": "chromium"
|
|
2566
|
+
},
|
|
2567
|
+
"Pixel 10 Pro landscape": {
|
|
2568
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2569
|
+
"screen": {
|
|
2570
|
+
"width": 952,
|
|
2571
|
+
"height": 427
|
|
2572
|
+
},
|
|
2573
|
+
"viewport": {
|
|
2574
|
+
"width": 900,
|
|
2575
|
+
"height": 375
|
|
2576
|
+
},
|
|
2577
|
+
"deviceScaleFactor": 3,
|
|
2578
|
+
"isMobile": true,
|
|
2579
|
+
"hasTouch": true,
|
|
2580
|
+
"defaultBrowserType": "chromium"
|
|
2581
|
+
},
|
|
2582
|
+
"Pixel 10 Pro XL": {
|
|
2583
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10 Pro XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2584
|
+
"screen": {
|
|
2585
|
+
"width": 448,
|
|
2586
|
+
"height": 997
|
|
2587
|
+
},
|
|
2588
|
+
"viewport": {
|
|
2589
|
+
"width": 448,
|
|
2590
|
+
"height": 921
|
|
2591
|
+
},
|
|
2592
|
+
"deviceScaleFactor": 3,
|
|
2593
|
+
"isMobile": true,
|
|
2594
|
+
"hasTouch": true,
|
|
2595
|
+
"defaultBrowserType": "chromium"
|
|
2596
|
+
},
|
|
2597
|
+
"Pixel 10 Pro XL landscape": {
|
|
2598
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 16; Pixel 10 Pro XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
2599
|
+
"screen": {
|
|
2600
|
+
"width": 997,
|
|
2601
|
+
"height": 448
|
|
2602
|
+
},
|
|
2603
|
+
"viewport": {
|
|
2604
|
+
"width": 945,
|
|
2605
|
+
"height": 396
|
|
2606
|
+
},
|
|
2607
|
+
"deviceScaleFactor": 3,
|
|
2608
|
+
"isMobile": true,
|
|
2609
|
+
"hasTouch": true,
|
|
2610
|
+
"defaultBrowserType": "chromium"
|
|
2611
|
+
},
|
|
1652
2612
|
"Moto G4": {
|
|
1653
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2613
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1654
2614
|
"viewport": {
|
|
1655
2615
|
"width": 360,
|
|
1656
2616
|
"height": 640
|
|
@@ -1661,7 +2621,7 @@
|
|
|
1661
2621
|
"defaultBrowserType": "chromium"
|
|
1662
2622
|
},
|
|
1663
2623
|
"Moto G4 landscape": {
|
|
1664
|
-
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2624
|
+
"userAgent": "Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Mobile Safari/537.36",
|
|
1665
2625
|
"viewport": {
|
|
1666
2626
|
"width": 640,
|
|
1667
2627
|
"height": 360
|
|
@@ -1672,7 +2632,7 @@
|
|
|
1672
2632
|
"defaultBrowserType": "chromium"
|
|
1673
2633
|
},
|
|
1674
2634
|
"Desktop Chrome HiDPI": {
|
|
1675
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2635
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1676
2636
|
"screen": {
|
|
1677
2637
|
"width": 1792,
|
|
1678
2638
|
"height": 1120
|
|
@@ -1687,7 +2647,7 @@
|
|
|
1687
2647
|
"defaultBrowserType": "chromium"
|
|
1688
2648
|
},
|
|
1689
2649
|
"Desktop Edge HiDPI": {
|
|
1690
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2650
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36 Edg/149.0.7827.55",
|
|
1691
2651
|
"screen": {
|
|
1692
2652
|
"width": 1792,
|
|
1693
2653
|
"height": 1120
|
|
@@ -1702,7 +2662,7 @@
|
|
|
1702
2662
|
"defaultBrowserType": "chromium"
|
|
1703
2663
|
},
|
|
1704
2664
|
"Desktop Firefox HiDPI": {
|
|
1705
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:
|
|
2665
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0",
|
|
1706
2666
|
"screen": {
|
|
1707
2667
|
"width": 1792,
|
|
1708
2668
|
"height": 1120
|
|
@@ -1717,7 +2677,7 @@
|
|
|
1717
2677
|
"defaultBrowserType": "firefox"
|
|
1718
2678
|
},
|
|
1719
2679
|
"Desktop Safari": {
|
|
1720
|
-
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.
|
|
2680
|
+
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.5 Safari/605.1.15",
|
|
1721
2681
|
"screen": {
|
|
1722
2682
|
"width": 1792,
|
|
1723
2683
|
"height": 1120
|
|
@@ -1732,7 +2692,7 @@
|
|
|
1732
2692
|
"defaultBrowserType": "webkit"
|
|
1733
2693
|
},
|
|
1734
2694
|
"Desktop Chrome": {
|
|
1735
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2695
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36",
|
|
1736
2696
|
"screen": {
|
|
1737
2697
|
"width": 1920,
|
|
1738
2698
|
"height": 1080
|
|
@@ -1747,7 +2707,7 @@
|
|
|
1747
2707
|
"defaultBrowserType": "chromium"
|
|
1748
2708
|
},
|
|
1749
2709
|
"Desktop Edge": {
|
|
1750
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
|
|
2710
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.7827.55 Safari/537.36 Edg/149.0.7827.55",
|
|
1751
2711
|
"screen": {
|
|
1752
2712
|
"width": 1920,
|
|
1753
2713
|
"height": 1080
|
|
@@ -1762,7 +2722,7 @@
|
|
|
1762
2722
|
"defaultBrowserType": "chromium"
|
|
1763
2723
|
},
|
|
1764
2724
|
"Desktop Firefox": {
|
|
1765
|
-
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:
|
|
2725
|
+
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0",
|
|
1766
2726
|
"screen": {
|
|
1767
2727
|
"width": 1920,
|
|
1768
2728
|
"height": 1080
|