Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best desktop browser to test Sencha Touch application?

Tags:

sencha-touch

For testing without an iPhone/Android phone, which desktop browser works best with Sencha Touch? I tried Chrome and Safari, which work fairly well, but both seem to have little issues. Firefox and IE apparently don't work at all with Sencha Touch. Is there a secret weapon, like a port of a mobile browser, available?

like image 482
Erich Kitzmueller Avatar asked Sep 23 '10 13:09

Erich Kitzmueller


Video Answer


1 Answers

There's a Chrome extension called Ripple that's pretty good, but most things can be tested quite productively in Chrome. Set Ext.is.Phone = true; at the beginning of your script when you need to test the phone UI.

like image 64
joeforker Avatar answered Sep 28 '22 20:09

joeforker