strada-ios icon indicating copy to clipboard operation
strada-ios copied to clipboard

Allow Strada components to connect when loaded on a background tab

Open adampal opened this issue 9 months ago • 0 comments

This fixes #33

The basic change here is not ignoring the connect event even if the page is not yet active.
The issue with ignoring the connect event is that when the page becomes active, the web view has already fired it's connect event and the component isn't initialized.

adampal avatar May 23 '24 23:05 adampal