camptocamp / ngeo

Library combining OpenLayers and AngularJS
https://camptocamp.github.io/ngeo/master/examples
MIT License
135 stars 87 forks source link

Issue with params in desktop redirection #2625

Closed rbovard closed 7 years ago

rbovard commented 7 years ago

Permalink directly where we can reproduce the issue: https://geomapfish-demo.camptocamp.net/2.1/mobile/

Steps to reproduce the issue:

Result:

Expected result:

sbrunner commented 7 years ago

It's not a permalink..., then this is because you call the mobile page without any parameters ...

rbovard commented 7 years ago

But with parameters stored in local storage...

sbrunner commented 7 years ago

The local storage is the same on the desktop application, we should just use it event if we have the no_redirect= argument :-)

rbovard commented 7 years ago

Nice, thanks.