I’m trying to use ‘#’ in mendix app url, like, localhost:8080/index.html#something but it automatically changes back to localhost:8080/index.html how can I change this behaviour? NOTE : Actually I'm developing a custom widget, and in their i'm using oidc-client library, when I signin , there's a response which is appended to myurl like: myhost.com/somecall#credentials.... But the mendix app seems to just discard the # part and take me to myhost.com
asked
Talha Irfan
1 answers
0
Hi!
I suspect you are trying to use the anchor as a link to scroll directly to a section of a page? There is an old forum post (dated in 2014) that explains that Mendix loads a page a bit differently compared to a normal website.