React native 无法在Salesforce Lightning Chatter页面iOS webview中打开附件

React native 无法在Salesforce Lightning Chatter页面iOS webview中打开附件,react-native,salesforce,wkwebview,salesforce-chatter,React Native,Salesforce,Wkwebview,Salesforce Chatter,全部, 我们正在React native中基于salesforce服务构建一个定制的移动应用程序,因为chatter功能非常强大,我们正在使用“React native wkwebview reborn”在Webview中加载chatter lightning页面 下面是用于加载聊天页面的URL ${apirls.SALESFORCE_HOST_URL}/secur/frontdoor.jsp?sid=${decodeURIComponent(this.props.accessToken)}&r

全部,

我们正在React native中基于salesforce服务构建一个定制的移动应用程序,因为chatter功能非常强大,我们正在使用“React native wkwebview reborn”在Webview中加载chatter lightning页面

下面是用于加载聊天页面的URL

${apirls.SALESFORCE_HOST_URL}/secur/frontdoor.jsp?sid=${decodeURIComponent(this.props.accessToken)}&retURL=${encodeURIComponent(returnURL)}

returnURL=${SALESFORCE\u LIGHTNING\u HOST}/LIGHTNING/page/chatter

我们能够显示chatter页面,它工作正常,但是当我们点击任何附件时,附件没有打开,页面也没有正确滚动

同样的功能在Andriod中也能完美地工作

任何人都可以提出原因