gpt4 book ai didi

android - 如何从android apk在浏览器中打开网页?

转载 作者:行者123 更新时间:2023-11-30 03:52:30 26 4
gpt4 key购买 nike

我使用 Sencha Architect 创建了一个简单的应用程序并将其打包为 .apk。当我在我的设备上测试它时,我注意到我无法切换到浏览器并从该应用程序打开网页。
(例如,应用程序显示一个是-否对话框,当用户按下是按钮时,它应该切换到浏览器并打开特定的 url)

这是我使用的代码:

Ext.Msg.confirm(
"Confirmation", // Title
"Please tap yes to google in web browser.", // Message
function (btn) {
if (btn === 'yes') {
//Ext.Msg.alert("You have selected Yes", "");
// This should opening the web page on that can be used to connect to facebook from server //
Ext.device.Device.openURL('http://www.google.com');
}
else {
//Ext.Msg.alert("NO", "You have selected NO");
}
},
this
);

当我在浏览器中测试它时它可以工作,但是当我用 sencha cmd 将它打包到 apk 时它不工作。有谁能帮我这个吗?提前致谢。

最佳答案

2.1B2版本存在一些问题。

This will work with the next version of the Native Packager which is going in with Beta 3.    -
Jamie Avins
Sencha - Sencha Touch Dev Team

Link to Forum

关于android - 如何从android apk在浏览器中打开网页?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13926041/

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