I have faceing responsive issue - iphone

Hello i'm faceing resposive issue on Iphone mobile devices there my some css property not working both browser chrome and safari. Is there anybody can help me. I link some screenshot you can see that.
This is iphone device screenshot
This is android device screenshot
Thanks

Related

Chrome DevTools not giving accurate mobile view compared to real mobile view

I am trying to make my webpage mobile friendly. So, I am using Chrome DevTools to design a mobile version of my webpage. I have it the way I want it to look in DevTools. I uploaded it to my website & viewed it on a actual mobile phone & objects are not in the same places as they are in DevTools. I used the iPhone 6 mobile design in DevTools and also view it on an actual iPhone 6. They don't match. Anyone else have this problem? I have read articles about this, but don't know how to fix it. Any ideas? Should I use a different emulator?
This is Chrome DevTools version on iPhone 6:
This is how it really looks on an iPhone 6:
DevTools technical writer here. DevTools is just a simulation of mobile devices. It can't truly simulate an iPhone. So it's always a good idea to check how it actually looks on the devices that you care about (like you did). I don't think there's any bug or issue here. It's just an instance where the DevTools simulation doesn't reflect reality 100%.
Mac users can use Xcode's Simulator (that's the actual name of the simulator) to emulate any Apple mobile device and see exactly how their website will appear on it.
You can use it to open Safari and access your localhost. I used it to fix issues on my website, issues that I could not reproduce in DevTools' device simulator.
Clear the cache for on your browser to ensure that your phone is accessing the most recent updates to your code.

Distortion in view when ionic1 app is build for android platform

I have developed an app before 2 years using Ionic1. When I am adding platform to this application and building it for android, view is getting distorted but everything is fine when this application is build for ios.
I am attaching the screenshot of the screen in both (IOS/Android).
Android
IOS (Ipad)
Have a look at the list in both the device.
Any guidance will be helpful for me to fix this.
Thanks in advance.

Best method to share your mobile device's screen for demo purposes?

Firstly please excuse me and redirect me if this is the wrong community.
I am finding it increasingly relevant to be able to share my mobile device's screen (Android or iOS) while presenting from my laptop (OSX). I am familiar with Chrome's "Inspect Devices", however this doesn't include some items outside of Chrome, such as Push Notifications. What would you recommend?
There's a Chrome extension called Vysor for Android devices.

How to check application HTML page on iPad?

Is there any tool where we check our code online in iPad or tablet online?
I found one link, it is only for iphone. Does anybody know same type of link where we check our code for iPad or tablets?
If you're using Google's Chrome browser and if you open up the Developer Tools you will see a nice device emulation option, and you can choose from a lot of predefined devices or enter your own resolution:

Chrome emulator for iPhone?

I have a mobile site which I developed in ASP.NET and I was wondering if anyone knows of any tools to test this on Chrome in an iPhone / iPad environment? This site has been functioning properly for awhile in every other browser on every other device, however there seem to be issues with it in this browser only on the iPhone / iPad. I just don't know how / if I can debug it somehow. Any help is appreciated. Thanks!
You may find Adobe Shadow a helpful tool in this case: http://labs.adobe.com/technologies/shadow/
Watch the demonstration here, you'll see that you can debug your code like you would using the chrome dev tools itself.