external_api: fixed using deeplinks

This update opens links in the full body of the window so deeplinks will work on iOS Safari when using the external API in an iFrame.
This commit is contained in:
msalmasi 2020-05-19 08:09:42 -04:00 committed by GitHub
parent 55051cc203
commit 532dadb245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class DeepLinkingMobilePage extends Component<Props> {
<button className = { downloadButtonClassName }>
{ t(`${_TNS}.downloadApp`) }
</button>
target = '_top'
</a>
<a
{ ...onOpenLinkProperties }
@ -138,6 +139,7 @@ class DeepLinkingMobilePage extends Component<Props> {
{/* <button className = { `${_SNS}__button` }> */}
{ t(`${_TNS}.openApp`) }
{/* </button> */}
target = '_top'
</a>
{ renderPromotionalFooter() }
<DialInSummary