confile
confile
@manolo I also tried the todo list example from the GWT docs: http://www.gwtproject.org/doc/latest/polymer-tutorial/widgets-applogic.html It all works fine except that I never get the box and the shadow around the to...
I have the same problem. @stsmkrv Do you have a fix for that?
I connected the dev kit to USB. In this case Vin 5V has no power. What is Win 5V used for. Is it used for an external power supply instead...
Android 4.1, no the app is pure html
it works in the Chrome browser but not in the native Browser which has a lower webkit version.
@manolo Here is a posible solution: http://ghinda.net/jpeg-blob-ajax-android/
It is also strange that the following works: ``` $(contentList).find(".mytouch") .on("tap", new Function() { public boolean f(Event ev) { GWT.log("div tapped"); return true; } }); ``` and the following does...
@jDramaix How do I get the selected elements index?
I checked both your suggestions and I always get index -1. There is another problem. the `on()` function does not work like the JQuery on function. When I do ```...