Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just want to test this reveal.js presentation on an iPhone, because I suspect it crashes Safari. Unfortunately I don't have convenient access to a physical iPhone or iPad.

From what I've seen here on SO, there aren't any real iOS emulators to begin with, let alone one hooked to a web frontend, but I'm hoping for a more recent development in the area, akin to Manymo for Android.

share|improve this question
I made some tests.. sometimes it crashes.. sometime it working well but with lags. Happy coding! – TonyMkenu Nov 21 '12 at 12:06

2 Answers

Are there emulators that get you close? Probably. But the iOS simulator run on a Mac is your best option. Well, second best. The best is actually running on an iPhone. If you're talking about something as serious as crashing the browser, there's a good chance a Web-based simulator probably won't produce the same behaviour.

share|improve this answer

Apple released a remote web inspector with iOS 6, that you can use from the iOS simulator in the same way you'd use firebug or others.

Check this tutorial for more info: how-to web inspector

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.