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
14
votes
7 answers

Unable to debug cordova app due to adb.exe

I have just created a plain 'helloworld' cordova app on Visual Studio. I can't debug my app on either android emulator or device though it works only in the ripple emulator. Please help. I keep getting error "Unable to start…
10
votes
4 answers

An error occurred building visual studio cordova app using multi-device-hybrid-apps

I am getting 3 fatal errors. I installed the android SDK 19 as well. Any ideas??? An error occurred while listing Android targets C:\Project\AngularJS_ToDo_Sample_for_Multi-Device_Hybrid_Apps\JavaScript\AngularJSTodo\EXEC 1 1…
wil
  • 853
  • 2
  • 10
  • 24
9
votes
1 answer

IPA language with Visual studio (Cordova)

I have a problem when I try to set the language of the IPA. My App is in French but only English is added in the generated IPA. I do not kwnow how to change this. I use visual studio with Cordova tools. I have tried to add a locales folder but it…
9
votes
1 answer

vs-mda-targets\Microsoft.MDA.targets was not found

Trying to simply create a new Cordova "Blank App" using Visual Studio 2013 Update 3. I see the template, but when trying to open the blank app, I get: The imported project …
Jason Eades
  • 1,547
  • 5
  • 16
  • 31
8
votes
1 answer

multi-device-hybrid apps template is not loading after installing CTP2

I am getting an error message when I try to create a new multi-device-hybrid app. The error message is that, this template attempted to load component assembly 'Microsoft.VisualStudio.MultiDeviceHybridApps.VSTemplateWizard, Version=1.0.0.0,…
8
votes
2 answers

How to compile cordova project from visual studio (Hybrid App) to android / ios apk

I try to compile my Cordova Hybrid App from visual studio to apk file After I deploy the project to Android / iOS the project bin folder still empty. I try to upload the "www" folder to build.phonegap.com but I get error. What is the best and…
7
votes
2 answers

How to pass data from one page to another for Navigation in Ionic 2

I am Beginner in Ionic 2. I want to pass Json data from one page to another after I click on a list items. The Items in the list comes from json and has particular id's associated with each item. So I want to pass a particular id after a click event…
5
votes
1 answer

Expo Ref usage and Navigation Container Conflicting

I am using Expo Camera to take some user pictures for a profile form. What is happening is when I try to set camera's ref to a state it crashes and throw the following error. Couldn't find a navigation context. Have you wrapped your app…
5
votes
1 answer

Visual Studio Multi-device project keeps on hanging intermittently in Ripple

I'm currently using Visual Studio Premium 2013 under Windows 7 x86 and after installing Visual Studio Updates 4 and the Visual Studio Tools for Apache Cordova CTP3.0 my existing multi-device hybrid project keeps on hanging intermittently for about 3…
4
votes
1 answer

Collection repeat list inside Ionic Pop Up

I have a collection repeat list with a search bar on top of the list (that is inside ionic pop up body). On the real device (Android 4.4), the list displays only 9 records. I have a codepen created collection repeat inside ionic pop up. Here it…
4
votes
1 answer

where to find cordova.js in the visual studio 2015 hybrid app

I have installed VS 2015 preview. I am trying to use the Hybrid App javascript template to create a new project. But I do not see any cordova.js in the project. Trying to learn following the sample given here […
4
votes
1 answer

Visual Studio Apache Cordova Build Error - cannot find module

I have installed visual studio apache cordova plugin and started creating the in built hello world app. but when I build I get this error. I have seen other people have the same issue on MSDN forums but no answer. can anyone help? Cannot find module…
Jason
  • 143
  • 1
  • 17
4
votes
4 answers

Create a function that fires only once after app is installed on phone

I'm developing a mobile app using ApacheCordova/Phonegap. I need a function that sends a SMS to me once per install. If I put my function on "DeviceReady" it will be run each time the app opens. Is there any solution for a function to be run when…
3
votes
1 answer

How to implement pull to refresh on existing hybrid app built using cordova

I have currently developed a hybrid app using cordova for ios & android. I wanted to add a feature which is pull to refresh in the app. I couldnt find any satisfying solutions to it. I have found many solutions for native app but none for hybrid…
Arun Nair
  • 69
  • 2
  • 9
3
votes
1 answer

How to call a wcf service/Web services using Apache Cordova

I surfed a lot about this issue, but unable to find the solution for this. Here the problem is, I want to connect to a wcf using Apache Cordova and Visual Studio. So if any one found a proper working solution please post the link
1
2 3
12 13