Questions tagged [taco]

The Tools for Apache Cordova (TACO) provides additional functionality on top of Apache Cordova. It contains utilities for easy access to validated Cordova platforms and plugins, helps you to install platform specific build dependencies and provides guided help for building and running your hybrid Cordova applications.

The Tools for Apache Cordova (TACO) provides additional functionality on top of Apache Cordova. It contains utilities for easy access to validated Cordova platforms and plugins, helps you to install platform specific build dependencies and provides guided help for building and running your hybrid Cordova applications. You can find more information at http://taco.tools

115 questions
2
votes
0 answers

Cordova build TACO(vs-tac) issue

I have a cordova project. It was working well earlier. But today is not building. Throws this error. 1>MSBUILD : cordova-build error BLD401: Error : BLD00401 : Could not find module '{project-path}\node_modules\vs-tac\app.js'. Please Go to Tools -->…
Manoj
  • 4,951
  • 2
  • 30
  • 56
2
votes
1 answer

Visual Studio 2017 iOS Build Failed to acquire Cordova

I am building a mobile app using VS-TACO and I am trying to run my build on iOS. When I try to build this app for iOS on a Windows host which is connected to a Mac with remotebuild agent, then I get following Error Message in Visual Studio 2017 on…
2
votes
2 answers

How to open link outside cordova webview (in Safari or Google Map)?

I have created a hosted app using this tutorial: Microsoft Tutorial Page In this web app, there is link available which opens Google Map like: Address URL…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
2
votes
1 answer

VS 2017 RC cannot find cordova tools

after several unistalls and reinstalls processes of VS 2017 I'm still getting the following error (translated from spanish) when I try to compile for chrome emulator a new and empty project in vs 2017 RC: MSBUILD : cordova-build error…
2
votes
0 answers

Debugging Ionic 2 app using Typescript - source map file not seen by VS 2015 debugger as well as Safari Mac browser

I think the picture 1 below will explain the best the issue I am facing I created Ionic2 app on my Windows 10 PC with this command: ionic start -a "myapp" -i com.mycomp.myapp --v2 sidemenu I then imported it in Visual Studio 2015 with TACO…
Rad
  • 933
  • 1
  • 15
  • 32
2
votes
1 answer

VS 2015 TACO - build broke on Xcode 8 / iOS 10

Here are the issues I encountered and fixed: Code signing: downloaded the xcode8.js hook and added the following to build.json, per http://www.dpogue.ca/articles/cordova-xcode8.html: "ios": { "debug": { "developmentTeam": "VZ4B5XSP9U" …
Mr. TA
  • 5,230
  • 1
  • 28
  • 35
2
votes
1 answer

How to set properly "content-security-policy" for Cordova Ios/Windows Phone/Android?

I am building an app for our company. We are having an iframe (don't ask why...) loading a responsive website. It is (should) be transparent for the user. I added few js lines in order to manage offline pages. It is running well on android simulator…
Sulot
  • 504
  • 2
  • 6
  • 20
2
votes
1 answer

Unable to get Ripple session info for port 9222

I'm using Visual Studio 2015 with tools for Apache Cordova version 9. I have an existing project that was working OK but all of a sudden I get Unable to get Ripple session info for port 9222. Please close all instances of Chrome and try again. An…
Mart
  • 41
  • 4
2
votes
2 answers

Getting Build Error for Cordova plugin integration on Visual Studio 2015 TACo

This is regarding Cordova based universal app development using Visual Studio 2015 - Tools for Apache Cordova (TACo). Here is the sample code which I am trying to run: AngularJSToDo app. In this app, there is GeoLocation Cordova plugin is being…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
2
votes
1 answer

TACO - MacInCloud - Secure connection to https://###.###.###.###:3000/cordova could not be established

I'm trying to build using taco remotebuild within on MacInCloud. I've been able to get it to run on another Mac before but can't get it to work there. Fails after a minute or two when I try to do a build. Looks like it either fails during the…
James Hollister
  • 537
  • 4
  • 9
2
votes
1 answer

How to setup system proxy for VS2015 when using Tools for Apache Cordova

My question is how to setup system proxy in windows, because I got the following message from VS2015 output, and system proxy should setup in IE proxy setting. But it looks like need to setup in the other way. Any help on this? RUNMDAINSTALL :…
JimiOr2
  • 332
  • 1
  • 3
  • 16
2
votes
2 answers

Cordova not adding capabilities to appxmanifest file

I'm using Visual Studio 2015 (Update 2) to build an app using Apache Cordova. This app uses the cordova-plugin-media plugin for recording audio. However, when I try to record audio, I get this error: Access is denied. Looking at the generated…
Knelis
  • 6,782
  • 2
  • 34
  • 54
2
votes
1 answer

Apache Cordova/Visual Studio 2015 tools fails to launch app in IOS simulator

I am trying to deploy a simple newly created Cordova app on Mac from vs2015 it seems that the project is build successfully but I am getting the following error in visual studio and no app is installing or running on simulator. Starting launch…
Reza
  • 18,865
  • 13
  • 88
  • 163
2
votes
0 answers

Hosting Ripple Emulator

I used the files in npm/node_modules/ripple-emulator/pkg/hosted in IIS website to emulate my phone app online, when I open it in browser with ?enableripple=true the ripple starts but it's not loading the app and shows "Looks like what we have here…
wael101
  • 500
  • 2
  • 10
2
votes
2 answers

Build Error with Request Location Accuracy Plugin

I am building a Phonegap app using Visual Studio Tools for Apache Cordova. I am trying to get a native dialog to take user to / enable location services and for the same I am using the Request Location Accuracy Plugin from HERE. However when I add…