Questions tagged [iphone11]

iPhone 11 has a set of new and unique features. Use this tag when your question is unique to iPhone 11.

iPhone 11 has a set of new and unique features. Use this tag when your question is unique to iPhone 11. The new features include things like

  • App Arcade
  • A new set of cameras
  • Dark mode
  • and a revamped set of Apps
15 questions
7
votes
4 answers

How to set back camera zoom level to 0.5x using Swift?

I have zoom feature working(1x onwards) for custom camera implemented using AVFoundation. This is fine till the iPhone X models. But I wanted to have 0.5x zoom in iPhone 11 and iPhone 11 Pro devices. Code that I wrote is not working to put it to…
Rishi
  • 743
  • 8
  • 17
4
votes
2 answers

RTCMTLVideoView not supported in iPhone 11 series

I'm working on Video calls using WebRTC. I've used RTCMTLVideoView to render the remote's video in the app. Except iPhone 11 series devices, all other devices were working fine. #if arch(arm64) // Using metal (arm64 only) remoteRenderer =…
Balaji Ramakrishnan
  • 1,909
  • 11
  • 22
3
votes
1 answer

Black screen on app launch AFTER using storyboard launch only on iPhone 11 onwards

If I do not use a launch screen storyboard, the app will run on the iPhone 11 / iPhone XS Max, etc., albeit letterboxed, which I do not want. When I use a launch screen storyboard, the launch screen shows, then the screen goes black. This is part of…
user1695971
  • 103
  • 1
  • 5
  • 15
2
votes
1 answer

determine safe area for UIInputViewController from UIScreen.main.bounds

I'm making a custom keyboard with an UIInputViewController. I want to display a xib layout inside a rect. Right now, I determine the correct size of the CGRect, in which I place my xib layout, from UIScreen.main.bounds. However,…
teafortay
  • 21
  • 2
2
votes
1 answer

Codename One Simulator Screenshots of 6.5" iPhone for App Store Connect?

My app is ready for release so I need to make the required screenshots for App Store Connect. I use the CN1 simulator to do that. Today Apple requires 4 screen sizes if the app is for both iPhones and iPads: iPhone 6.5" 1284 x 2778 iPhone 5.5" 1242…
J-J
  • 419
  • 2
  • 12
1
vote
0 answers

XCode 13.3 - iPhone 11 - iOS 15.4 - Image Assets - Background Image not loading

I am having an image assets used for loading the background image in my iOS application. The image assets contains background images that provides support for 2x, 3x, 2x Retina 4, 2x Retina HD 4.7", 3x iPhone X/iPhone Xs, 3x iPhone Xs Max and 2x…
Kamal
  • 453
  • 1
  • 10
  • 22
1
vote
2 answers

Can't find keyplane that supports type 4 for keyboard

I get this message in logs when the keyboard opens and after that not able to tap on any element on the screen. Neither textfield nor buttons are tappable. I'm using a simulator iPhone XS Max. Can't find keyplane that supports type 4 for…
Krutika Sonawala
  • 1,065
  • 1
  • 12
  • 30
1
vote
1 answer

How to determine React Native statusbar height for iOS

In my React Native app on iOS, I want to make a that wraps the status bar. Most places say that it should be 20px in height, but on the iPhone 11, for example, it seems to be higher than that. I want a solution that fits all devices. How…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
0
votes
0 answers

Bad display select field options on iPhone 11 / iOS 16.2

Select options are displayed incorrectly on iPhone 11 / iOS 16.2 Icon "check" is overlapped by option value: HTML code:
0
votes
1 answer

h1 thick on iphone 11

I have a problem where h1 text is very thick on my friends iphone 11 on every browser(safari,google,chrome,firefox). Every android/windows device and Ipad I tried doesn't have this problem. https://i.stack.imgur.com/Qtwl4.jpg
ptm.rankzy
  • 21
  • 2
0
votes
0 answers

C# Image Sizes iPhone 11

Only for iPhone 11 images (from what I can tell) I get an error trying to open .jpg files with C#. All other files work perfectly. This is not one phone but multiple phones. I tried the three methods below, all fail. Note: trying to open any of…
Steven B
  • 19
  • 4
0
votes
0 answers

video preview is showing black screen - iOS

My app is working to capture video from camera but on iPhone 11 devices video preview initial screen is showing black. Video plays in preview well only first snapshot of preview is black. Following is my code:- if…
Priyanka
  • 1
  • 2
0
votes
1 answer

HTML Drop Down not selecting options in iPhone's IOS 13

I implemented a web application and it has a drop down (i.e., HTML Select). If I tried to select any option in the drop down its not triggering the change event but its updates the label text successfully. Device: iPhone 11 or latest version OS:…
B.Balamanigandan
  • 4,713
  • 11
  • 68
  • 130
0
votes
1 answer

Owl Carousel 2 slider crashes when swiping on mobile (Iphone 11 pro)

I'm having crashing issue on mobile when swiping owl carousel slider, especially with iphone 11 pro using safari and chrome. All other sliders works fine but one group/slider crashes the whole application when I perform swiping. I cannot debug the…
-2
votes
1 answer

Application works on iphone 11 but not for iphone 8

I will explain my problem. I realised an iphone application. When I was on simulator in Xcode all was good. But when I tried to test on real device stanger things happened. i have no iphone but I have an apple developer account. I put my build on…
THIBAULT Nicolas
  • 159
  • 3
  • 11