cordova-2.0.0 Questions
0
Android app (hybrid app built on cordova) recorded more crashes in Google Play Console, signal 11 (SIGSEGV), code 1 (SEGV_MAPERR). crash happening only in production app
pid: 0, tid: 0 >>>...
Buckeye asked 5/6, 2018 at 7:30
2
Solved
Is there any way to check reachability test of server .If application not able to connect server then it show a alert? is there any thing method to check..
I check the internet connection .If there...
Fugue asked 26/7, 2013 at 9:24
8
Solved
I'm using the cordova InAppBrowser to display content from an external site in my app. When I open the browser on an iPhone, there are some buttons at the bottom of the InAppBrowser for closing it ...
Timetable asked 11/3, 2013 at 21:20
4
Solved
I am using the latest phonegap/cordova version 2.1. and I am getting too many logs in eclipse logcat:
everything is logged twice using f.e.
console.log("test")
CordovaLog test
Web Console test
...
Celeriac asked 29/10, 2012 at 10:9
4
Solved
I have successfully downloaded a file to my Android phone using Phonegap's File API. I would like to download the file to the Downloads folder on my phone. For example, if you download an attachmen...
Reproachless asked 24/9, 2012 at 22:54
3
Solved
Trying to use cordova 2.0.0 and using this code for checking of internet connection
document.addEventListener("deviceready", onDeviceReady(), false);
function onDeviceReady() {
alert("ready");
...
Per asked 9/4, 2013 at 5:47
3
Solved
I need to know each time the user is starting to use the application.
Case 1 (OK) : The app is not started.
The user starts the application from scratch.
I add a listener on the app's bootstrap,...
Buckhound asked 14/3, 2013 at 12:4
4
Solved
I'm running the same exact web app on Android under PhoneGap and under the built in Browser. The app runs fine on the built-in browser but is unbelievably slow under PhoneGap. Even basic scrolling ...
Branscum asked 28/8, 2012 at 20:5
2
I need to animate a <div>. Tried using @keyframes and transition.
Here's a code:
TRANSITION
#menu{
...
width:70%;
-webkit-transition: width 5s;
..
}
KEYFRAMES
#menu{
...
width:70%;
a...
Rajkot asked 19/4, 2013 at 18:28
1
I have a weird problem with a phonegap iOS app. I have a version without adverts approved and working fine on the app store and a new version with adverts which has been rejected due to the app han...
Saturation asked 12/12, 2013 at 23:17
1
How can I call a native function from cordova/phonegap webview for example for showing an ad.
EDIT: OK I FUNALLY GOT IT and I'm gonna write some steps for all of you who don't know how to do that ...
Allsun asked 11/7, 2014 at 13:56
3
Solved
I am developing an android application in Phonegap, cordova..
I had a button in the application, while clicking in that I need to run the application in the background and
need to call a web ser...
Lornalorne asked 1/9, 2012 at 17:32
4
I've setup apache cordova on my Windows/Cygwin platform.
I can create project using the command - cordova create <app_name>.
I have added android platform using the command - cordova platf...
Inexpugnable asked 17/6, 2013 at 4:1
4
Solved
I am new to iphone develop and phonegap also. Now i want to create simple iphone app using phonegap. Now i am using phonegap2.0 in lion mac. MY Xcode version is 4.3. Now my issue is after install t...
Spenser asked 26/9, 2012 at 7:25
9
Solved
I use phonegap (cordova 2.2)
I have link like this :
<a href="http://twitter.com/foobar" target="_blank">twitter</a>
On iOS - it opens link in browser(Safari)
But on Android - it ...
Comintern asked 28/12, 2012 at 14:17
1
I am strugging to sign an Android app using Phonegap Build
I get the following error:
Error - Keystore alias not recognized
I am using this to create the keystore in my terminal:
keytool -genk...
Acie asked 8/9, 2013 at 19:55
2
I'm trying to get a simple web project running via PhoneGap. The site uses RequireJS to load modules asynchronously. It also has Handlebars templates which I'm loading via the RequireJS text plugin...
Prattle asked 11/9, 2012 at 9:6
2
Solved
I am new to phonegap2.0. Now i want to create iphone app using phonegap. I am using xcode4.2 on snow leopard mac. I installed phonegap on my mac. But now i am following Embedding Cordova Webview on...
Chartreuse asked 14/9, 2012 at 5:42
1
Solved
My Phonegap/Cordova app looks fine with the setting below, on devices like iPhone 4/4S (640x960), HTC Desire HD (480x800), Samsung Galaxy Note etc.
<meta name="viewport" content="user-scalable=...
Fatigue asked 8/5, 2013 at 8:9
2
Solved
I have tried implementing the iscroll java script for my application as a remedial process for the CSS position:fixed that does not work in android 2 and 3 versions using cordova 2.1.0
I have copi...
Rote asked 7/6, 2013 at 9:4
1
Solved
I working in Phone Gap.I have fixed a footer,this works for few devices and does not work for few devices.
HTML CODE for FOOTER
<div id="footer" style="background-image:url(img/bottom_bar.png...
Nowadays asked 6/6, 2013 at 9:4
1
Solved
I have a image with dimension with dimensions 2350*180.
I am working on Phone gap. So,I need to give the code in a generic format so that it is applicable to any device.
Now, I have a background ...
Aberdare asked 6/6, 2013 at 8:19
2
Solved
Does anyone know how to make the project template for PhoneGap work in Visual Studio 2012?
Beggary asked 22/9, 2012 at 6:17
2
I have the following html and css set up in a phonegap app. I am having an issue where when the "Pay Now" button is covered by the navigation links across the bottom of that page and the user tries...
Colner asked 19/12, 2012 at 12:46
4
In the past i've used PhoneGap (1.x) with Sencha Touch 1.x, because that was back then the best combination. Although i'm a much bigger fan of jQuery than any ExtJS library. But jQuery Mobile was r...
Hairtail asked 28/7, 2012 at 18:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.