gpt4 book ai didi

android - 无法使用 Linking.openURL 打开电话

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:57:41 25 4
gpt4 key购买 nike

描述

无法使用 Linking.openURL('tel:+123456789') 打开电话

环境

环境: 操作系统:macOS High Sierra 10.13.4 节点:8.5.0 yarn :未找到 npm:5.8.0 守望者:未找到 Xcode:Xcode 9.3 构建版本 9E145 安卓工作室:2.3 AI-162.4069837

软件包:(需要 => 已安装) react :16.3.1 => 16.3.1 native react :https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz => 0.55.2 世博会:27.0.1,

重现步骤

import ...
export default class App extends React.Component {

_pressCall=()=>{
const url='tel:+123456789'
Linking.openURL(url)
}

render() {
return (
<View style={styles.container}>
<Button title='call' onPress={this._pressCall}/>
</View>
);
}
}

https://snack.expo.io/@kikoololmdrxdd/test-linking-phone-call

预期行为

打开电话

实际行为

[Android]Error message
attempt to invoke virtual method 'boolean java.lang.string.endsWith(java.
lang.String)' on a null object reference

最佳答案

我找到了解决方案:您需要将“tel:”转换为“tel://”

关于android - 无法使用 Linking.openURL 打开电话,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50272908/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com