Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Andreas Sander
ieb Simon MacDonald < >>>> simon.macdon...@gmail.com>: >>>>> >>>>>> This is the Android App plugin in Cordova core. Andreas, can you >> open an >>>>>> issue on JIRA so this can be tracked/fixed. >>>>>> >&g

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Andreas Sander
Simon MacDonald : > It's a simple fix Joe, I'm doing it now. > > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Thu, Jul 11, 2013 at 3:55 PM, Joe Bowser wrote: > >> Can you attach the plugin to the ticket so we can incorporate the fix? >>

Re: Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Andreas Sander
Activity().runOnUiThread() >> >> >> On Thu, Jul 11, 2013 at 4:31 AM, Andreas Sander >> wrote: >> >>> Hi together, >>> >>> I've found out that Android is caching some HTTP-Responses, so I'm using >>

Android - Webview Method on WebViewCoreThread Warning

2013-07-11 Thread Andreas Sander
Hi together, I've found out that Android is caching some HTTP-Responses, so I'm using navigator.app.clearCache(); to trigger the clearing procedure manually. But in logcat I get the following Warning: java.lang.Throwable: Warning: A WebView method was called on thread 'WebViewCoreThread'. All

Re: iOS - Webkit Debug Proxy

2013-06-18 Thread Andreas Sander
But this will allow you to use Chrome if you want to, I suppose > > > On Mon, Jun 17, 2013 at 12:41 PM, Andreas Sander > wrote: > >> Hi! >> >> I just want to share a brilliant tool for iOS webkit debugging. >> >> It's a Google github proj

iOS - Webkit Debug Proxy

2013-06-17 Thread Andreas Sander
Hi! I just want to share a brilliant tool for iOS webkit debugging. It's a Google github project, s. https://github.com/google/ios-webkit-debug-proxy/ Oh man, it's really cool! The best thing is, it also works, due to the webview, with Cordova builded apps. It's really neat! Maybe you're alre

Re: CRC32 checksum failed with Cordova 2.2.0

2013-06-11 Thread Andreas Sander
> Andreas, I'm curious if you could describe a bit why your project needs to > run on iOS 4? According to a couple stats I found [1, 2], usage of iOS 4 > appears to be around 1.4% of all iOS versions. Does that fall under the > "don't care" or "not worth it" threshold for you? @Marcel My decis

RE: CRC32 checksum failed with Cordova 2.2.0

2013-06-11 Thread Andreas Sander
> Subject: Re: CRC32 checksum failed with Cordova 2.2.0 > > Hey Andreas, > > You can download the 2.2.0 tag for cordova-ios here: > https://github.com/apache/cordova-ios/tags > > On 6/11/13 1:15 AM, "Andreas Sander" wrote: > > >As I found out the npm inst

RE: CRC32 checksum failed with Cordova 2.2.0

2013-06-11 Thread Andreas Sander
As I found out the npm installation doesn't include the necessary lib folder. Where can I find it? Is there still existing download link for Cordova 2.2.0? On http://archive.apache.org/dist/cordova/ the list stops on Cordova 2.3.0, the first version of cordova without any iOS 4 support. Hmpf...

CRC32 checksum failed with Cordova 2.2.0

2013-06-11 Thread Andreas Sander
Hi, due to the fact that Cordova 2.2.0 is the last iOS 4 supporting release, I need to get Cordova 2.2.0 worked for my iOS project. I've installed Cordova via npm without any problems. When I try to add iOS as a platform via cordova platform add ios, I get a checksum-failed error: Downloading ios

NPM Cordova CLI Installer - Massive Problems on Windows

2013-05-30 Thread Andreas Sander
Hi, my colleagues have massive problems with cordova npm install script on their windows machines (Windows 8). I only want to tell you that because it's simply not possible to install Cordova CLI via NPM for my colleagues on their machines. On Mac OSX everything works fine. Best regards, An

RE: Import platform specific www-files

2013-05-03 Thread Andreas Sander
d/remove > > sections from various cordova and native project configuration files. > > > > For a few examples check out PhoneGap Build's plugins: > > > > https://github.com/phonegap-build > > > > They all have a plugin.xml manifest. > > > > On

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
examples check out PhoneGap Build's plugins: > > https://github.com/phonegap-build > > They all have a plugin.xml manifest. > > On 5/2/13 9:36 AM, "Andreas Sander" wrote: > > >Thanks! > >One further question: > >Is it possible to add the neces

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
ML, CSS and JavaScript files) are contained > within appropriate subfolders in this directory. These are deployed during > a prepare to the appropriate native directory. Files placed under merges/ will > override matching files in the www/folder for the relevant platform. > > > On T

Import platform specific www-files

2013-05-02 Thread Andreas Sander
Hi again ;-), I use a plugin with different JavaScript files for each platform. Can I, somehow, control which of these files are added to which platform specific www folder during cordova build? Or do I need to include both inside the www folder and refer to them based on device.platform? Greets

RE: Ignore .svn files for building

2013-05-02 Thread Andreas Sander
I get an Error: ENOENT, no such file or directory 'plugins/.svn/plugin.xml' So Cordova interprets .svn as a real plugin, isn't it? Occurs in Cordova 2.6.0 and the newest 2.7.2 > From: andreas.san...@hotmail.de > To: dev@cordova.apache.org > Subject: Ignore .svn files for building > Date: Thu, 2

Ignore .svn files for building

2013-05-02 Thread Andreas Sander
Hi, is there an easy way to set some filetypes (especially .svn files) to ignore for building? Greets, Andreas

config.xml - phonegap properties

2013-04-30 Thread Andreas Sander
nce 2.6.0? Any help is appreciated! With best regards, Andreas Sander