AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 21 forks source link

Adds open URL handler to `AdaWebHost` for Universal Link support #85

Open mharper opened 1 year ago

mharper commented 1 year ago

Description

Adds the ability to provide a custom "open URL handler" to AdaWebHost. We did this to allow opening universal links seamlessly within our iOS app.

Of course, I only just now noticed #82. 🙄