phonegap-build

Cordova/PhoneGap Build Error

时间秒杀一切 提交于 2019-12-06 16:15:20
I am getting the following error when I am trying to build my phonegap project. D:\LWMobile\hello>cordova build android . . . BUILD FAILED C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:601: The following d while executing this line: C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:720: The following d while executing this line: C:\AndroidSDK\adtbundle\sdk\tools\ant\build.xml:734: Class not foun Total time: 2 seconds Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,D:\LWMo atforms\android\build.xml,-Dout.dir=ant-build,-Dgen.absolute.dir=an Error: D:\LWMobile\hello\platforms\android

Phonegap: Android 6 status bar overlaps webview

大憨熊 提交于 2019-12-06 13:15:25
I built an app with PhoneGap for Android. It works fine untill you open any text input - after that status bar overlaps webview and stays there. Ive searched all questions and seems like its a common problem for iOS 7, but not for Android. And no menthions of phonegap issues whatsoever. Before touching input field After touching input field Any ideas how to override it for Andorid built in Phonegap? There was fullscreen enabled by default in config.xml Disabled it and now it works without overlapping: <preference name="fullscreen" value="false" /> 来源: https://stackoverflow.com/questions

Keyboard hides iOS input fields in PhoneGap Build 3.1 with an iFrame/object and JQTouch

我只是一个虾纸丫 提交于 2019-12-06 12:32:53
I'm developing an app that loads a form from another website into an iFrame. The iFrame is set to 100% width and height while displayed. That website has JQTouch. When I touch an input field in iOS 7 on the iPhone, the keyboard pops up and covers the input fields. It doesn't scroll, resize, or even let me scroll down to see the input field. If I type and then close the keyboard, nothing happens. I've tried everything I've come across. Adding/removing height=device-height in the meta viewport tag didn't do anything. The thing that came closest to a solution was adding the preference

FacebookConnect plugin with phonegap adobe build not working

左心房为你撑大大i 提交于 2019-12-06 12:22:48
问题 I have a Phonegap projct which is being built with adobe build. I want to integrate FacebookConnect as per this git / tutorial page : https://github.com/phonegap-build/FacebookConnect This is my adobe build config.xml : <?xml version="1.0" encoding="UTF-8"?> <widget xmlns= "http://www.w3.org/ns/widgets" xmlns:gap= "http://phonegap.com/ns/1.0" id= "com.TomBers.foodidapp" version = "0.0.1"> <cordova> <preference name="KeyboardDisplayRequiresUserAction" value="true" /> <preference name=

PhoneGap File Transfer Error 1, where to write FileTransfers?

空扰寡人 提交于 2019-12-06 11:33:05
Related to: https://stackoverflow.com/questions/21044197/download-file-and-store-them-locally-in-sdcard-using-phonegapbuild but that questions has never been answered. About this app, I'm writing a little app that displays a bunch of pdf's, it's written using jquerymobile + phonegap and it's being build with the phonegap build service. I realize that this function cannot work, since the root-Directory is not a valid place to write anything. But, I was unable to get the working directory of my application, nor was I able to figure out what exactly Error Code 1 meant using the documentation.

How to hide grey scrollbars on a DIV in Android - they only show when you cannot scroll

女生的网名这么多〃 提交于 2019-12-06 10:28:55
I have a simple HTML/Jquery app compiled with Phonegap Build v3.1.0. I am using a DIV with style="width:100%;overflow:scroll;" to allow users to scroll content inside the DIV without scrolling the main page. When the DIV's content is small (no scrolling possible) there are thin grey lines on the right and bottom edge of the DIV. They do not touch. I am testing on a Nexus 7 running Android 4.4.2. When the content inside is large enough, the bars disappear and the scrolling performs as expected. How can I remove the gray lines? They overlap the content inside the DIV and ruin the appearance

Open external links in Phonegap Build App (iOS/Android)

走远了吗. 提交于 2019-12-06 06:48:30
问题 I'm using Phonegap Build to deploy mi Apps, I'm using the Cordova 3.3.0 version. I want open external links in the native browser ( Android/iOS ). I'm trying to use the InAppBrowser plugin of Cordova, but it doesn't work for me. Open the links but inside the App without back button... :/ I've seen answers like Include phonegap.js file (but when deploys with Phonegap Build you don't have to include it, PGB do it for you), or using or using a function to open links + InAppBrowser Plugin, or

Cordova not running normally

岁酱吖の 提交于 2019-12-06 04:06:57
The problem is: I have index.html with this code: <script type="text/javascript" src="../platforms/android/assets/www/cordova.js"> When I run this file in a browser, there is alert: gap_init:2 Click "Ok" and I have second alert: [true] gap:[null,"App","overrideBackbutton","App1966010284"] In my console output I have: Endless loop processMessag failed: invalid message: " " Question: How I can fix this? Linux Ubuntu 14.04, cordova v. 4.2.0, phonegap v. 3.6.3-0.22.0 Thank you! 来源: https://stackoverflow.com/questions/28256021/cordova-not-running-normally

Remove Title Bar Phonegap

廉价感情. 提交于 2019-12-06 03:40:23
问题 How to remove the title bar that is showing for a second or so at the start of the application in phonegap build? I tried fullscreen as showed in Phonegap remove title bar at start and its working, the app is full screen but the title bar stil shows up for a second or so at the start of the app. When buildin locally I can remove the title bar form manifest.xml with the command android:theme="@android:style/Theme.NoTitleBar"> How can I completely remove the title bar from phonegap build? I

Authentication required for Google Play published app

空扰寡人 提交于 2019-12-06 03:23:51
问题 I have just published a pretty simple application in Google Play, built using Phonegap Build (Adobe's cloud service). The app is being listed in Google Play but it says "This app is incompatible with all of your devices". If I try to install it, it pops up an error saying "Authentication is required. You need to sign into your Google Account" and nothing happens. I tried installing it in multiple devices, each with a different Google Account. Could it be that the app is not yet available for