-
11 Jan 2011 9:16 AM #1
Sencha Touch, WebKit and Firefox
Sencha Touch, WebKit and Firefox
I've been looking for the definitive answer regarding the Touch library and it's ability to work in Firefox browsers. I've read multiple posts that state Touch is for browsers based on WebKit, and that seems to excludes Firefox.
Is there any way to make it work on Firefox today (via a plug-in, etc)? Are there plans for Firefox support in the future?
Any help would be appreciated.
Cheers,
Scott
-
11 Jan 2011 9:18 AM #2
There is no easy way and there is also no motivation to make it work in FireFox since there are no mobile devices that use the Gecko layout engine.
-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
-
11 Jan 2011 9:29 AM #3
That's too bad. I like the ability to write the app once using the Touch framework and having the app format for the device {iPhone, Android, iPod, iPad, Desktop }. But, having to tell all users that FF is not supported is tough. Hopefully FF will enable WebKit in the near future. I'll check with the FF support group.
Thanks for the answer.
-
11 Jan 2011 2:59 PM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,637
- Vote Rating
- 435
I doubt FireFox will ever "enable" WebKit. Sencha has blogged about wanting HTML5 to be more supported by all browsers so that they wouldn't have to rely on "-webkit*"
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
13 Jan 2011 2:58 PM #5
-
13 Jan 2011 5:15 PM #6
I've been interested in this too. I haven't had a chance to take a look but I think that the place to start would be the sass files used to generate the css, specifically...
...found in resources/themes/stylesheets/sencha-touch/default/core/_core.scssCode:$experimental-support-for-mozilla: false; $experimental-support-for-opera: false; $experimental-support-for-microsoft: false; $experimental-support-for-khtml: false;
Note, this is completely beyond the use case, is unsupported, and I haven't even tried it, so you mileage may vary on this rough terrain should you choose to pursue it. But let me know how it goes ;-)
Also, I could be completely wrong.Last edited by gcallaghan; 13 Jan 2011 at 5:16 PM. Reason: punctuation
-
17 Jan 2011 5:22 AM #7
Wow, an N900. I thought the Maemo OS was long dead - even they replaced their Gecko based browser with an Opera based one like 2 years ago.
Either way, the percentage of mobile devices less than 2 years old using gecko is so amazingly tiny. I don't know of a single one.-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
-
17 Jan 2011 5:32 AM #8Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,637
- Vote Rating
- 435
In a perfect world, each browser would work exactly the same or close to it but that just isn't the case. On mobile devices, WebKit has so much more majority than any other that it's just not a good idea to compromise to include the very very small percentage of devices.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
7 Mar 2011 10:59 AM #9
Found a way to use Touch on IE6+
See this link
http://www.sencha.com/forum/showthread.php?126025-Enable-IE6-to-work-with-Sencha-Touch!
-
7 Apr 2011 8:33 AM #10
The only way to get websockets to work in a mobile web application with sencha touch is with firefox. Firefox 4 mobile is the best mobile browser for the android. Sencha should support and android should make it the default browser for all android devices, unless google wants to create a mobile chrome.
Similar Threads
-
Is Sencha working on native wrappers to package Sencha Touch apps for app stores?
By olin in forum Sencha Touch 1.x: DiscussionReplies: 10Last Post: 20 Jan 2012, 10:10 AM -
WebKit error with sencha
By anilcs0405 in forum Sencha Touch 1.x: DiscussionReplies: 3Last Post: 17 Nov 2010, 9:36 PM -
Sencha Touch on iPhone v1 / iPod touch v1 ?
By palnap in forum Sencha Touch 1.x: DiscussionReplies: 4Last Post: 28 Oct 2010, 5:30 PM -
Sencha - Webkit browsers
By GirijaSubramanian in forum Sencha Touch 1.x: DiscussionReplies: 2Last Post: 2 Aug 2010, 1:12 PM


Reply With Quote

