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

VS2013 Update 5 blocked due to old version of Multi-Device Hybrid Apps

I thought I should post this here to help anybody else encountering this problem when installing the new Update 5 for VS2013. I spent about 3 days now trying to install Update 5 for Visual Studio 2013 with the installer saying the update is blocked…
Nick D
  • 286
  • 1
  • 4
  • 15
3
votes
3 answers

Error installing Visual Studio Multi device Applications after update

I have recently updated Visual Studio 2013 to version 4 and then I have tried to update Apache Cordova Multi Device Tools to the new version but I get an error saying its blocked and I have to uninstall the older version. I clicked the link…
3
votes
0 answers

DeviceNotFound when deploy in hybrid apps on Windows Phone 8.1

I have an app developed with hybrid apps (cordova) in VS 2013 Update 3, I have successfully installed the app on Android and iOS, but when I try to install it on Windows Phone 8.1 I get the exception:…
GGAle
  • 65
  • 1
  • 8
3
votes
5 answers

Default app receives error on ripple emulation

I've just downloaded an extension for creating multi-device-hybrid-apps for Visual Studio 2013. Before I've created a new project I've installed everything that's needed (Android SDK, ant, git cli, etc.) Now, when I've created a blank app in Visual…
DanielY
  • 1,141
  • 30
  • 58
3
votes
2 answers

Not able to get the geolocation in Android emulator

I'm doing a small sample app which displays latitude and longitude in a popup when i click on the button here is my code BlankCordovaApp1
mahindar
  • 705
  • 10
  • 23
3
votes
1 answer

Implement pdf.js in Apache Cordova

I am trying to develop an Apache Cordova Application with Visual Studio 2013 for Android, using Typescript. I am unable to display my PDF. My program begins by downloading the PDF file to the Android Device from a website. After this though, I am…
user1624667
  • 231
  • 3
  • 11
3
votes
2 answers

How to delete Multi-Device Hybrid Apps Preview/CTP2 manually?

Configuration Visual Studio 2013 SP3 Windows 7 Pro SP1 Problems JavaScript Language Service crashes and shuts down! Cannot uninstall Multi-Device Hybrid Apps Extension!!!! Cannot locate the vs2013mda_1.exe file? Cannot reinstall using…
3
votes
2 answers

Can I exclude/ignore files from Multi-Device Hybrid App build? (In order to prevent EBUSY error when building)

I'm getting this error when building my Multi-Device Hybrid App. EXEC : error : EBUSY, resource busy or locked 'C:\path\to\project\bld\Debug\www\.svn\wc.db' Suspected cause: From what I can gather, when the Multi-Device Hybrid Apps Visual Studio…
Pete
  • 95
  • 8
2
votes
1 answer

React Native - No command found with name 'scrollTo'

I am new to ReactNative, not sure what is happening here. I want to use MaterialTopTabs of ReactNavigation library https://reactnavigation.org/docs/material-top-tab-navigator\ Adding one of the property does not work with ios but on…
2
votes
1 answer

How to create a new google spreadsheet through an app in react native?

I am writing a simple app in which I would like to create a google spreadsheet when the user wants to. I could only get to the part below, where I can read data from already existing google spreadsheets, but I'm not able to convert this such that,…
2
votes
0 answers

How can i check every directory in my device in ionic 3

Is there any way we can check directory and files from root directory with loop process in all its sub directories. I found a code but it needs first directory but i need it to be from root directory. this._storage =…
2
votes
2 answers

How to move "PHP.Laravel + VueJS" app to Hybrid app?

I've a sort of task manager app which the backend is written in PHP and the front-end in vuejs+HTML+CSS, so my understanding is that it is fairly easy to bundle the front-end part into a hybrid app by something like Electron, but I also want to get…
2
votes
1 answer

Hybrid App depending on server side patch

I want to make a Hybrid app that can be frequently patched and immediately reflected like web site. Native apps take too much time to get Store's approval every time. So searched for Cordova, Xamarin, React Native and so on..., but not sure about…
2
votes
1 answer

Custom filter not working in Angular Hybrid app

I am attempting to convert an AngularJS 1.6 app in to a hybrid app along with Angular 5. I have the following simple filter defined: (function () { "use strict"; var filterId = "colorPicker"; angular .module('app') …
2
votes
1 answer

How to parse JSON in Ionic 2?

I am new in Ionic-2 hybrid App development and need to parse the JSON to use web services. I am not able to get any response from the server. I need to fetch data from the server and display it in "Product details page". My Json structure is…
1
2
3
12 13