gpt4 book ai didi

android - 在 phonegap ios 应用程序中显示我的索引文件 url 的地理位置确认框

转载 作者:可可西里 更新时间:2023-11-01 04:52:17 26 4
gpt4 key购买 nike

我正在使用 phonegap 3.2 创建一个 ios 应用程序我需要用户当前位置来搜索附近的用户。当我尝试使用代码获取设备的当前位置时

function onSuccess(position) {
device_lat = position.coords.latitude;
device_long = position.coords.longitude;
}

// onError Callback receives a PositionError object

function onError(error) {
alert("Share Your Location First.");
}

function onDeviceReady()
{
navigator.geolocation.getCurrentPosition(onSuccess, onError);
}

出现带有以下文本的确认框。“/Users/../Library/Application Support/iPhone Simulators/6.1/Applications/[App Code here]/demo.app/www/index.html”想使用您的当前位置。

是否有可能将这段文字按照它的说法进行costomise Like“MyApp 想要使用您的当前位置”?

也适用于安卓和其他设备。

最佳答案

由于上一个答案不完整,我发布了一个新答案。为了让地理定位提示标题显示您的应用程序名称而不是文件的完整路径,您需要做两件事:

  1. 安装 Cordova/PhoneGap geoLocation 插件(cordova 插件添加 https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git )

  2. 在触发 deviceready 后运行 getCurrentPosition。

关于android - 在 phonegap ios 应用程序中显示我的索引文件 url 的地理位置确认框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20416585/

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