The apple-mobile-web-app-capable meta-ta…

The apple-mobile-web-app-capable meta-tag sounds awesome but it has a limitation; any normal link in your page will open in Mobile Safari, exiting your web-app chrome. You can “fix” it by hijacking all links and turning them into form posts or AJAX loads. But that isn’t sustainable. It seems the meta-tag is suited only for web-apps that are pure AJAX, never loading pages via standard HTML links. A shame but there you go. ยง