I saw someone else tried out the HelloIUI demo, and had minimal
success. I also tried it out, and could only see it work in IE.
Chrome and FF show nothing. I don't have Safari on this box.
That said, I was looking into doing something very similar with iui.
I have a fairly simple webapp I'm building with GWT that integrates
GMaps. The UI isn't all that complex, but I want it to work in a
browser and also work well in iPhone.
So, I eventually stumbled upon the iui project, and then saw that you
were starting to do integration of iui with GWT. I was trying to do
this myself by pulling in the iui resources into my project and using
UIBinder -- so far I haven't quite gotten it to work.
I either get a blank page, or if I comment out some if the stylesheet/
js imports I don't get a blank screen but I get no style applied. I'm
not sure if GWT css/js is stomping on iui css/js or the other way
around.
So, I was happy to see that you were already looking into this
integration, but when I launch HelloUI demo in IE, there is no iui
styling applied -- it is standard GWT styling.
Is there anything working on this project yet -- any pointers / tips
you can throw my way to try to get something up and running with GWT
and iui?
Thanks in advance,
Davis
PS if I do get something working, I'm happy to help contribute any
fixes or samples or documentation along the way
Up to now I added some iUI components which I derived from postings from a guy named Peter Blazejewicz, he posted some sources at the Instantiations (GWT Developer plugin) forum to get a headstart.
After that I didn't do much, actually. I tried to rewrite some iUI JS parts in Java (in Iui.java), but never completed that. I guess that's why it doesn't work so well right now.
The parts working on this project is mostly HTML5-related: Geolocation, Database and Storage. I was about to begin with the UI part, but got another demanding project instead, so there it is.
So, all in all, no working UI lib for mobile yet, not even a simple iUI wrapper :-(
Having said that, I would love to provide a UI lib some time in the future. Right now I am swamped in other businesses. Of course, if you like to provide patches and join the effort, you would be most welcome!
Cheers,
Bart Guijt
E: bgu...@gmail.com
T: +31 6 30408987
> --
> You received this message because you are subscribed to the Google Groups "gwt-mobile-webkit-users" group.
> To post to this group, send email to gwt-mobile-...@googlegroups.com.
> To unsubscribe from this group, send email to gwt-mobile-webkit...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/gwt-mobile-webkit-users?hl=en.
>