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
[ ] The steps for distribution have been follow here.
[ ] A Release Note has been drafted and published after merging to master.
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 includetel
andmailto
.This PR modifies some of the logic to allow for
tel
andmailto
to work with or without theopenWebLinksInSafari
option.Checklist