Questions tagged [iphone-8-plus]
10 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
3
votes
1 answer
Will ARKit work better in the latest iOS devices?
I am trying to find out if the accuracy, plane detection and World Tracking of the ARKit will be better in iPhone 8 Plus and iPhone X comparing to an iPhone 7.
I googled it and I read thru this webpage.
There is no indication of dual cameras, no…

SpaceDust__
- 4,844
- 4
- 43
- 82
2
votes
1 answer
Iphone X media queries applying to iphone 8 plus also
I am adding styles for iPhoneX but its even getting reflected for iPhone 6,7,8 plus devices too.
Media queries am writing
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3)and…

Lucky
- 51
- 1
- 4
1
vote
0 answers
Is there a way to export the layers separately from the picture that captured with dual cameras and contained depth data?
I am new to the community and working on an experiment to extract depth map images from iPhone 8+.
Is there a way to export/capture the layers separately from the picture that captured with dual cameras and contained depth data?
I would like to…

Zhongheng Li
- 23
- 1
- 3
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
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
Issue in iOS while filling a form in iframe
I have an iframe which contains a form. Everything works fine in desktop and android devices and also in iPads. But in case of iphone 8+ and iphone 7, iOS - 11.3, the moment I start typing inside any field - text field or textarea in this iframe,…

Nikita Jajodia
- 4,220
- 3
- 21
- 29
0
votes
1 answer
Scope buttons hiding behind the UITableview
I am creating a search screen using UISearchController, in which I have to show three scope buttons.I have put search bar programmatically.But somehow the scope buttons are hiding behind the UITableView.
- (void)viewDidLoad {
[super…

Simeryn Denis
- 168
- 1
- 10
0
votes
0 answers
iOS 11 : Location Updates are not received in iPhone 8plus
Location updates are working fine in all other devices, but not in iPhone 8 plus
Below is the simple set of code I am using
_locationManager = [[CLLocationManager alloc] init];
_locationManager.delegate = self;
_locationManager.desiredAccuracy =…

Jas_meet
- 366
- 1
- 20
-3
votes
1 answer
How different iPhone x actual screen size from iPhone 8 plus
Here we could see the size difference in iPHone X actual screen size.
I know it has wedge on top of the screen .. so am I safe to assume to App size occupied by app in iPhone X and iPhone 8 plus is same.
Can somebody clarify

Shankar Naik
- 401
- 5
- 16