问题标签 [taco]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cordova - Change host app url before build Cordova Application in Visual Studio 2015
I am using Visual Studio 2015 for develop a hosted web app using Apache Cordova by this tutorial http://taco.visualstudio.com/en-us/docs/create-a-hosted-app For open specific application url in Cordova WebView I should set this url in several places (config.xml, index.html, index.js). This url is different for develop and production environment. And before build application for production I should replace url in several places(config.xml, index.html, index.js). Is it possible to automate this task (maybe through gulp and taco-team-build module)?
cordova - 通过 Cordova Ace 插件启动 android 活动
是否可以将现有的 android 项目添加到 Cordova Ace 项目并启动本机活动?如果是,我们如何实现它?
我在这里有一个 Eclipse android 项目(带有完整的示例项目代码),并将整个项目代码放在 Cordova Ace 项目的“本机”文件夹中。但我有很多编译的问题。
我已经尝试了几天,但无法实现。
环境:VS 2015 Enterprise,TACO
非常感谢您的帮助。
android - 如何为 Cordova Ios/Windows Phone/Android 正确设置“内容安全策略”?
我正在为我们公司构建一个应用程序。我们有一个 iframe(不要问为什么......)加载一个响应式网站。它(应该)对用户透明。
我添加了几行 js 来管理离线页面。
它在 android 模拟器(带有 Visual Studio 的 cordova)和 android 设备上运行良好。但是我面临一个content-security-policy
我怀疑是这个错误的来源:
5 秒后 deviceready 未触发
根据我的阅读,它可能来自内容安全策略。
我在运行时收到此错误:
拒绝加载框架“gap://ready”,因为它违反了以下内容安全策略指令:“default-src 'self' https://www.mywebsite.fr http://www.mywebsite.fr ”。请注意,'frame-src' 没有明确设置,所以 'default-src' 用作后备。
您如何看待这个元数据:
还有我的 config.xml:
谢谢你的时间,
斯蒂夫。
ios - Cordova IOS =>' Failed to load resource: An SSL error has occurred'
I am working with visual studio cordova and we embeded an Iframe. On android it is working fine, but on Ios (9+) :
Failed to load resource: An SSL error has occurred and a secure connection to `the server cannot be made.
I ve read other thread suggesting to change NSAppTransportSecurity. I've done it via Transport Security Plugin.
I've change the CSP:
I stil got this error. Any help out there?
cordova - “增量 Java 编译是一个孵化功能。” 每个cordova构建过程都需要很长时间
每次构建 Cordova 项目时,构建过程都会卡住大约 8 分钟。
发生这种情况时,日志中的最后一行是:Incremental java compilation is an incubating feature.
以前有人见过这种情况吗?
我正在使用 Visual Studio 2015 并在 Windows 10 build 14393.10 上运行。
我的问题是为什么构建过程需要太长时间?
更新:
这是构建日志:
ios - Cordova iOS 构建在发布模式下失败
我正在使用 Visual Studio 开发一个多平台 Cordova 应用程序。当我在调试模式下进行 iOS 构建时,它可以正常工作,使用远程构建系统连接到 Mac 计算机。
但是,当它在发布模式下构建时,它声称已成功完成,但不会生成任何 .iap 文件。经过调查,我发现它根本不联系远程构建服务器。我怎样才能解决这个问题?这是构建的日志:
web-services - 使用 Visual Studio 2015 在 Apache cordova 中使用 Web 服务的方式和方法是什么
我想在我的 Visual Studio 2015 apache cordova 应用程序中使用 Web 服务,无论是 SOAP 还是 REST api。我的 UI 上的列表小部件,我想绑定从这些 Web 服务检索到的值。怎么做?
目前我有一个提供 jaosn 数据的 API url。知道它是如何完成的会很有帮助。
此外,如果可用,请提供我可以学习的链接。
ios - Visual Studio Taco - Remotebuild 将不再部署到远程设备
直到最近(大约 2016 年 9 月 15 日),我才能够使用 VS2015 和最新版本的 TACO 和 remotebuild 构建和部署一个 cordova 项目到远程设备(iPhone 6)。
我现在正在运行 ios 10 并更新了 iTunes 和 xcode。
现在,当我运行 remotebuild 时,设备会提示我“信任计算机”。我点击按钮,然后什么也没有发生。Remotebuild 认为部署成功,但设备上没有安装任何东西,因此“运行”步骤失败。请参阅下面的 404。
获取 /cordova/build/1216/deploy 200 692.617 毫秒 - 760
获取 /cordova/build/1216/运行 404 762.857 毫秒 - 35
获取 /cordova/build/1216/debug 500 10014.728 毫秒 - 88
如果我打开 xcode 项目并从那里运行,它会成功安装在设备上并且能够运行。
visual-studio-2015 - Visual Studio 2015 Cordova:Xcode 8 和 iOS 10 Cordova 项目上的代码签名错误
我使用 VS2015 开发 Cordova。最近我更新Xcode并在构建ios时收到以下错误
签署“BlankCordovaApp10”需要开发团队。在项目编辑器中选择一个开发团队。SDK“iOS 10.0”中的产品类型“应用程序”需要代码签名
然后我在 Xcode 8 和 iOS 10 Cordova Project 上看到了这个解决方案 Code Sign Error
但是按照其中的说明进行了以下3个步骤后,仍然出现相同的错误。
- 科尔多瓦平台删除 ios
- cordova 平台添加https://github.com/apache/cordova-ios.git
- 更新 build.json 如下(修改我的团队 id 为 XXXX)
有人可以帮助阐明如何在 VS2015 科尔多瓦中应用它吗?
一旦您在 Mac 中更新 Xcode 并在 VS2015 cordova 中构建 ios 应用程序,您就可以复制它。
谢谢。