strada-ios
strada-ios copied to clipboard
Create fully native iOS controls, driven by your web app.
Hey I am attempting to setup strada following the quickstart guide and referencing the demo but I am facing an error in my WKWebViewConfiguration that is not mentioned in the...
This adds a small change to the quick start guide documentation to use `nonisolated` keyword to avoid errors on new Xcode apps https://github.com/hotwired/strada-ios/issues/34
The web BridgeComponent `connect` event fires when the element appears on a page. However, if this happens on a background tab, the native BridgeComponent will ignore any messages sent because...
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...
I'm working on a podcast app that includes a persistent player bar implemented in a native view. I wish to communicate various events back to the web view such as...