Re: app not reload from android chrome

2021-01-12 Thread Selçuk Atay
Hey Pierre, You can use a special web filter for better handling of caching. Here is an example similar to what I use on my projects, Add the following to your web.xml gwtCacheControlFilter com.acme.server.GWTCacheControlFilter Cache-Control max-age=31536000, public

Re: GWT built in History and HTML5 pushstate

2021-01-12 Thread Martin Nguyen
Thanks, I will check that out. On Monday, January 11, 2021 at 9:16:02 PM UTC+1 t.br...@gmail.com wrote: > Are you using Places? > Have a look at https://gist.github.com/tbroyer/1883821 > Otherwise (using plain com.google.gwt.user.client.History), you'd have to > migrate your code to use

Re: app not reload from android chrome

2021-01-12 Thread pierre...@gmail.com
Great thanks, My case is similar to the "example" example. Only a standalone index.html. So I add a WEB-INF directory with web.xml and lib/gwt-cache-filter-0.9.jar and now android phone reload it. So if I understand correctly the *.cache.js are now always reloaded but quicker as they are