devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

SVG embedded via object tag messes up my History/AJAX #102

Closed gentle-media closed 7 years ago

gentle-media commented 7 years ago

Hi,

I embedded some SVG's on a page via the object tag, but because of this that page does not AJAX-ify anymore if I navigate to it. It just do a full page reload.

<object data="<?php echo _LINK_PATH;?>_img/logo_tenant_hub.svg" type="image/svg+xml"></object>

What might be causing this?

Thanks! Ralph