Questions tagged [iphone-xr]

18 questions
7
votes
3 answers

Any experience with SwifUI NavigationView in landscape on iPhone XR simulator?

I tried running my app in landscape on an iPhone XR simulator and got a blank screen. The code below is my test. It works correctly on an iPhone 8 simulator and also not the iPhone XR simulator if I remove the NavigationView. import SwiftUI struct…
Michael Salmon
  • 1,056
  • 7
  • 15
4
votes
1 answer

How to fix UIImagePickerController crash after switching to video capture mode?

I have a crash with UIImagePickerController on iPhone XR(iOS 12.4.1) real device after switching to video capture mode. Crash reproduces on the second presentation of UIImagePickerController. Crash does not reproduce on iPhone 6(iOS 12.4.1) real…
4
votes
1 answer

iPhone XR CustomScrollView with Sliver widget(s) scroll issue

I haven't check in real device but testing Simulators. I have code some Sliver(s) in CustomScrollView. Look at below code. When I run snippets of code I faced screen didn't scroll smoothly while scroll up-down in the simulator iPhone XR. After…
iPatel
  • 46,010
  • 16
  • 115
  • 137
3
votes
3 answers

Screenshots made on an iPhone XR are not accepted for 6.5 inch screenshots on App Store Connect

I just bought a new iPhone XR so I could make the screenshots for my App Store app. Starting March 27th 2019, you need to provide 6.5" (new phone models) screenshots: However, App Store Connect is not accepting my screenshots made with this device.…
c0dehunter
  • 6,412
  • 16
  • 77
  • 139
2
votes
1 answer

Person Segmentation on iPhone XR with ARKit 3.0

The following piece of code returns false on iPhone XR even-though it person segmentation is working on XR. ARConfiguration.supportsFrameSemantics(.personSegmentation) I want to know if it does officially supports person segmentation and person…
Mubashir Ali
  • 349
  • 1
  • 10
2
votes
2 answers

iOS Swift4 Didn't Ask for Permission on App

I need access to CMAltimeter in my App. So of course I need to ask for permission. And I add the Privacy - Location When In Use Usage Description and of course Privacy - Motion Usage Description with an Value in info.plist but the App never asks…
Robin M.
  • 31
  • 3
2
votes
4 answers

Real iPhone XR screen resolution differs from screen resolution given by swift?

iPhone XR screen resolution according to screenshots, apple website and etc.: 828x1792 iPhone XR screen resolution according to Swift: 375x812 (or 750x1624) Why and how to deal with it?! NOTE: all iphones Xx work properly except of this one - iphone…
Vyachaslav Gerchicov
  • 2,317
  • 3
  • 23
  • 49
2
votes
1 answer

iPhone XR UIScreen.main.bounds reports 375 x 812

Xcode 10.1 Swift 4.2 My blue iPhone XR used to report 414 x 896 for UIScreen.main.bounds let screenSize = UIScreen.main.bounds print(screenSize) // (0.0, 0.0, 414.0, 896.0) Now it reports 375.0, 812.0, which is the same size as the iPhone X. let…
skymook
  • 3,401
  • 35
  • 39
2
votes
1 answer

Modal UIViewController with presentation style formSheet is not displayed correctly on iPhone XS Max and iPhone XR

I have a view controller presented from a segue modally. Its presentation style is set to Form Sheet. func adaptivePresentationStyle(for controller: UIPresentationController, traitCollection: UITraitCollection) -> UIModalPresentationStyle { …
1
vote
1 answer

IPhone XR , image from camera have width and height switched in javascript

So I seem to found out a weird behaviour when detecting image type (landscape / portrait) on IPhone XR image (heic format). It seems that javascript have the the image width and height switched. Is there any information about this behaviour? Or do…
Dimas Satrio
  • 269
  • 3
  • 17
1
vote
2 answers

iPhone XR/XS: AVAssetExportSession status failed with error

I'm using AVAssetExportSession to rexport a video edited by Adobe Premiere CC, It's specific on iPhone XR/XS, I have exportSession.status failed with error : Error Domain=AVFoundationErrorDomain Code=-11821 “Cannot Decode”…
1
vote
0 answers

Wrong screenshot size

I am trying to submit a new iOS app and I am struggling with the XR screenshot size. Apple requires that the XR screenshoots size is 1242 x 2688 (Apple guide) but screenshots from the actual device (not from the simulator) are: 750 x 1624. I have…
Fab
  • 1,468
  • 1
  • 16
  • 37
1
vote
1 answer

Blockbuster bug with Unity and iPhone XR (specifically)

more info! this seems to be a real, fresh, unity bug less than 12.1.2 … seems to work on all devices 12.1.2 .. exhibits problem on an XR 12.1.2 .. perfect on an 8Plus, X and others tested so far Note - the identical behavior happens with recent…
Fattie
  • 27,874
  • 70
  • 431
  • 719
0
votes
1 answer

PWA on iOS 13.4.1: Text selection stopped to work

I have PWA on my iPhone XR. After a recent iOS update I've got text selection not working inside PWA on iPhone XR. And the same working on iPhone XS Max. Text selection seems to be blocked inside PWA :/ Any help on the case would be really…
chestozo
  • 1,203
  • 1
  • 12
  • 29
0
votes
0 answers

Iphone XR navigation bar height

My application works fine with all devices but for iphone Xr and Xs Max Navigation bar is half visible. While I take screen shot it looks fine but in simulator it looks like this. I am not having a real device(iphone Xr and Xs Max). Can any one…
Niharika
  • 1,188
  • 15
  • 37
1
2