phonegap-build

Chromecast support in PhoneGap / Cordova

核能气质少年 提交于 2019-12-18 13:25:20
问题 This topic has been brought up in the past, but figured it's time to bring it to the forefront again. Are there any stable plugins out there to bring Chromecast support to PhoneGap / Cordova? Is a plugin still needed? Would love to get the discussion going again since multi-screen experiences are so huge right now. Thanks everyone. 回答1: There are a few plugins available, try them https://github.com/GetVideostream/cordova-chromecast // Android https://github.com/AVGP/cordova-chromecast //

Phonegap (online build) app - no internet connection and network status

北慕城南 提交于 2019-12-18 04:47:11
问题 My first jquery mobile app contains elements which needs datas from Internet sources like public Google calendars and Amazon affiliate widgets but it works only when I testing in my chrome browser or on a Kindle Fire device with the html5 app tester. If I build android release apk with the online Phonegap, the Kindle and other android device like a Lenovo mobile can't reach the Internet connection in the app. I've read the all of topics in this issue and found the it was proposed to use

How to remove iOS status bar with Phonegap Build?

孤街醉人 提交于 2019-12-17 23:24:17
问题 Is it possible to get rid of the status bar in iOS7 when using Phonegap Build 3.1? I can remove the status bar when building locally in Xcode, but as soon as I try Phonegap Build, it's back again. Is there a config preference to remove the status bar completely? If not, is it possible to overlay the status bar on top of the app view and set it to a transparent background? I do not want the status bar to push down the app view 20px, which is the case now. 回答1: As of Phonegap 3 you can now

Which IDE for Phonegap? Is Eclipse enough? [closed]

南楼画角 提交于 2019-12-17 21:49:10
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I am about to jump into Phonegap and realize that it doesn't have an IDE of its own. I know that I could use Eclipse to create Android-centric Phonegap apps, but what about the iOS and perhaps Windows Phone and perhaps Blackberry "versions" - can Eclipse be used for all of it

Building an archive for Xcode 4.6 release with phonegap v 2.9 fails

梦想与她 提交于 2019-12-17 17:26:11
问题 This appears to be a recurring phenomena. I saw a number of prior questions, where the solution was to delete armv6, and then the archive would work. Of course, armv6 is gone. So, now, building with both current, Xcode 4.6.3 phonegap 2.9. And yes, the app works fine on iphones, ipads, and in the simulator. I get this message at the end of the create archive step: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7s -isysroot /Applications

Sign Android APK with a certificate that expires further in to the future

ε祈祈猫儿з 提交于 2019-12-17 16:48:10
问题 I have built an android app using phonegap build. I am now trying to get this on the play store but keep getting the following error You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the future I have created the signing key with java jdk1.8.0 keytool and I have used this code keytool.exe -genkey -v -keystore release.keystore -alias TicTacToe -keyalg RSA -keysize 2048 -validity 10000 I don't understand.

HTML5 audio not playing in PhoneGap App (Possible to use Media?)

非 Y 不嫁゛ 提交于 2019-12-17 16:37:48
问题 Working on a basic sound board for a trip abroad. Set up everything to work fine in Browsers but wanted to use PhoneGap Build/GitHub to make it downloadable as cell service won't be available. Everything working great in desktop browser however once its installed on Android, the mp3 files don't play. I've read some others posts on here about the inconsistencies of mp3s on PhoneGap. Some suggestions offered using "media" in place of . I'm not sure how to swap that out in place of the code I

External links in phonegap app do not open well

旧时模样 提交于 2019-12-17 15:35:47
问题 So I have a phonegap project with Phonegap 2.9.0 and building with PhonegapBuild. I got external links in my app, that I would like to open inapp or using the default device browser outside of my app. I am ok for both solutions. Today my app open links inapp but it goes fullscreen, no zoom possible, and no button to come back in the app... I am trying to figure out a solution for days, and looking at the same kind of questions here but nothing work good. Could somebody explain clearly what is

sencha touch with phonegap (using sencha cmd and phonegap build) causes Error : LocalFileSystem not defined

南笙酒味 提交于 2019-12-17 15:04:20
问题 I followed these sencha cmd guide to produce a phoneGap based sencha touch 2 project: Using Latest Sencha Cmd v4.0.2.67 , Latest sencha touch 2.3.1 , phoneGap ver- 3.1.0 1) Make a sencha touch 2 project by : sencha -sdk /path/to/sencha-touch-sdk generate app MyApp /path/to/www/myapp 2) Add phoneGap to the above project sencha phonegap init 3) configure the phonegap.local.properties phonegap.platform=android phonegap.build.remote=true phonegap.build.remote.username=myUseName phonegap.build

'cordova' is not recognized as an internal or external command

若如初见. 提交于 2019-12-14 03:16:30
问题 I am trying to install cordova 5.1.1 version using node.js, Command line interface. cordova got installed on the machine, but I am not able to use cordova command. When I list the packages, I can able to see installed cordova cordova, but can not run command to create project. System config : OS : windows 8, npm version : 1.3.21, Cordova version : 5.1. Error Message C:>cordova 'cordova' is not recognized as an internal or external command, operable program or batch file. 回答1: Need to set