Questions tagged [multi-device-hybrid-apps]

Multi-Device Hybrid Apps for Visual Studio leverages Apache Cordova™ to easily build cross platform apps that run on iOS, Android, Windows, and Windows Phone using a single project based on HTML5 and JavaScript.

Some important resources and links to help out:

  1. Read more about the project

  2. Download the tools

  3. Get started with our documentation

  4. Tutorials for Visual Studio Tools for Apache Cordova

  5. Read the FAQs

  6. Read the Known Issues

  7. Download Sample Apps - AngularJS, BackboneJS, WinJS

  8. Got suggestions? Write to the team at vscordovatools@microsoft.com

  9. Follow latest updates on @VSCordovaTools

191 questions
1
vote
3 answers

Where to build a Hybrid App?

I want to ceate a Hybrid App with html5,cc3,JS,Jquery mobile,SQL,AJAX and it's my first attempt. What platform do you suggest to begin with the building?
1
vote
3 answers

Unable to build Visual Studio 2015 Preview Codova Project in Release Mode - Getting Error - Command failed with exit code 8

I am using Visual 2015 Preview with Cordova Tools, am able to build, deploy application to device or VS Android Emulator without any issues in debug mode. Trouble I am having is when I do it release mode, whenever I am trying to build application in…
1
vote
1 answer

build a cordova plugin for android from source code

I'm a .Net developer and I've some basic information about java development , I'm developing a multi-device-hybrid-apps using visual studio and cordova. I use a native plugin for push notifications PushPlugin , I want to do some changes in this…
1
vote
1 answer

How to configure the plugin org.apache.cordova.file-trasfer in index.js?

I am creating project in which i added the plugin org.apache.cordova.file-trasfer into that i need to configure in index.js.Suggest me an example or idea
Vinoth Narayan
  • 275
  • 2
  • 15
1
vote
1 answer

Multi-Device-Hybrid-Apps - has anyone got the indexeddb plugin for android to work

I have been trying to use the indexeddb plugin from msopentech to get my application to work on android 4.2.2 devices. So far I have had no luck. My application works fine in the ripple emulator, on any windows 8 tablet and on my nexus 7, but it…
Andrew
  • 5,215
  • 1
  • 23
  • 42
1
vote
1 answer

How to add our own options in Visual Studio for target platform?

How to add our own options in Visual Studio for target platform like the below image?
1
vote
1 answer

How to merge or override the build.xml for Android in phonegap / Cordova

I'm working on a Multi-devices Hybrid Apps solution for Cordova in Visual Studio 2015. I'm using Grunt for some reasons so there is a "node-modules" folder in my solution and I can't build for Android because of this folder. The soluton is to add…
1
vote
2 answers

How to define global variables, based on config (debug/release)?

How to define global variables for Multi-Device Hybrid Apps, based on config (debug/release/distribution)? Example: my app have to query (HTTP POST, using ajax) web server. When debugging, i wish to query local web server, when building release…
Vasilij
  • 468
  • 6
  • 20
1
vote
2 answers

Visual Studio Multi-device hybrid failed to fetch package information error

I've installed the visual studio extension Multi-device hybrid, all is fine except when I run a new project with any of the the Cordova plugins enabled e.g. battery-status. I'm getting the error message below. But if I remove or disabled all the…
1
vote
2 answers

Multi-Device Hybrid Apps - Google Map

I want integrate a google map inside Multi-Device Hybrid Apps, I am following the example: Loading Google Maps in Cordova the Right Way this works, but the ripper emulator doesn't show me the map. The Visual Studio has a "DOM explorer" tab and I can…
Leandro Tuttini
  • 803
  • 3
  • 8
  • 16
1
vote
1 answer

Error installing npm package

I am quite new with the Multi-Device Hybrid Apps and Cordova programming. So I decided I would download a Sample from VS website I downloaded all the three (WinJS, AngularJS , BackboneJS ), but none of them work when I try to build them. Here is…
Guy
  • 75
  • 2
  • 7
1
vote
0 answers

send push notification from asp.net for Azure

I'm developing an app using cordova for multiple devices, I wan't to send push notification from a website or webservice whenever a new data is inputed in the database how can this be done? I will develop for android, IOS and windows phone
1
vote
1 answer

An error occurred building visual studio cordova app using multi-device-hybrid-apps only in Release and Distribution configuration

I am developing a mobile app using Cordova by multi-device-hybrid-apps in Visual Studio 2013, Everything is fine on Debug configuration, the app will compile correctly and is installed on the device. But when I try to compile and deploy via Release…
Reza
  • 18,865
  • 13
  • 88
  • 163
1
vote
1 answer

Can't get cordova.file plugin to work in a hybrid app

I'm having a problem reading a file from the file system using cordova.file plugin. I'm using the following sample code: function onInitFs(fileSystem) { console.log("filesystem loaded!"); fileSystem.root.getFile(filePath, {},…
Shalom Aleichem
  • 2,987
  • 2
  • 22
  • 34
1
vote
1 answer

CaptureError.CAPTURE_INTERNAL_ERR on Android trying to use capture.captureImage

I am trying to write a hybrid app for Android using VS 2013 update 3 and the multi-device hybrid app extension (Cordova v3.5.0). Everything is working well except the Media Capture plugin. I am calling…
dp22193
  • 43
  • 1
  • 5