Livewire wire:navigate directive and iframes
Im making an app with laravel using livewire to make an SPA. I’ve created several full page components and I navigate between them using the wire:navigate directive. I also have an Iframe in the layout that is encapsuled in an @persist livewire directive that I dont want to refresh. My problem is that everytime I click in a wire:navigate link the iframe refreshes. I change the div’s background color programmatically on the run and when I navigate between pages the background color persists but the iframe inside this div keeps reloading. Why is this happening?
Please help, I can’t find any hint on Internet.