gpt4 book ai didi

android - Cordova +机器人: not able to open dial pad or mail intent from app

转载 作者:搜寻专家 更新时间:2023-11-01 07:56:50 24 4
gpt4 key购买 nike

我有一个奇怪的问题。我无法打开带有预定义号码的拨号盘或来自应用程序的邮件 Intent 。

我正在使用 netbeans 8.0.1 创建 cordova 应用程序。我的 Cordova 版本是 4.0.0。

我按照步骤创建了一个应用程序,并选择了一个 HelloWorld Cordova 模板。我将其 html 文件修改为如下内容:

<html>
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!--WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323-->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>Hello World</title>
</head>
<body>
<h1><a href="tel:+919685968574" >call</a></h1><br>
<h1><a href="mailto:abc@gmail.com?subject=Hello" >Send Mail</a></h1>
<script type="text/javascript" src="cordova.js"></script>
</body>
</html>

奇怪的是,我终于尝试安装了Cordova的所有核心插件,但仍然没有用。

请帮帮我...谢谢...

编辑:我引用了这些链接,但没有帮助:

Call predefined number automatically on Android with PhoneGap

http://rickluna.com/wp/2012/02/making-a-phone-call-from-within-phonegap-in-android-and-ios/

最佳答案

电话:

唯一对我有用的解决方案是:

navigator.app.loadUrl('tel:+919999999999', { openExternal:true });

我在 android 上试过它的工作原理。 Cordova -v 4.1.2

关于android - Cordova +机器人: not able to open dial pad or mail intent from app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26669393/

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