Monday, January 11, 2021

Re: GWT built in History and HTML5 pushstate

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/elemental2/dom/History.html, or domino-history as already suggested by Ahmad.

On Monday, January 11, 2021 at 1:17:25 PM UTC+1 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 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 from History -> HTML5 pushstate?

Best regards
Martin 

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/300d1139-bd38-4212-bafa-ee961f26e6e1n%40googlegroups.com.

No comments:

Post a Comment