This is so cool. But on iOS, clicking the plane flashes the mini modal/popup but the it immediately disappears. There no way, on touch, to keep it open long enough to click a cockpit view button, assuming there is one.
I was able to do it on my iPhone. 1) Click on a plane on the map. 2) Click on "menu" at the bottom. 3) Scroll down to the bottom of info window and click on "cockpit."
No worries! You can prevent the page from scrolling to the top by adding `mu-scroll="false"` to the link or form triggering the request. You can also disable it globally with `mu.init({ scroll: false })`.
In the Playground, the scroll-to-top behavior is intentiona, it's there to illustrate that feature.
reply