Is there a way to configure a webpage so that when the user is accessing it from a PC (using Safari/Chrome/Firefox), they see the "normal" version of the page, but if they are using an iPad to view the same URL, they get Sencha Touch (css, js) files in their browser? Should I use JavaScript Browser Detection with navigator, or does Sencha have a built-in solution for this? I am aware of Ext.env.Browser, but what if the user is using Safari on both their PC and iPad? Any suggestions are appreciated! Thank you!