phonegap-build

Offline Phonegap Build

核能气质少年 提交于 2020-02-04 06:59:41
问题 By means of an Adobe Phonegap account (https://build.phonegap.com/apps) I could create mobile apps using my web application for all types of mobile platforms like IOS, Android, Windows. But, for this to happen, I have to upload my project zip to cloud. Is it possible to create the apps (for all mobile platforms) offline , in my pc itself, without uploading my project zip to cloud? Is there any desktop application that does a similar job as build.phonegap.com? 回答1: Yes you can build your app

Php in phone gap application

不想你离开。 提交于 2020-01-30 08:18:06
问题 We have to develop an application with more plattform. We would use the framework PhoneGap. For our application we need services of backend, the question is: Does PhoneGap support PHP? If it doesn't support PHP. In which way we can solve the problem? The most important thing is: make call server (Get and Post), parsing a json and other functions that PHP gives. 回答1: Phonegap does not have a server. You need to call via Ajax to remote servers. 回答2: The backend can be in any language which

Php in phone gap application

喜欢而已 提交于 2020-01-30 08:18:04
问题 We have to develop an application with more plattform. We would use the framework PhoneGap. For our application we need services of backend, the question is: Does PhoneGap support PHP? If it doesn't support PHP. In which way we can solve the problem? The most important thing is: make call server (Get and Post), parsing a json and other functions that PHP gives. 回答1: Phonegap does not have a server. You need to call via Ajax to remote servers. 回答2: The backend can be in any language which

phonegap build not showing splashscreen

半腔热情 提交于 2020-01-27 18:05:45
问题 This question has been asked in the past but none of the answers that I have found have solved the problem for me. I am trying to make a very simple phonegap app to show a splash screen and announce when it is ready. It is just a test app to work out how to use the splash screen. I am using phonegap build through the phonegap cli. phonegap version 3.5.0 tested on android only I have a www folder where config.xml is located. All the splashscreens are located within www/res/screen/<platform>

phonegap build not showing splashscreen

烈酒焚心 提交于 2020-01-27 18:05:19
问题 This question has been asked in the past but none of the answers that I have found have solved the problem for me. I am trying to make a very simple phonegap app to show a splash screen and announce when it is ready. It is just a test app to work out how to use the splash screen. I am using phonegap build through the phonegap cli. phonegap version 3.5.0 tested on android only I have a www folder where config.xml is located. All the splashscreens are located within www/res/screen/<platform>

phonegap build not showing splashscreen

拥有回忆 提交于 2020-01-27 18:00:07
问题 This question has been asked in the past but none of the answers that I have found have solved the problem for me. I am trying to make a very simple phonegap app to show a splash screen and announce when it is ready. It is just a test app to work out how to use the splash screen. I am using phonegap build through the phonegap cli. phonegap version 3.5.0 tested on android only I have a www folder where config.xml is located. All the splashscreens are located within www/res/screen/<platform>

ionic framework / cordova IOS : open local file - local file path

人走茶凉 提交于 2020-01-26 04:01:06
问题 I'm trying without success to open some local files with the CordovaFileopener2 Can somebody post a sample of code on how generate a local file path? I need for example to point www/pdf/document1.pdf Thanks a lot for your help Alfonso 回答1: Hi I have uploaded a sample project for file Transfer in git hub Please have a look and reply, if you have any queries 来源: https://stackoverflow.com/questions/32072337/ionic-framework-cordova-ios-open-local-file-local-file-path

Phonegap GA plugin not working

对着背影说爱祢 提交于 2020-01-24 17:00:52
问题 I am using phonegap 3.3 to build android app locally and trying to use the GA plugin I have installed the GAplugin using phonegap local plugin add https://github.com/phonegap-build/GAPlugin.git Added this code in my index. var gaPlugin; document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { alert("calling ga"); gaPlugin = window.plugins.gaPlugin; alert("calling init") gaPlugin.init(successHandler, errorHandler, "UA-48220634-1", 1); gaPlugin.trackPage(

Phonegap Build , using Firebase, notification icon is just white/grey square

白昼怎懂夜的黑 提交于 2020-01-24 00:53:11
问题 Lots of people have been asking about this issue but all the solutions now seem to be outdated. I tried all the solutions but it's still not working for me using Phongap Build CLI9.0.0, Firebase Cloud for push notifications and phonegap-plugin-push 2.1.3. I can add icons to my app with no problem. The correct logo is shown as expected when installing and loading the app up. However when I receive a push notification the icon in the tray area is just a white/grey square. So far here's what I

Cordova start app very slow

雨燕双飞 提交于 2020-01-24 00:12:08
问题 I build an app with cordova. The app itself is very fast. But the start of the app(the time from the click on the button till the first screen shows ) it more then 8 sec. How can I make it faster?? I know that many apps wrote with cordova and I dont think that it take 8 sec for those apps. I dont need any feature of cordova only internet access and show the page. no camera no permissions.. Thanks 回答1: Keeping all the sources locally also won't help you much. You have two options Minimize all