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 somethin

Re: GWT built in History and HTML5 pushstate

2021-01-11 Thread Thomas Broyer
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 something else, possibly based on elemental2-dom: https://javadoc.io/doc/com.google.elemental2/elemental2-dom/latest/ele

Re: GWT built in History and HTML5 pushstate

2021-01-11 Thread Vegegoku
I would suggest that you take a look at domino-history On Monday, January 11, 2021 at 2:17:25 PM UTC+2 Martin Nguyen wrote: > Hi, > > We are using the GWT built in History which leads to the hashtag tokens. > This is leading to a problem when we are

GWT built in History and HTML5 pushstate

2021-01-11 Thread Martin Nguyen
Hi, We are using the GWT built in History which leads to the hashtag tokens. This is leading to a problem when we are trying to redirect in a Microsoft teams app. Is there a way for us to try removing that hashtag sign in the urls, are there any up-to date libraries or implementation to go fro