Chrome DevTools for Mobile: Screencast and Emulation
html5rocks.com
Chrome DevTools for Mobile: Screencast and Emulation
1–10 of 51 posts
Re: Chrome DevTools for Mobile: Screencast and Emulation
#2Re: Chrome DevTools for Mobile: Screencast and Emulation
#3https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugg...
Re: Chrome DevTools for Mobile: Screencast and Emulation
#4Re: Chrome DevTools for Mobile: Screencast and Emulation
#5I'm really in need of accurate iOS Safari emulation in the browser so I hope this brings it. I have a javascript "push-menu" effect that works properly on every device except the iPhone's Safari and debugging it is proving tedious because the effect works in the current dev tols "simulation" of the iPhone as well. On every device the push-menu pushes the other content aside, leaving the button that activated the orig…
Re: Chrome DevTools for Mobile: Screencast and Emulation
#6Re: Chrome DevTools for Mobile: Screencast and Emulation
#7I'm really in need of accurate iOS Safari emulation in the browser so I hope this brings it. I have a javascript "push-menu" effect that works properly on every device except the iPhone's Safari and debugging it is proving tedious because the effect works in the current dev tols "simulation" of the iPhone as well. On every device the push-menu pushes the other content aside, leaving the button that activated the orig…
You can remotely debug a Safari session on a device - but it has to be through desktop Safari. It's in the Develop menu.
Re: Chrome DevTools for Mobile: Screencast and Emulation
#8Earlier quoted context omitted.
You can remotely debug a Safari session on a device - but it has to be through desktop Safari. It's in the Develop menu.
I'm on Linux and installing a virtual box with a Safari browser just for that seems like too much trouble. I have access to my brother's iPhone but it's annoying for me and for him to have to push my changes to a staging site then go "hey can I use your iPhone for a second" every 5 minutes.
Re: Chrome DevTools for Mobile: Screencast and Emulation
#9Earlier quoted context omitted.
I'm on Linux and installing a virtual box with a Safari browser just for that seems like too much trouble. I have access to my brother's iPhone but it's annoying for me and for him to have to push my changes to a staging site then go "hey can I use your iPhone for a second" every 5 minutes.
Honestly, you're never going to be able to replicate the iPhone without using the browser engine it uses. These Chrome Dev Tools will have nothing to do with iPhone Safari.
Re: Chrome DevTools for Mobile: Screencast and Emulation
#10I'm really in need of accurate iOS Safari emulation in the browser so I hope this brings it. I have a javascript "push-menu" effect that works properly on every device except the iPhone's Safari and debugging it is proving tedious because the effect works in the current dev tols "simulation" of the iPhone as well. On every device the push-menu pushes the other content aside, leaving the button that activated the orig…
So while this means you can do basic mobile web development this way, testing that your UI generally works on mobile devices, it's not substitute for testing and developing on actual iOS Safari.