iPhone 8 is the latest model of iPhone. iPhone is a smartphone made by Apple that combines an iPod, a tablet PC, a digital camera and a cellular phone. The device includes Internet browsing and networking capabilities.
Questions tagged [iphone-8]
13 questions
81
votes
5 answers
iPhone X / 8 / 8 Plus CSS media queries
What are the CSS media queries corresponding to Apple's new devices ? I need to set the body's background-color to change the X's safe area background color.

nathan
- 9,329
- 4
- 37
- 51
8
votes
1 answer
Xcode 9+iphone8+Fabric can't use beta to install testing app
I keep got this error message on iPhone8:
"The developer needs to upload a build that supports your device's architecture (armv6)."
And the same version is ok to install on other devices (iphone7,6,ipad...).
So far I had tried
update mac to…

Bunny Lin
- 113
- 4
3
votes
2 answers
What is the point of the iPhone 8 simulator?
When it comes to simulator features what would be different between the iPhone 7 and the iPhone 8 simulators beside the device id? Why did Apple include both in Xcode?

Steve Moser
- 7,647
- 5
- 55
- 94
2
votes
2 answers
How to detect wireless charging new iPhone8/X on iOS 11
how to detect wireless charging new iPhone8/X on iOS 11? In the UIDevice class there is no this information

Sergey Zhuravel
- 185
- 9
1
vote
1 answer
Strange HTML Canvas rendering problem on iOS 14 - as seen on iPhone 8
I have a strange rendering problem on a simple donut chart "hand made" with HTML Canvas. It started from iOS14 and I can see it on my iPhone 8.
I don't know if any other device has this problem, from chrome dev tools and from iPhone 11 Pro simulator…

emish89
- 696
- 8
- 25
1
vote
0 answers
ARPlaneAnchor never added to the scene on an iPhone8
Does anybody else also experience non-working ARKit scene on an iPhone8?
When I download Apple's ARKit example and run it on an iPhone8, it stays on Initializing - when I check the ARSCNViewDelegate implementation:
func renderer(_ renderer:…

dOM
- 555
- 5
- 14
0
votes
1 answer
How to show two items in one row? with using uicollectionView
I followed this video for study Collection View (https://www.youtube.com/watch?v=jQ8EUsQZJ5g)
And I wrote code like this :
if ( CollectionViewFlowLayout == nil ){
let numberOfItemsForRow : CGFloat = 2
let UpDownSpace : CGFloat = 5
…

HururuekChapChap
- 517
- 1
- 4
- 11
0
votes
0 answers
Different app resolution between iPhone 8 and iPhone 6,7 with same settings
we are developing an app that get images (640x480) from the rear camera and process it. Preview and images are displaced to top and right of the screen on the iPhone 8, but on iPhone 7 works perfectly as we want. We think the problem could be the…

cahernanz
- 11
- 4
0
votes
2 answers
Why is the vav auto close (Bootstrap) - Not working for the iPhone 8?
So when my webpage is viewed on mobile devices, the responsive nav menu auto closes when a link is selected in the drop down nav. Works fine on android and up to iPhone 6s. Just tested it on an iPhone 8 plus, but for some reason the auto close…
user5371085
0
votes
1 answer
How to assign string with result from UIPickerView, use string as WebView url
I am trying to make an iOS app that allows a user to select a State (USA) from a UIPickerView that has a string (a website url) assigned to each value in the UIPickerView, and below the UIPickerView is a button that launches a Web View (I know it is…

Duncan
- 73
- 1
- 8
-2
votes
1 answer
AVCaptureSession not feeding data to iPhones below iPhone X
If you are working on a project and the iPhone camera is not passing through data (you do get a view), with current setting AVCaptureSession.Preset.Photo .

Anton
- 7
- 2
-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
-2
votes
2 answers
FileManager.default.contentsOfDirectory return array with different sorting in iphone 8
I am trying to get contents of directory by using following method.
let files: [String]? = try? FileManager.default.contentsOfDirectory(atPath: self.targetDirectory)
It was working perfectly in all devices but in case of IPhone 8, i get results in…

Ghulam Rasool
- 3,996
- 2
- 27
- 40