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
1
vote
1 answer

How to get Data in List in Ionic hybrid application

I am beginner in Ionic hybrid development.I want to parse data in List in my project. I am using this webservice:http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&username=bertt. I want to show all dates in List.This…
1
vote
1 answer

Need to open alphanumeric google keyboard in Hybrid android application

I need to open alphanumeric google keyboard in Hybrid android application. That particular keyboard is generally come for password field for any android devices. I need a solution for kiosk application. Need to active this alphanumeric keyboard on…
1
vote
0 answers

Duplicate string (google_apI_key) in Cordova

I'm having problem almost the same like this one described here but I don't use Push Plugin. When I try to build Android app with FCM Plugin enabled, I get this: [string/google_api_key] C:\Projekti\app\platforms\android\res\values\strings.xml …
1
vote
1 answer

Can we build app with partial cordova and native development?

I just want to know that can we make an app e.g. android app. in partial cordova and partial in native. Will it be a single build in the end or not? I am a newbie in this and after alot of search unable to figure it out. Please help me in this…
1
vote
0 answers

Connecting to sharepoint services in hybrid apps

I am working on a hybrid app where I have to call Sharepoint services and get the response in XML. Can anyone post the some sample code snippet for this.
1
vote
1 answer

can I use java code as a cordova/phonegap plugin?

I am creating a mobile app using intel xkd,angular and cordova. Here we have a java code for one module. so i wanna know, can i integrate the java code into my app like a plugin ?. Because, most of the cordava/phonegap plugin have java file as…
sibi
  • 635
  • 3
  • 8
  • 26
1
vote
1 answer

What is the path in hybrid app for files inside the www folder(local folder)?

What is the path in hybrid apps for android,windows and ipad for files stored inside project solution as www->data->filename.doc? I want to access these files and open them.
1
vote
0 answers

Authenticate application using another token from another application

Here is my issue , I have two hybrid apps , App #1 ,and App #2 , if I login with App #1 , and want App#2 to use same token for authentication without need for user to enter his/her credentials again , what should be best solution for that ?
1
vote
2 answers

Using local storage in hybrid applications

I am developing a hybrid application where I want to store images, documents and videos in the device. In my windows app I used to store data in the local storage (C:\Users\xyz\AppData\Local\Packages). How do I proceed in the hybrid app. I will be…
1
vote
0 answers

Unable to build iOS release in Visual Studio Hybird Application (Cordova)

I am building a Corodva application in Visual Studio 2015. I am able to run the app on both simulator and the connected iPhone device and I see .ipa file generated in the Cordova project /bin/iOS/Debug directory. Now, I am trying to generate a…
Eyad
  • 13,440
  • 6
  • 26
  • 43
1
vote
1 answer

How to configure custom database Mysql in Auth0 Connection?

I'm using auth0 as my authentification services into my project. I really love it, but I have a problem when using custom database(MySql), I sure that I have configured the db.connection parameter to my remote shared hosting database in Plesk. It…
1
vote
2 answers

Onsen zoom/enlarge images

Is it possible to enable zoom/pinch to enlarge images with onsen UI - or maybe open a graphic in a new view to zoom-in somehow? I'm aware I'm in a technical forum and though my question is very technical to me this might not be the appropriate place…
madkom
  • 11
  • 2
1
vote
1 answer

Hybrid app navigation menu design

We want to create a hybrid mobile app, using HTML, Kendo-UI and AngularJS. On the mobile app, we'll need to display left sidebar navigation menu with menu items to view the specific screens. The confusion I'm facing is that should I use: Kendo-UI…
1
vote
1 answer

common image on page with tab bar contents of onsen UI

I am trying to implement a page with tab bar in onsen UI. Where I am able to switch pages between "Tab1" and "Tab2". But my question is how can I place the Image which will be present in both tab bar pages and only remaining part of the page will…
byJeevan
  • 3,728
  • 3
  • 37
  • 60
1
vote
3 answers

How to deploy Visual Studio Cordova app to Windows 8?

When I create a sample cordova app in Visual Studio I can target Android and it generates an APK what I can open easily in Android. How to do the same for Windows 8/8.1 ? ... what is the equivalent of the APK file for windows? (I was looking for a…