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
2 answers

Exit application in Windows Phone 8.1 multi device hybrid app

i have been recently trying on with Cordova Multi device hybrid apps, targeted for Windows phone 8.1. To add more to that, i add windows as the platform in the cordova project. Now my question is, is there any way in which i can terminate my…
0
votes
1 answer

Native file chooser using input type file for Android 4.4.2 using VS 2013 Multi Device Hybrid Apps does not work

I need to use the VS 2013 Multi Device Hybrid Apps which should on use of below html be able to access the camera as well the other options (Gallery) currently when i add the above HTML only…
0
votes
1 answer

Strange Behavior of $http/Ajax Calls on Windows Phone 8.1 App

I have been recently stuck into a strange issue, thrown by a Multi platform Hybrid App in Visual Studio App.. My Development Environment details are as follows : Visual Studio 2013 Release 3 Cordova 4.0 Angularjs 1.4 Ionic 1.4 Nokia Lumia 1320…
0
votes
2 answers

Specifying the port when debugging under Ripple?

Visual Studio appears to select a port between 4400 and 4444 when running on Ripple. How can I set this port permanently? The problem is that the app I'm working on relies on a SQLite database. When Visual Studio changes the port it effectively…
ilitirit
  • 16,016
  • 18
  • 72
  • 111
0
votes
1 answer

Output name of Multi Device Hybrid App CTP3 android configuration is always CordovaApp.apk

I recently upgraded to Multi Device Hybrid App CTP3 (from CTP2) surprisingly the output for android configuration is always CordovaApp.apk, I couldn't find anywhere to change the name of app. (It exists in every time generated…
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
1 answer

How to manipulate Manifest.xml in Multi Device Hybrid App

I am developing a mobile app by Multi Device Mobile App in VS 2013, since AndroidManifest.xml is generated from scratch in build process how can I set something in it?
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
2 answers

Why does visual studio 2013 run adb.exe when I try to debug using an android device?

I have a Sony Xperia Z3 and I'm trying to debug an Apache Cordova application aka: Multi-device hybrid application on my device but visual studio builds and then opens adb.exe after the build is complete. It doesn't launch the application on my…
0
votes
0 answers

Download xls file in app browser

I`m trying to load a excel file from a webservice using NgCordova In App Browser. The webservice returns a Stream and I set the return content type to "application/vnd.ms-excel" It seems to work when I use Chrome and Ripple but nothing happens when…
0
votes
1 answer

Phonegap oauth2 redirect issue

tl;dr I am trying to implement oauth in my cordova app (multi-device hybrid app in VS2013) but have problems with getting the tokens back For my internship project I have made a basic oauth server and added it to an existing project. When the mobile…
Robin
  • 2,704
  • 7
  • 30
  • 47
0
votes
2 answers

Visual Studio project error Cordova Tools

Due to a system meltdown I had to reinstall windows and visual studio. Now when I try to open a project from source control (Multi-Device Hyrbid App) it fails with the following message: C:\Users\Anthony\Source\Workspaces\...\theapp.jsproj : error …
0
votes
1 answer

Dash.js player doesn't play when debug

I've embedded dash.js player into Multi Device Hybrid App template, feed it with working live video link (tested with the same dash.js in trivial html page). When app is starting in Ripple (Apache Ripple™, web based mobile environment simulator), I…
yaapelsinko
  • 639
  • 1
  • 10
  • 18
0
votes
1 answer

Why do I get errors when building a hybrid app

When I'm trying to build and deploy a new hybrid app template (with no changes done) build fails and I receive this output: 1>------ Rebuild All started: Project: BlankCordovaApp2, Configuration: Debug Android ------ 1>C:\Program Files…
0
votes
2 answers

Cordova version in use in a multi device hybrid app

How can I see the cordova version that is in use in a visual studio multi device hybrid app application?
0
votes
1 answer

how to hide the keyboard in a multi device hybrid app

I have a javascript based multi-device-hybrid-app that targets both IOS and Andriod and cannot find any information on how to hide the keyboard when a submit button is clicked. How would I do this ?
Anthony Walters
  • 143
  • 1
  • 12
0
votes
1 answer

Visual studio hybrid app CTP4 debugging error

I've just updated Visual Studio 2013 from Update 3 to Update 4 and Visual studio hybrid app from CTP2 to CTP3. Compilation works just fine but debugging doesn't work. The application start on the Android emulator, but debugging with HTML DOM doesn't…