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
0
votes
1 answer

Office 365 API not working after CTP2 to CTP3 Visual Studio Tools for Apache Cordova upgrade

Office 365 API in a Visual Studio Multi device hybrid project stopped working after I upgrade from CTP2 to Visual Studio Tools for Apache Cordova CTP3. How can I fix this?
0
votes
1 answer

Setting post-build event commands?

Is it possible to set a post-build in VS2013 and Multi-Device Hybrid Apps CTP3? I want to be able to copy the output APK to a different location.
ilitirit
  • 16,016
  • 18
  • 72
  • 111
0
votes
2 answers

Visual Studio 2013 VS tools Cordova CTP3 - Build sets files in bld and bin dirs Read-Only?

We've just updated Visual Studio on two development machines from Update 3 to Update 4, updated Web Essentials and uninstalled Hybrid Apps CTP2 and installed the new CTP3 Visual Studio Tools for Apache Cordova. We have a problem when we build for…
0
votes
1 answer

Giving error while running code for windows emulator WGA 512MB

I am trying out a trivial index.html file in the multi-device-hybrid-app in visual studio 2013. I could easily run it on android emulator. However, running on windows platform I ran into the following error. cordova library for "wp8" already exists.…
Samuel
  • 1,949
  • 4
  • 18
  • 30
0
votes
1 answer

Visual Studio Multi-Device Hybrid App project + Ionic + WP8 White screen

I've created a Visual Studio Apache Cordova Multi-Device Hybrid App project with Ionic. When I launch the app in windows phone 8, it loads a blank white screen right after the splash screen and nothing happens. How can I fix this issue? The app…
0
votes
1 answer

Cannot insert new HTML to BODY of the page

I'm trying to implement simple "single page application" under Multi device hubrid apps. After pressing a button (and doing some ajax POST query), i'm trying to insert new HTML into 'body': var finalHtml = '
' + '
0
votes
1 answer

Windows 8 and href

I am trying to convert an AngularJS web app to a multi device app. On the web application I used the ngRoute. Basically something like this app.config(['$routeProvider',function ($routeProvider) { $routeProvider .when('/Home', { …
0
votes
1 answer

The command x prepare --platform Android --configuration Debug --projectDir . --projectName y exited with code 8

I am trying to start developing app with multi-device-hybrid-app for visual studio. After setting all system variables my errors are these Error 4 The command ""C:\Users\userName\AppData\Roaming\npm\node_modules\vs-mda\vs-cli" prepare…
faby
  • 7,394
  • 3
  • 27
  • 44
0
votes
1 answer

Linking Visual Studio Multi-device Hybrid App support with BB10 WebWorks

Since Cordova supports building applications for BlackBerry10. I thought I would combine the BB10 WebWorks SDK with Visual Studio cordova support to gain an additional platform when writing hybrid applications. So far I have managed to coerce Visual…
0
votes
0 answers

Multi-Device hybrid App - Build results in www empty folders

I have an app made in VS2013 using MDHA which when built used to work perfectly fine, now though, the www folder has css, js and img folders within which are all empty. Can anyone offer any advice? I have tried deleting .cordova but to no…
anthonyhumphreys
  • 1,051
  • 2
  • 12
  • 25
0
votes
2 answers

Multi-Device Hybrid Apps for Visual Studio: ripple emulator doesn't start

I have the same problem like Fabio in this post. Unfortunately I can't add answer. I know that problem can be connected with white space in my user name. Can I change path from "c:\users\forename surname...", to "c:\users\forenamesurname..." ?
piotrbalut
  • 857
  • 1
  • 9
  • 21
0
votes
1 answer

Click on "Load" Button is not firing the event and also LocalFileSystem is not defined

I have following code from this link http://weblogs.asp.net/soever/cordova-file-transfer-unzip-and-present-adventures changed just the URL according to my needs.
0
votes
1 answer

WP8/WinJS/Cordova - Scrolling past beginning or end of ListView in PivotItem causes entire page to move

I'm writing an app using the Multi-Device Hybrid App template and WinJS (this is Cordova based). I've got a single-page navigation setup correctly and the first page to load within my root page contains a Pivot with several PivotItems. Each…
0
votes
1 answer

Ionic & Visual Studio Multi Device Hybrid App project error

How can I successfully import and convert an Ionic project to a Visual Studio Multi Device Hybrid App project???? I've copied all the files inside www folder to VS project root directory but It keeps showing errors with this plugin…
0
votes
1 answer

Failed to fetch package information for org.apache.cordova.geolocation

I download this example WinJS ToDo Sample for Multi-Device Hybrid Apps but when compile get the error: Failed to fetch package information for org.apache.cordova.geolocation I remove the check "Geolocation" in config.xml and the error changes…
Leandro Tuttini
  • 803
  • 3
  • 8
  • 16