After the app is loaded, simply.everything assumes that all links in the page are to be handled by the router.
This assumption is not correct if the simply app is embedded into an existing page - in this case, it should not cancel click events outside the app. Ideally, it would only do such a thing if a command hanlder has been set on the link and just treat everything else normally.
After the app is loaded, simply.everything assumes that all links in the page are to be handled by the router.
This assumption is not correct if the simply app is embedded into an existing page - in this case, it should not cancel click events outside the app. Ideally, it would only do such a thing if a command hanlder has been set on the link and just treat everything else normally.