ソースを参照

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.
j8
msalmasi 5年前
コミット
532dadb245
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      react/features/deep-linking/components/DeepLinkingMobilePage.web.js

+ 2
- 0
react/features/deep-linking/components/DeepLinkingMobilePage.web.js ファイルの表示

@@ -129,6 +129,7 @@ class DeepLinkingMobilePage extends Component<Props> {
129 129
                         <button className = { downloadButtonClassName }>
130 130
                             { t(`${_TNS}.downloadApp`) }
131 131
                         </button>
132
+                        target = '_top'
132 133
                     </a>
133 134
                     <a
134 135
                         { ...onOpenLinkProperties }
@@ -138,6 +139,7 @@ class DeepLinkingMobilePage extends Component<Props> {
138 139
                         {/* <button className = { `${_SNS}__button` }> */}
139 140
                         { t(`${_TNS}.openApp`) }
140 141
                         {/* </button> */}
142
+                        target = '_top'
141 143
                     </a>
142 144
                     { renderPromotionalFooter() }
143 145
                     <DialInSummary

読み込み中…
キャンセル
保存