I think your widgetset was compiled only for safari and you are trying to display it in firefox (gecko engine).
This is usually done to reduce the compile time of GWT but maybe touchkit default compilation is set up for safari and android only.
See
this chapter . Mainly the part starting with “Compiling widget sets takes considerable time.”
then I can access the FallbackApplication successfully in the Firefox but I got prompt message in the android browser with
Why I can’t access both browser without error prompt? If can’t it’s mean I need to create a 2 project setup. One for desktop web browser (vaadin-archetype-clean) and the webmobile (vaadin-archetype-touchkit) separately.
Any suggestion?
I don’t use TouchKit so I can’t give you more precise informations.
It seems to me that somewhere a file is setting safari, maybe in touchkit package or in a plugin, …
From the GWT doc, you should be able to use :
But I think it would be better to track the source of the problem