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

CXP-390: Fixes issue with non-HTTP(S) URL Schemes #15

Closed NicHaley closed 4 years ago

NicHaley commented 4 years ago

Description

When using the iOS SDK with the openWebLinksInSafari feature turned off (which is also the default), URLs with non-HTTP/HTTPS schemes would cause the app to crash. Such schemes include tel and mailto.

This PR modifies some of the logic to allow for tel and mailto to work with or without the openWebLinksInSafari option.


Checklist