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

How to test apps which are developed using XAMARIN

How testing will be carried out on apps which are developed using Xamarin ? As i am totally new on it please help me out .Is xamarin test cloud is only used for UI testing ? Manual testing is possible or not.
2
votes
1 answer

how to restart Cordova app after it is killed

I am using a plugin for background service in my android cordova app https://github.com/katzer/cordova-plugin-background-mode but my app seems to crash/freeze or killed after 5-6 hours, is there any way i can restart my application after it is…
max_code
  • 307
  • 3
  • 14
2
votes
2 answers

How to add Apache Cordova in Visual Studio 2015 ASP.NET MVC project

I want to create a project for multiple target systems, a web application and a hybrid mobile app using a common ASP.NET back-end. As far I know it's possible to create now a hybrid mobile app using the Apache Cordova Apps template in Visual Studio…
2
votes
1 answer

What is more efficient for a image gallery in hybrid application

I am going to develop a hybrid app for image/videos gallery where I will be having 70-100 images/videos. I am concerned about the efficiency of Jquery mobile. Should I use Angularjs and Bootstrap or go with Jquery mobile?
2
votes
0 answers

Hybrid app with Google Material Design

I'm currently working on Android & iOS application with looks based on Google Material Design. I've started off using using Cordova (Ionic + Ng-material), however the performance is poor particularly on Android devices. (more details by contributors…
2
votes
0 answers

router.navigate replace=true --- different behavior in Chrome vs mobile browsers

I am using Backbone and javascript for developing a mobile single page application. I am facing a routing problem for Windows OS(WP8). The Web view of windows i.e. IE is not working the way it is supposed to. I will explain it through an example. I…
2
votes
4 answers

Do we have some workaround to exclude/ignore folders from Multi-Device Hybrid App build?

I know that this question has been asked earlier here but the answer to the question is not telling about any way in which this can be solved, so I am asking a new question. I need any workaround that can be used to solve the problem. I do not want…
2
votes
2 answers

VS breaking code execution without breakpoint or error

Trying a simple test of a cordova app targeting android. Visual studio breaks execution at the end of each js file (no breakpoints are set) e.g. at: }(this)); There is an earlier warning which may not be related: Synchronous XMLHttpRequest on the…
2
votes
1 answer

using nine-patch splashscreens in Multi-Device Hybrid applications

Is there a way to use/define nine-patch splash screens in android platform? I only managed to do it following the steps bellow: 1. change config.xml from to
2
votes
2 answers

VS2015 Preview: Installing the Android emulator

I've just installed VS2015 Preview and afterwards it gave me the option of installing additional software, including the Android Emulator. Unfortunately the company network went down before the download completed so the installation failed, and it…
ilitirit
  • 16,016
  • 18
  • 72
  • 111
2
votes
4 answers

VS 2013 Multi Device Hybrid App Failed to deploy to device, no devices found

I use the new VS 2013 phonegap/cordova template to create hybrid apps. It all works fine using emulators and the ripple media emulators but when i connect my phone to it . I get a error saying that (See screenshot) ERROR: Failed to launch…
user581157
  • 1,327
  • 4
  • 26
  • 64
2
votes
1 answer

Could not find SDK "SQLite.WinRT" - Add Reference shows "Missing value for TargetPlatformWinMDLocation property"

I'm trying to create a Multi-device hybrid app that uses Typescript, WinJS, and a persistent local database. I've got it working to the point of rendering WinJS controls. However, when I attempt to add WebSQL functionality according to the…
2
votes
0 answers

HTML1701 on Windows 8.1 with jQuery, jQuery Mobile and Phonegap using Multi-Device Hybrid Apps for Visual Studio CTP2.0

I am developing an app using the Multi-Device Hybrid Apps for Visual Studio CTP2.0. I am using jQuery 2.1.1 and jQueryMobile 1.4.3. The app works fine in Android and iOS. I get the following error in Windows 8.1: HTML1701: Unable to add dynamic…
2
votes
2 answers

Getting Error Cannot find module 'q' on Build of multi device hybrid app in Visual Studio 2013 Update 3

the question was asked before, but the solution did not Change anything for me. I had Problems connecting to my Android device so I reinstalled the CTP2 of Multi device hybrid apps. Now the Build process is not working any more. I get the following…
Markus
  • 2,184
  • 2
  • 22
  • 32
2
votes
7 answers

Google chrome can't read and write to its data directory mutli-device hybrid app

On running the ripple emulator with nexus s & galaxy . I am getting a dialog box saying Google chrome can't read and write to its data directory c:\ users\amit and when i click ok on that .suddenly chrome opens up saying : cannot view webpage…
Amit Porwal
  • 43
  • 1
  • 1
  • 7
1 2
3
12 13