cordova-3

Can Apache Cordova compile to legacy Windows desktop apps (non-metro)?

懵懂的女人 提交于 2019-12-21 12:25:52
问题 I need to develop an app that retrieves and saves data interacting with users, with a high focus on multi-platform support and rapid development. The app does not require heavy graphics or processing etc. I'm considering the use of Apache Cordova. Can it compile and run as a native desktop app on Windows (not as WinRT metro app)? How about Windows 7 and XP? 回答1: There is a windows 7 cordova https://github.com/otcshare/cordova-win7 More info: http://www.raymondcamden.com/2012/07/12/Windows-7

cordova platform add ios not working on mac (An error occured during creation of ios sub-project)

我的梦境 提交于 2019-12-21 06:27:09
问题 when I am adding paltform of ios I am having this error. [Error: An error occured during creation of ios sub-project. /bin/sh: /Users/muhammadtalal/.cordova/lib/ios/cordova/3.1.0/bin/create: No such file or directory ] I have searched on internet and I found this link http://mail-archives.apache.org/mod_mbox/cordova-issues/201307.mbox/%3CJIRA.12657795.1373912136728.51796.1373912569815@arcas%3E i tried this to but its still not working The version of cordova is 3.0 回答1: I had the same error on

Custom CSS for Mobile development using Phonegap/Cordova

时光怂恿深爱的人放手 提交于 2019-12-21 04:25:15
问题 I´m planing to use Cordova v3 to develop a generic application to target mobile devices using HTML/CSS. Which is the best solution in order to reuse most of the html but having the visual style for each mobile platform? Which will be the best css/framework to use in this case (preferably free)? Thanks in advance. 回答1: As you said "but having the visual style for each mobile platform?" I understand you are searching for a native look in the apps. the other answers are good frameworks however

In Cordova, how can I specify different package names for ios and android? [duplicate]

依然范特西╮ 提交于 2019-12-20 18:23:41
问题 This question already has answers here : Cordova: Is it possible to have different app IDs for android and ios platforms? (2 answers) Closed 2 years ago . Due to legacy factors, the package names of my Android and iOS apps are different. Currently Cordova seems to be injecting the widget id attribute from config.xml into both when building. Is there no way to customize this? If I edit the AndroidManifest.xml directly, I expect it will get overwritten pretty soon. Thanks. 回答1: This is now

Can't install Cordova plugins from Git on CLI

回眸只為那壹抹淺笑 提交于 2019-12-20 09:27:18
问题 I have been racking my brain on this for a while now. I am developing an Android app on Windows 7 in Cordova 3.4 and I can't get any of the non-core plugins to install (like Google Analytics , Social Share ). I know that I have plugman, node, git, cordova, and the CLI installed because when I type them into a command prompt I get back a valid response. The Android SDK is working, and I have updated all of these modules and tried re-installing. Here is the error I receive when I try to install

Get previous versions of a package in NPM

江枫思渺然 提交于 2019-12-20 08:10:09
问题 How do I find out all previous versions of a package using npm? In this instance, I am interested in cordova. If I execute npm install -g cordova , I will install the latest version (which is what you'd expect). If I do npm install -g cordova@3.1.0-0.1.0 then I get the specific version installed - I would like to know because I am having troubles with the latest version of a package, and would like to test which version the problem occurred in - but cannot do that if I don't know which npm

Cordova: CSP issue on Android when requesting data over HTTPS

眉间皱痕 提交于 2019-12-20 05:16:16
问题 Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript. Apache Cordova is a project of The Apache Software Foundation (ASF). I have developed an app with Cordova which works as expected on iOS, and on Android when the signed app gets deployed from Android Studio direct to a Samsung S6. However, when downloading

MSBuild failed to create .xap when building cordova-wp8 for debugging

夙愿已清 提交于 2019-12-20 03:52:34
问题 I'm building a cordova application and trying to run "cordova build wp8" in the cmd prompt, but this seems to be erroring out: Your environment has been set up for using Node.js 0.10.25 (x64) and npm. C:\path\to\project>cordova build wp8 Generating config.xml from defaults for platform "wp8" Preparing wp8 project Compiling app on platform "wp8" via command "cmd" /c C:\path\to\project\platforms\wp8\cordova\build Error: An error occurred while building the wp8 project.ERROR: MSBuild failed to

cordova error ENOENT

你说的曾经没有我的故事 提交于 2019-12-20 03:48:10
问题 I'm trying to add android platform using cordova but i'm getting that error. I have problem adding wp7, wp8 and windows 8 as shown below: I tried a few things found here Phonegap Build android - error "Adding the android platform" ENOENT but doesnt help me. Anyone have any idea how to solve this?? 回答1: If after type android in cmd says: 'xcopy' was not recognized. then add to your path: %SystemRoot%\system32; %SystemRoot%; %SystemRoot%\System32\Wbem; After 3 days trying to solve the same

phonegap 3.0 wants android 17, but I want android 18

烈酒焚心 提交于 2019-12-18 10:59:07
问题 While experienced with phonegap and xcode, I'm new to android. I have installed phonegap 3.0 ... npm install phonegap phonegap --version 3.0.0-0.14.3 I've installed adt-bundle-mac-x86_64-20130729. The command line tools (eg: android) seem to work fine. When I try to add android as a platform .. phonegap local build android I get ... [error] Please install Android target 17 (the Android 4.2 SDK). Make sure you have the latest Android tools installed as well. Run `android` from your command