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

Cordova application does not resume but restarts after pressing home button and then opening app again

I have created an Android application using Multi-Device Hybrid Apps for Visual Studio CTP 1.1 The issue occurs when the home button is pressed, the application is sent to the background, and then the app icon is tapped to re-open the app again.…
2
votes
2 answers

Visual Studio 2013 native cordova app build error

I just installed and repaired my VS2013 to build Native Cordova App. I have also installed the latest version of NodeJS but whenever I am trying to build the Application It gives me an error. I am uploading an image for more details on error as I…
2
votes
2 answers

Visual Studio Crashes every time a project is opened

This happens with both TypeScript and JavaScript projects. I am using Visual Studio Premium 2013 with Update 2 What Happens: I create or open an existing Multi-Device project I press 'Cancel' on the Windows 8.1 developer License dialog box The…
dtillisch
  • 23
  • 6
1
vote
2 answers

Unsafe areas behind notches in the screen IOS 14 changes

Cordova IOS app shows white screen. I am using xcode Version 12.0. Cordova IOS platform version is 6.1.0. (or 6.1.1) Cordova version is 10.0.0. I am doing all changes for IOs14. for iPhone XR devices I am using meta tag:
1
vote
2 answers

How to design a multi platform video conference/chat app?

I am a developer who is still learning . I want to design an app which can allow multiple people to have a video conference/chats simultaneously something like zoom . I know i can design native apps like specific for Android as well as iOS but I am…
1
vote
1 answer

Is it possible for a hybrid app to convert into a PWA?

Looking forward to know if it's possible to turn a hybrid app into a PWA?
1
vote
1 answer

How to access a database from a hybrid app without crossing domains?

I am developing an app with PhoneGap (Cordova) + Framework7 and I need to connect to a database. The issue is that it's an hybrid app, which means the www files are local and the app creates an internal server, and so if you try to use AJAX to run a…
1
vote
0 answers

Startup Parameters for component Data in Hybrid fiori App

I am using SCP web IDE full stack and imported standard fiori app for leave request and changed the coded for development purposes, I have the replaced the Component.js to extend UIComponent instead of sap.ca.scfld.md.ComponentBase, and I have also…
1
vote
1 answer

Cannot push IonicApp/www to GitHub

I pushed my newly initialized Ionic Apps to GitHub using the common practice: git add . git commit -m "" git push origin master But after this I went to check my Ionic project, everything was there except www folder. Can anyone tell me what went…
1
vote
2 answers

customer live chat widget for ionic app

I have a simple ionic tab application with three tabs. Structure of which is as follows : >TabsPage >HomePage >AboutPage >ContactPage I want to have a customer live chat feature for which currently I am trying to use PureChat. In order to use…
kasif
  • 57
  • 1
  • 8
1
vote
0 answers

how to set background service on cordova for deny disconnecting?

I'm developing a hybrid app using cordova. For notifications, I created a SignalR server on my ASP.Net Web Server and my mobile application is connected to my SignalR server for runtime connection. I wanna run a background service for receive…
1
vote
1 answer

Filetransfer.download not working properly in some mobiles

Given below is my code (form is the name of the file i want to download) var fileURI = "http://myurl/"+form; window.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fs){ var filepath = fs.root.fullPath +…
1
vote
0 answers

Phonegap Build ignores android-minSdkVersion

Phonegap and Phonegap build projects are not working at device running Android 4.2. Lat week everything was ok, but now deviceready event does not fire. I figured out, that phonegap cli 6.5.0 set android version to 6.x.x. How can I make these…
1
vote
0 answers

How can we integrate Salesforce livechat sessions with a hybrid app (similar to an ionic app)?

How can we integrate Salesforce live chat sessions with a hybrid app (similar to an ionic app)
1
vote
1 answer

How can I install an older version of npm even though I already have a newer version, in order to get react native working

Trying to use react native but apparently the newest version of npm doesn't work with it. How can I install an older version. Thorough instructions would be very helpful. Thanks Also, I am VERY new to this entire programming thing. I know some…
uhexos
  • 383
  • 4
  • 19