If it's a modified version of FF then it should work (unless the JS engine was taken out, which I doubt). However, your best bet is to make a super simple GWT app and try it on the browser. One thing that you need to keep in mind for the mobile world is the limited amount of memory and CPU. This means that you should deploy the lazy loading strategy extensively and probably not hold a reference to every widget after you're done using it (allow the garbage collector to pick it up).
-- Arthur Kalmenson On Thu, Feb 19, 2009 at 4:57 AM, [email protected] <[email protected]> wrote: > > I am planning on using the system with an Internet tablet > (Nokia N810), see: > > * http://shop.nokia.co.uk/nokia-uk/product.aspx?sku=3757269&culture=en-GB > * http://www.youtube.com/watch?v=dywlV40L3rA > > It runs on an UNIX OS. Its web browser is a modified version of > Firefox. > > Does anyone know if this will work with GWT? > > Regards, > Jack > > > On Feb 18, 6:26 pm, "[email protected]" > <[email protected]> wrote: >> Ok cheers for the info. Is there any sort of specification I should be >> following? For example, as mobiles are narrower than PC monitors do >> the widgets I produce need to be narrower? I'm new to all this so >> please help!! >> >> Regards, >> Jack >> >> On Feb 18, 6:13 pm, Jason Essington <[email protected]> wrote: >> >> > GWT works great with the iPhone and Android based phones. >> >> > however, phones with WAP browsers are unlikely to ever be supported >> > well due to the lack of any real javascript engine. >> >> > I haven't tried the mobile opera browser with GWT but it may work >> > reasonably well for simple applications >> >> > -jason >> >> > On Feb 18, 2009, at 11:01 AM, [email protected] wrote: >> >> > > Hi everyone, >> >> > > I am currently working on a project that needs to use mobile phones >> > > with GWT using a web browser. >> >> > > Firstly, please can someone tell me if this is easily possible, and >> > > secondly what phones will work? >> >> > > It is only a simple application, nothing too fancy. >> >> > > Any help much appreciated. >> >> > > Regards, >> > > Jack > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
