Chrome is pretty good at telling you why it's not happy. What does it say
in the console?
There was no super dev mode back then, and the GWT plugin won't work in
Chrome, so any changes you make will need a full compile and deploy each
time to test them.
On Tuesday, 26 July 2022 at 2:59:07 am
There is no explicit "Chrome" support in GWT - Chrome started its life as
another browser based around the WebKit engine. This is referred to in GWT
as "safari", though WebKit started its life as part of the Konqueror
browser, which pre-dates Safari's use of it (though arguably Safari
populariz
Hi Guys
got an old system running in 1.4.61 that won't work in chrome.
This is a very complicated and old system that no one really knows about.
I am trying to do the minimum changes to get it to work with chrome.
Obvisouly the newer the GWT, the more breaking changes potentially
introduced pl
Thanks Jens for pointing out the issue. It is working now.
On Saturday, July 23, 2022 at 2:53:30 AM UTC+5:30 Jens wrote:
> Your interface has a type parameter with no upper bound so it is
> effectively Object. Thus GWT does not know which classes to scan because it
> will not scan every subclas