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
https://issues.apache.org/jira/browse/CB-5707
-Axel
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo