firefoxos cordova.js !lastName

2015-01-23 Thread Axel.Nennker
Hi, I am using inappbrowser (0.5.5-dev) in a project on ios, android and firefoxos. https://github.com/apache/cordova-plugin-inappbrowser The firefoxos version of the app reports two errors in the console log. Cordova.js:466 getElementByID called with empty id (or similar) Cordova.js:1171

Created an issue regarding new platforms in Plugin Developement Guide

2013-12-25 Thread Axel.Nennker
https://issues.apache.org/jira/browse/CB-5707 -Axel

CB-5419 resolved but not published in 3.3.x documentation yet

2013-12-25 Thread Axel.Nennker
Hi, this is marked as resolved but I do not find the new documentation on the cordova documentation web site: https://issues.apache.org/jira/browse/CB-5419?jql=project%20%3D%20CB%20AND%20text%20~%20onload https://github.com/apache/cordova-docs/pull/154 I think the new text should appear here: h

cordova.apache.org inconsistent: 3.3 and 3.2

2013-12-13 Thread Axel.Nennker
Hi, on the top of the page there is a "DOWNLOADCordova version 3.3.0 " (missing space; nit) that says 3.3 but the source.zip in the downloads section is pointing to https://www.apache.org/dist/cordova/cordova-3.2.0-src.zip -axel

PluginManager.java regression cordova-3.2 ERROR: config.xml is missing. Add res/xml/config.xml to your project

2013-12-11 Thread Axel.Nennker
Hi, We are seeing some strange effect on Android when we move from 3.1.0-0.2.0 to a newer version. We tried with 3.2.0-0.4.0 and 3.3-rc1 I think that PluginManager changed and now fails to load config.xml This happens in my project when the app is opened by the operating system because it is c

Support self-signed certs in FileTransfer

2013-12-11 Thread Axel.Nennker
Hi, I think that the trustAllHosts parameter in FileTransfer is convenient but evil. I propose to add support for self-signed certs to FileTransfer. There does NOT seem to be an open issue for this on Jira: https://issues.apache.org/jira/browse/CB-3576?jql=project%20%3D%20CB%20AND%20text%20

plugman install.js:68 crash engine==null

2013-12-10 Thread Axel.Nennker
Hi, I filed this new issue: https://issues.apache.org/jira/browse/CB-5605 cheers Axel CB-5605: My app uses two custom plugins. I want to add firefoxos as a platform. When I issue a cordova platform add firefoxos install.js:68 fails with the message "Cannot access currentVersion of null" I gues

Whitelist.java config.xml access missing scheme

2013-12-05 Thread Axel.Nennker
Hi, I think that this code is wrong: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/Whitelist.java#L133 If the scheme is null then the scheme of the UrlPattern should be null. The UrlPattern class is coded to handle scheme==null as allow access. I think th

FileTransfer download null-target

2013-12-05 Thread Axel.Nennker
Hi, I think a developer who uses FileTransfer's download does not always care to which file the remote content is downloaded to. I suggest to allow a target parameter of "null" to denote some temporary file. https://github.com/apache/cordova-plugin-file-transfer/blob/master/src/android/FileTrans

PluginEntry.java crash in getClassByName

2013-12-03 Thread Axel.Nennker
Hi, I don't know why or since when but getClassByName is called with an argument of "" (not null). The method getClassByName checks for null but not for "" and so it crashes. This happens for the service http://api.phonegap.com/1.0/device I am using cordova-3.1.0-0.2.0 A screenshot of the debuggin

Propagate OS events to plugins

2013-11-17 Thread Axel.Nennker
Yep, definitely sounds the same issue I was experiencing. Although I am not sure whether to put onload=true in plugin.xml really is the right solution in general. If you want your app to be started on the first tap it is the only solution. If you open your app then you can call some method of pho

plugin documentation: param onload

2013-11-14 Thread Axel.Nennker
Hi, I think this issue https://issues.apache.org/jira/browse/CB-4293?jql=text%20~%20%22onload%22 documents "onload" on IOS. I think that this is not a platform specific issue and "onload" should be documented in the platform independent documentation: https://cordova.apache.org/docs/en/3.0.0/plu

www/config.xml plugin dependencies

2013-10-21 Thread Axel.Nennker
Hi, the docs in https://cordova.apache.org/docs/en/3.1.0/config_ref_index.md.html#The%20config.xml%20File say that the feature element is only for the platform specific config.xml s, right? Is there a way to specify that my phonegap app needs a plugin on all platforms e.g. Globalization? Mak

RE: no such file: ~/.cordova\lib\android\cordova\3.1.0\framework\assets\www\cordova.js

2013-10-13 Thread Axel.Nennker
I did a rm -rf ~/.cordova/lib/android/cordova/3.1.0/ Afterwards the next "phonegap local build android" reinstalled the android part of phonegap... Thanks Axel From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Friday, October 11, 2013 5:17 PM To: dev Cc: Nenn