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:
parent
55051cc203
commit
532dadb245
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue