multi-device-hybrid-apps

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

梦想与她 提交于 2020-02-21 04:52:19
问题 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 2015. I'm also familiar with ASP.NET MVC. Is it possible to add Apache Cordova and Angular to an ASP.NET MVC project to enable also mobile views, so it can be also tested and deployed to any mobile platforms? (I'd prefer to use ASP.NET MVC instead

Error installing Visual Studio Multi device Applications after update

巧了我就是萌 提交于 2020-01-14 18:55:19
问题 I have recently updated Visual Studio 2013 to version 4 and then I have tried to update Apache Cordova Multi Device Tools to the new version but I get an error saying its blocked and I have to uninstall the older version. I clicked the link http://go.microsoft.com/fwlink/?LinkID=518308&clcid=0x409 and tried to follow the instructions but it says in the CMD prompt that the file dosn't exist. I have checked and the Hybrid Apps CPT2.0 is not in my Programs and Features list so it's deleted ok

Installation of the Multi-Device-Hybrid CTP failed to add anything to VS

允我心安 提交于 2019-12-24 16:13:36
问题 I installed the CTP of the multi-device-hybrid apps and the new app templates didn't show up in VS. The add-in also didn't show up in the Extensions & Updates list in VS. Trying to Uninstall it claimed to work instantly, but didn't uninstall anything. 回答1: This is an odd situation and should generally not occur. It seems the VSIX file got copied over but was not installed correctly. Here's the work around (run using an administrative command prompt): "C:\Program Files (x86)\Microsoft Visual

Hybrid App depending on server side patch

僤鯓⒐⒋嵵緔 提交于 2019-12-24 02:59:24
问题 I want to make a Hybrid app that can be frequently patched and immediately reflected like web site. Native apps take too much time to get Store's approval every time. So searched for Cordova, Xamarin, React Native and so on..., but not sure about which one would be the best for me. I won't use complicated functions or logic and don't need high performance. It's like a commerce shopping app. Any suggestions? Thank you in advance. 回答1: If you don't want the store approval process and app update

Can I exclude/ignore files from Multi-Device Hybrid App build? (In order to prevent EBUSY error when building)

时光怂恿深爱的人放手 提交于 2019-12-23 18:04:30
问题 I'm getting this error when building my Multi-Device Hybrid App. EXEC : error : EBUSY, resource busy or locked 'C:\path\to\project\bld\Debug\www\.svn\wc.db' Suspected cause: From what I can gather, when the Multi-Device Hybrid Apps Visual Studio extension builds the app it seems to grab all files in the project directory (except for some specific files/folders e.g. bld/bin directories and the .jsproj file) and add them to the package. That's ok, but not ideal, it really should only be

How to decrypt files from installed apk file in cordova application

你离开我真会死。 提交于 2019-12-23 05:12:05
问题 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 good documentation or any example or any plugin to secure the app data. Thanks, sopo 回答1: You might try this or something similar: https://www.npmjs.com/package/cordova-safe 来源: https://stackoverflow.com/questions/46296791/how-to-decrypt-files

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

时光怂恿深爱的人放手 提交于 2019-12-22 18:51:54
问题 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 instructions for adding a Cordova plugin (go to config.xml file--> under plugins tab, check WebSQL Polyfill), it will no longer compile. The compiler error is C:\Program Files (x86)\MSBuild\12.0\bin\amd64\Microsoft.Common.CurrentVersion.targets(1886,5):

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

為{幸葍}努か 提交于 2019-12-22 16:41:21
问题 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 application on device: ERROR: Failed to install apk to device: ERROR: Failed to deploy to device, no devices found. BlankCordovaApp1 Below were the steps i tried to resolve http://blog.falafel.com/running-cordova-multi-device-hybrid-app-from-visual-studio

Cannot create new project (VS2013 and multi-hybrid device app)

此生再无相见时 提交于 2019-12-17 16:43:09
问题 I get the error below when I try to create a new project. I've upgraded to CTP2. Error: The expression """.Substring(0, 6)" cannot be evaluated. Index and length must refer to a location within the string. Paramter name: length C:\USERS\ME\AppData\Roaming\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets When this error occurs and I check the solution folder, no project has been created. 回答1: With VS closed, in a command window, run npm -g uninstall vs-mda and npm -g uninstall vs-mda

Cordova with Visual studio 2013 multiple hybrid apps

一笑奈何 提交于 2019-12-12 02:55:49
问题 This is my first post. please excuse me if any mistakes. I have installed Visual Studio 2013 multi hybrid apps using cordova, and I am trying to build first javascript application that comes by default with the installation. I am getting the error "http 404 http://registry.npmjs.org/cordova" Please advise I am copying the entire response belw 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe', 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm