hi Sukee, iUI interaction is based on mobile Safari version features which you can see in iPhone/iTouch. Without much changes it works in Android SDK emulator WebKit based browser: http://code.google.com/android/ It does not work well in Nokia (Symbian) web browser which is also based on WebKit but has quite different implementation, what is failing is history support based on # (hased) urls, everything in Nokia browsers is single-page scenario and everything gets reloaded even if you change hash url. The are other things which fails on Nokia S60 browser as well including rendering, If you want to see how iUI like web pages are rendered by OperaMini just try that page: http://www.operamini.com/demo/ which demos latest version of browser for j2me based devices, In summary: I think you won't be able to develop a web page with similiar interaction in any other mobile device browser becuase that ones that are based on WebKit mobile Safari (except of Nokia) are way ahead of any other browser (CSS support/javascript support/user interaction), The good is that mobile makers had noticed that user experience matters - thanks to iPhone success, so target for iUI like based development will increase,
regards, Peter On Dec 7, 8:04 am, Sukee <[EMAIL PROTECTED]> wrote: > Any plans to enable iUI to support mass market devices that are based > on J2ME. I'd like to find a way to develop a simple web app that has > similar interactions across target platforms with a minimal spec of > support for Javascript and CSS(2 not 3) - iPhone, Blackberry, J2ME > (CLDC/MIDP). > > Any plans to have iUI support these mass market phones? > > Thanks. > Sukee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
