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

Cordova does not know push; try `cordova help` for a list of all the available commands

I am new in phonegap world and development. i wanted to add push notification to one of my apps according to this link phonegap docs but after completing all steps when i want to send a test notification as phonegap push --deviceID…
johni
  • 23
  • 4
0
votes
1 answer

which editor to be used for web development for hybrid app?

I am about to start project which needs to be an hybrid app. Mobile developers wants to do it using react native. As a backend developer, i need to implement website. Which editor should i use to develop web panel for a hybrid app (using react…
vaishu
  • 1
  • 7
0
votes
1 answer

How to integrate ReactJS web code with a new React Native project?

I have web application code which is written using react js framework. Now our client wants to create mobile application using hybrid apps concept by having common code base because ift will be easy if client introduce some thing new feature in web…
0
votes
1 answer

Why components gets shrinked when not wrapped in ScrollView in ReactNative?

I am creating a project following Stephen Grider tutorial but i really got stuck when my view shrinked when i didn't wrap with ScrollView. Here is the code in github: https://github.com/jasonkoirala/Swipe When I wrap my following code: render()…
Jason
  • 122
  • 2
  • 11
0
votes
1 answer

How to decrypt files from installed apk file in cordova application

I have one cordova application, in that i wants to encrypt my localstorage and other important data files to secure it. i have tried installing Crosswalk plugin & some other options as well. But none of them are working as expected. Please give some…
0
votes
2 answers

How to build .ipa and install it on iphone form xcode?

I have installed MacOS 10.12 Using VMware and successfully implemented Ionic 2 app for IOS. I have also generated an .ipa file using the following method: Clean your project. Build your project. Go to products menu -> select build for -> select…
0
votes
2 answers

How to Calculate Date as per Item Shown in dropdown in Ionic2

I am Beginner in Ionic 2. I want to calculate date as per item shown in Dropdown in hybrid Ionic Application. I have two dropdown in my page: First Dropdown list Second Dropdown I want, after select on last 7 days and click on **Block Button…
0
votes
1 answer

How to Show percentage in doughnutChart Piechat in Ionic2

I am Beginner in Ionic 2. I am using Chart.js Library to show pie chart in Hybrid mobile Application. I have successfully show data in pie chart but its show numbers,I want to show percentage instead of numbers. This is my code this.doughnutChart…
0
votes
1 answer

How to Parse json data having array in IONIC hybrid appliaction

I am beginner in hybrid Ionic App Development. I want to implement RESTful web service in my project. My json Data is: { "records": [ { "Name": "Alfreds Futterkiste", "City": "Berlin", "Country":…
0
votes
1 answer

Can I develop a multiplateform mobile application for my ASP.net web application using phonegap or cordova?

I developed a web application using ASP.net and Angularjs, CSS and html for front end, I want to create a cross-platform mobile application so is it possible to use cordova or phonegap to do it?
0
votes
1 answer

Clear all cache in ionic app

I am doing an ionic app and I have a profile picture saved in amazon s3. I have an input type file, to change that picture. Everything works fine but the problem is that although the picture changes in amazon, in the view it doesn't change. I…
Ary
  • 462
  • 1
  • 5
  • 16
0
votes
1 answer

Mbaas for hybrid app (with cordova)

I'm starting a new mobile hybrid application with cordova and i want to use an mbaas to accelerate development process. I need: Database Authentication (with social logins) Push notifications sent from client Server-side scripting (optional) I've…
0
votes
1 answer

XMLHttpRequest Exception 101 in hybrid mobile application

I have a hybrid mobile application which works on both android and ios devices. The problem with it is that the application works fine when run on Android. However, there is a Network Error: XMLHttp Request Exception 101: saying server is…
0
votes
0 answers

Ionic spinners (Animated Loader) getting stuck while localstorage is used

I have implemented ionic spinners (Animated Loader) in the application and also I am using localstorage to save the data. When the application communicates with the server ionic spinner works properly, that is it renders smoothly without getting…
0
votes
0 answers

Ionic ngcordova uploading video while capturing

Hi sorry for this noob post. But anyway I would just like to ask if its possible to upload the video while capturing it? if yes, how can I achieve it, or are there any API or Plugin I can use to achieve this? Thanks! By the way I'm using…