Conversations
I have found this plugin to be very useful but it is not available for the build service.
https://github.com/loicknuchel/cordov...
H...
Creating a offline/online dictionary app from phonegap
i am creating a dictionary app that can work on both offline and online.
i have been working with sample data and have created a shell...
Annonymous Authentication without login?
I am playing around with phonegap and have created a few apps but i cant seem to figure out a way in which i can authenticate the app wit...
using phonegap build for ionic and admob
i have setup a demo app here on github: https://github.com/prantikv/adMobIonc
and the app is on phonegap build here : https://build.p...
"unsupported plugin" for github plugin in phonegap build?
i have an app that creates images and stores it on the local phone memory.
The images will not show up in the gallery but where created...
phonegap cli builds only without plugins
i had phonegap and cordova CLI installed on my windows 7 pc and all was working fine..all of a sudden my pc had boot issues so i used the...
How to register "ADS plugin" in Config.xml for phonegap build?
i read the answers here:
http://community.phonegap.com/nitobi/...
i am using
https://github.com/floatinghotpot/cor...
i have b...
android-minSdkVersion value=17 and problem parsing the package error
i have set up an test app here
https://build.phonegap.com/apps/12107...
the code is on git here:
https://github.com/prantikv/con...
how to build different versions(4.1/4.2/etc) of an android app from the CLI??
through the phonegap build by adding the verisonCode in the config.xml i can set the android version i want to build for but how do i do ...
How to get custom plugins in phongap debugger app
i use the phonegap serve command to debug my app
but the only sad thing is that i can't load 3rd party custom plugins..is there a way ...
how to set phonegap icon/splash screen path for cli build
while creating my app i issues the command:
>phonegap create appdir com.site.myapp myapp
so now the appdir folder has the following...
DataURi to file problem..blob=new Blob() not working
converting an canvas dataUri to a blob seems tobe impossible in phonegap
target: to wrtie canvas images on to the filesystem of the ph...
phonegap debugging tools for PC ???
i am creating phonegap apps via phonegap build..i am able to check for "normal" events and variables in the web inspector tools. but the ...
What is the significane of reverse domain id in general and phonegap app
i have see it in the config.xml file and other places but i am not sure WHAT it is used for.
ex: com.domain.subdomain
Also How does...
Porblem parsing the package on android
if i change the config.xml file and build my android app from the phonegap CLI i get the "problem parsing the package" error
the app s...
App is Not building for over ten minutes
i pulled the latest code from my git repo and its been over 10 mins the app is not building.
so i change my code in my repo to the pre...
phonegap debugging tools for PC?
i am creating phonegap apps via phonegap build..i am able to check for "normal" events and variables in the web inspector tools. but the ...
Canvas fillText max width property not working in phoneGAP
am working on an app that types text on to the image..so i dont want the text to go out of the image. here is my code:
style
#conta...
loading local dynamic content in pages and navigating between the loaded contetn
i am creating a quiz app, rather than having all the questions on different pages and sliding between them.. i want a way where i can loa...