[jira] [Commented] (CB-8002) Creating a new div for every Js -> Native exec() call

2015-01-20 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283729#comment-14283729
 ] 

Georg Howen commented on CB-8002:
-

Yeah, I found that out too. But for me it was fine. The hassle about removing 
and readding the platform is mostly with the icons and splash screens. But so 
far I had to remove and readd the platform for most of the cordova updates to 
get things to work. So I'm kinda used to it. I am testing for two days now and 
things seem to be OK. Thanks again, Shazron, especially for the parameters to 
add the platform from git.

> Creating a new div for every Js -> Native exec() call
> -
>
> Key: CB-8002
> URL: https://issues.apache.org/jira/browse/CB-8002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.7.0
> Environment: Tested on multiple iOS 8.1 devices, simulators
>Reporter: Serdar Onal
>Assignee: Andrew Grieve
>Priority: Critical
>
> Since the 3.7.0 update, when cordova does a Js to Native call using exec(), 
> somehow the underlying cordova.js is creating a "gap://ready" iframe on every 
> call. This means that if you made 1000 native calls you'll have 1000 divs on 
> the DOM.
> I believe this issue is of critical priority as it incurs a huge memory leak.
> Screenshot from safari inspector
> https://drive.google.com/file/d/0B94TXiq5ycp1anp6aGpTbjhPdG8/view?usp=sharing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8002) Creating a new div for every Js -> Native exec() call

2015-01-18 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14281783#comment-14281783
 ] 

Georg Howen commented on CB-8002:
-

Thanks for the tip Shazron. I am a bit hesitant as I am not sure what kind of 
new bugs I'll introduce in my app with a -dev release. Would you recommend 
using 3.8.0-dev in a production app?

> Creating a new div for every Js -> Native exec() call
> -
>
> Key: CB-8002
> URL: https://issues.apache.org/jira/browse/CB-8002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.7.0
> Environment: Tested on multiple iOS 8.1 devices, simulators
>Reporter: Serdar Onal
>Assignee: Andrew Grieve
>Priority: Critical
>
> Since the 3.7.0 update, when cordova does a Js to Native call using exec(), 
> somehow the underlying cordova.js is creating a "gap://ready" iframe on every 
> call. This means that if you made 1000 native calls you'll have 1000 divs on 
> the DOM.
> I believe this issue is of critical priority as it incurs a huge memory leak.
> Screenshot from safari inspector
> https://drive.google.com/file/d/0B94TXiq5ycp1anp6aGpTbjhPdG8/view?usp=sharing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-8002) Creating a new div for every Js -> Native exec() call

2015-01-16 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280449#comment-14280449
 ] 

Georg Howen edited comment on CB-8002 at 1/16/15 5:25 PM:
--

I'll second Hirbod here. A new version of my app including the current Cordova 
released on the app store yesterday and currently my users are more or less 
killing me. My app uses the SQLite plugin. After a few hundred SQL updates 
(which happen quite frequently) we have 999+ iframes in the DOM, the iOS device 
runs out of memory, the database stops and we have a very unhappy user. A 
severe memory leak like that in a framework requires an immediate fix IMHO. I 
had to remove my app from the app store just now to contain the damage and I am 
thinking hard about going native to lessen the dependancy on third party 
frameworks.

I do apprechiate the work of all contributors to OSS very much and I know very 
well that bugs do happen. But I feel that with this one the possible side 
effects have not been seen in their full potential which resulted in a too 
relaxed release planning for the fix. 

Please release an update asap and hopefully spare some developers a lot of 
headaches and very angry clients. Thank you for this and all the great work on 
Cordova.


was (Author: ghowen):
I'll second Hirbod here. A new version of my app including the current Cordova 
released on the app store yesterday and currently my users are more or less 
killing me. My app uses the SQLite plugin. After a few hundred SQL updates 
(which happen quite frequently) we have 999+ iframes in the DOM, the iOS device 
runs out of memory, the database stops and we have a very unhappy user. A 
severe memory leak like that in a framework requires an immediate fix IMHO. I 
had to remove my app from the app store just now to contain the damage and I am 
thinking hard about going native to lessen the dependancy on third party 
frameworks. I know very well that bugs do happen. But this one should be fixed 
asap as the consequences can be very bad indeed and are not visible right away 
- memory leaks...

> Creating a new div for every Js -> Native exec() call
> -
>
> Key: CB-8002
> URL: https://issues.apache.org/jira/browse/CB-8002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.7.0
> Environment: Tested on multiple iOS 8.1 devices, simulators
>Reporter: Serdar Onal
>Assignee: Andrew Grieve
>Priority: Critical
>
> Since the 3.7.0 update, when cordova does a Js to Native call using exec(), 
> somehow the underlying cordova.js is creating a "gap://ready" iframe on every 
> call. This means that if you made 1000 native calls you'll have 1000 divs on 
> the DOM.
> I believe this issue is of critical priority as it incurs a huge memory leak.
> Screenshot from safari inspector
> https://drive.google.com/file/d/0B94TXiq5ycp1anp6aGpTbjhPdG8/view?usp=sharing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8002) Creating a new div for every Js -> Native exec() call

2015-01-16 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14280449#comment-14280449
 ] 

Georg Howen commented on CB-8002:
-

I'll second Hirbod here. A new version of my app including the current Cordova 
released on the app store yesterday and currently my users are more or less 
killing me. My app uses the SQLite plugin. After a few hundred SQL updates 
(which happen quite frequently) we have 999+ iframes in the DOM, the iOS device 
runs out of memory, the database stops and we have a very unhappy user. A 
severe memory leak like that in a framework requires an immediate fix IMHO. I 
had to remove my app from the app store just now to contain the damage and I am 
thinking hard about going native to lessen the dependancy on third party 
frameworks. I know very well that bugs do happen. But this one should be fixed 
asap as the consequences can be very bad indeed and are not visible right away 
- memory leaks...

> Creating a new div for every Js -> Native exec() call
> -
>
> Key: CB-8002
> URL: https://issues.apache.org/jira/browse/CB-8002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.7.0
> Environment: Tested on multiple iOS 8.1 devices, simulators
>Reporter: Serdar Onal
>Assignee: Andrew Grieve
>Priority: Critical
>
> Since the 3.7.0 update, when cordova does a Js to Native call using exec(), 
> somehow the underlying cordova.js is creating a "gap://ready" iframe on every 
> call. This means that if you made 1000 native calls you'll have 1000 divs on 
> the DOM.
> I believe this issue is of critical priority as it incurs a huge memory leak.
> Screenshot from safari inspector
> https://drive.google.com/file/d/0B94TXiq5ycp1anp6aGpTbjhPdG8/view?usp=sharing



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-5695) cordova platform update ios fails on 3.3.1

2013-12-23 Thread Georg Howen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Howen closed CB-5695.
---

Resolution: Duplicate

> cordova platform update ios fails on 3.3.1
> --
>
> Key: CB-5695
> URL: https://issues.apache.org/jira/browse/CB-5695
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.3.0
>Reporter: Georg Howen
>
> I just updated Cordova to 3.3.1 over npm and then wanted to update the 
> platform of my IOS project. CLI quit with the following error message:
> mbpro:WpBIRU georg$ cordova platform update ios
> /Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error: Update script failed: Error: Command failed: /bin/sh: 
> /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file or 
> directory
> /bin/sh: /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file 
> or directory
> at 
> /Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/src/platform.js:123:38
> at ChildProcess.exithandler (child_process.js:641:7)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:735:16)
> at Socket. (child_process.js:948:11)
> at Socket.EventEmitter.emit (events.js:95:17)
> at Pipe.close (net.js:466:12)
> It looks like there is still a path to 3.3.0 hardcoded somewhere?
> Going back to 3.2.0 worked fine.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5695) cordova platform update ios fails on 3.3.1

2013-12-23 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13855784#comment-13855784
 ] 

Georg Howen commented on CB-5695:
-

Thanks Andrew! That did it for me. Closing the issue.

> cordova platform update ios fails on 3.3.1
> --
>
> Key: CB-5695
> URL: https://issues.apache.org/jira/browse/CB-5695
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 3.3.0
>Reporter: Georg Howen
>
> I just updated Cordova to 3.3.1 over npm and then wanted to update the 
> platform of my IOS project. CLI quit with the following error message:
> mbpro:WpBIRU georg$ cordova platform update ios
> /Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/node_modules/q/q.js:126
> throw e;
>   ^
> Error: Update script failed: Error: Command failed: /bin/sh: 
> /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file or 
> directory
> /bin/sh: /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file 
> or directory
> at 
> /Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/src/platform.js:123:38
> at ChildProcess.exithandler (child_process.js:641:7)
> at ChildProcess.EventEmitter.emit (events.js:98:17)
> at maybeClose (child_process.js:735:16)
> at Socket. (child_process.js:948:11)
> at Socket.EventEmitter.emit (events.js:95:17)
> at Pipe.close (net.js:466:12)
> It looks like there is still a path to 3.3.0 hardcoded somewhere?
> Going back to 3.2.0 worked fine.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Created] (CB-5695) cordova platform update ios fails on 3.3.1

2013-12-23 Thread Georg Howen (JIRA)
Georg Howen created CB-5695:
---

 Summary: cordova platform update ios fails on 3.3.1
 Key: CB-5695
 URL: https://issues.apache.org/jira/browse/CB-5695
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.3.0
Reporter: Georg Howen


I just updated Cordova to 3.3.1 over npm and then wanted to update the platform 
of my IOS project. CLI quit with the following error message:

mbpro:WpBIRU georg$ cordova platform update ios

/Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/node_modules/q/q.js:126
throw e;
  ^
Error: Update script failed: Error: Command failed: /bin/sh: 
/Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file or 
directory
/bin/sh: /Users/georg/.cordova/lib/ios/cordova/3.3.0/bin/update: No such file 
or directory

at 
/Users/georg/.nvm/v0.10.22/lib/node_modules/cordova/src/platform.js:123:38
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Socket. (child_process.js:948:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)

It looks like there is still a path to 3.3.0 hardcoded somewhere?

Going back to 3.2.0 worked fine.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5454) Plugin Mapping Issue

2013-12-04 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839185#comment-13839185
 ] 

Georg Howen commented on CB-5454:
-

Contrary to the update instructions "To upgrade to a 3.2 project (replace 
android with the platform you want to update) npm install -g cordova" a prior 
"npm uninstall -g cordova" followed by an install seems to solve the problem. 
Simply "upgrading" might not be enough.

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>Assignee: Braden Shepherdson
>  Labels: cli, config.xml,, cordova, cordova-cli
> Fix For: 3.2.0
>
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5454) Plugin Mapping Issue

2013-12-04 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839035#comment-13839035
 ] 

Georg Howen commented on CB-5454:
-

I updated to 3.2.0-0.3.0 and still have the issue.

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>Assignee: Braden Shepherdson
>  Labels: cli, config.xml,, cordova, cordova-cli
> Fix For: 3.2.0
>
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5454) Plugin Mapping Issue

2013-11-28 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835072#comment-13835072
 ] 

Georg Howen commented on CB-5454:
-

I investigated a little further...

The problem is _not_ the config.xml. My current workaround is to remove the ios 
platform and then add the ios platform again. This basically rebuild everything 
and after that everything worked just fine.

Note: Do save your artwork (icons, splashscreen) before removing the platform - 
I didn't

After the complete rebuild I changed the config.xml to the one before the 
platform rebuild and things were just fine. So there must be a problem 
somewhere else when removing and adding a plugin.

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>  Labels: cli, config.xml,, cordova, cordova-cli
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Comment Edited] (CB-5454) Plugin Mapping Issue

2013-11-28 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835065#comment-13835065
 ] 

Georg Howen edited comment on CB-5454 at 11/28/13 8:43 PM:
---

I am having excatly the same issue. See [CB-5502]. All files seem to be copied 
to the right places and the config.xml looks ok too.

First I thought it was only a problem with the StatusBar Plugin, since it had 
been updated recently. But when I removed the device plugin from the project 
and added it again. I got also an error message:

2013-11-28 20:29:31.746 WpBIRU[14837:a0b] CDVPlugin class CDVDevice 
(pluginName: Device) does not exist.
2013-11-28 20:29:31.746 WpBIRU[14837:a0b] ERROR: Plugin 'Device' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 20:29:31.747 WpBIRU[14837:a0b] -[CDVCommandQueue executePending] 
[Line 117] FAILED pluginJSON = [
  "Device763634338",
  "Device",
  "getDeviceInfo",
  [

  ]
]




was (Author: ghowen):
I am having excatly the same issue. See [CB-5502]. All files seem to be copied 
to the right places and the config.xml looks ok too.

First I thought it was only a problem with the StatusBar Plugin, since it had 
been updated recently. But when I removed the device plugin from the project 
and added it again. I got also an error message:

2013-11-28 20:29:31.746 WpBIRU[14837:a0b] CDVPlugin class CDVDevice 
(pluginName: Device) does not exist.
2013-11-28 20:29:31.746 WpBIRU[14837:a0b] ERROR: Plugin 'Device' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 20:29:31.747 WpBIRU[14837:a0b] -[CDVCommandQueue executePending] 
[Line 117] FAILED pluginJSON = [
  "Device763634338",
  "Device",
  "getDeviceInfo",
  [

  ]
]

Here's my current config.xml:


http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
Hello Cordova

A sample Apache Cordova application that responds to the deviceready 
event.







































http://cordova.io";>
Apache Cordova Team















> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>  Labels: cli, config.xml,, cordova, cordova-cli
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Closed] (CB-5502) StatusBar Plugin 1.0.3 broken with Cordova 3.1 ?

2013-11-28 Thread Georg Howen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Howen closed CB-5502.
---

Resolution: Duplicate

Duplicate of [CB-5454]

> StatusBar Plugin 1.0.3 broken with Cordova 3.1 ?
> 
>
> Key: CB-5502
> URL: https://issues.apache.org/jira/browse/CB-5502
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins
>Affects Versions: 3.1.0
>Reporter: Georg Howen
>
> I was having issues with the StatusBar plugin when starting my app in 
> portrait mode (screen stayed blank). When disabling the plugin, the app 
> started OK in portrait. (IOS 7.0.4)
> When I discovered that there was an update to the plugin I uninstalled the 
> plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
> project and all references to the plugin were automatically deleted from 
> config.xml. After I added the plugin again to my project the Xcode console 
> via cordova cli and rebuild the project, the config.xml now shows:
> 
> 
> 
> 
> 
> But when compiling the app I get the following error message:
> 2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
> 2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
> 2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
> 2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
> (pluginName: statusbar) does not exist.
> 2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
> 2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
> 103.118956ms
> 2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
> 2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
> file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
> 2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, 
> or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] 
> [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "_ready",
>   [
>   ]
> ]
> All the plugin files are in place (as far as I can see).
> Is the plugin not compatible with Cordova 3.1 any more?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Comment Edited] (CB-5454) Plugin Mapping Issue

2013-11-28 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835065#comment-13835065
 ] 

Georg Howen edited comment on CB-5454 at 11/28/13 8:32 PM:
---

I am having excatly the same issue. See [CB-5502]. All files seem to be copied 
to the right places and the config.xml looks ok too.

First I thought it was only a problem with the StatusBar Plugin, since it had 
been updated recently. But when I removed the device plugin from the project 
and added it again. I got also an error message:

2013-11-28 20:29:31.746 WpBIRU[14837:a0b] CDVPlugin class CDVDevice 
(pluginName: Device) does not exist.
2013-11-28 20:29:31.746 WpBIRU[14837:a0b] ERROR: Plugin 'Device' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 20:29:31.747 WpBIRU[14837:a0b] -[CDVCommandQueue executePending] 
[Line 117] FAILED pluginJSON = [
  "Device763634338",
  "Device",
  "getDeviceInfo",
  [

  ]
]

Here's my current config.xml:


http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
Hello Cordova

A sample Apache Cordova application that responds to the deviceready 
event.







































http://cordova.io";>
Apache Cordova Team
















was (Author: ghowen):
I am having the same issue, but _only_ with the StatusBar Plugin since it was 
updated to 1.0.3. See [CB-5502]. All files seem to be copied to the right 
places and the config.xml looks ok too.

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>  Labels: cli, config.xml,, cordova, cordova-cli
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (CB-5454) Plugin Mapping Issue

2013-11-28 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835065#comment-13835065
 ] 

Georg Howen commented on CB-5454:
-

I am having the same issue, but _only_ with the StatusBar Plugin since it was 
updated to 1.0.3. See [CB-5502].

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>  Labels: cli, config.xml,, cordova, cordova-cli
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Comment Edited] (CB-5454) Plugin Mapping Issue

2013-11-28 Thread Georg Howen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13835065#comment-13835065
 ] 

Georg Howen edited comment on CB-5454 at 11/28/13 8:25 PM:
---

I am having the same issue, but _only_ with the StatusBar Plugin since it was 
updated to 1.0.3. See [CB-5502]. All files seem to be copied to the right 
places and the config.xml looks ok too.


was (Author: ghowen):
I am having the same issue, but _only_ with the StatusBar Plugin since it was 
updated to 1.0.3. See [CB-5502].

> Plugin Mapping Issue
> 
>
> Key: CB-5454
> URL: https://issues.apache.org/jira/browse/CB-5454
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI, iOS, Plugins
>Affects Versions: 3.1.0
> Environment: iOS
>Reporter: Mike Hartington
>  Labels: cli, config.xml,, cordova, cordova-cli
>
> Once I've removed a plugin, I'm unable to add any plugins back again. So from 
> the command line,
> cordova plugin rm org.apache.cordova.device
> cordova plugin add org.apache.cordova.device
> Everything installs properly but once I go into Xcode and run the project, my 
> console puts out 
> 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not 
> found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue 
> executePending] [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "overlaysWebView",
>   [
> true
>   ]
> ]
> I've run thought the debugging option and no errors come up so I'm not sure 
> what the issue is,  but my config.xml is correct and everything is copied 
> over as far as files go. Anyone have this issue too?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-5502) StatusBar Plugin 1.0.3 broken with Cordova 3.1 ?

2013-11-28 Thread Georg Howen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Howen updated CB-5502:


Summary: StatusBar Plugin 1.0.3 broken with Cordova 3.1 ?  (was: StatusBar 
Plugin 1.0.3 broken ? -  CDVPlugin class CDVStatusBar (pluginName: StatusBar) 
does not exist.)

> StatusBar Plugin 1.0.3 broken with Cordova 3.1 ?
> 
>
> Key: CB-5502
> URL: https://issues.apache.org/jira/browse/CB-5502
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins
>Affects Versions: 3.1.0
>Reporter: Georg Howen
>
> I was having issues with the StatusBar plugin when starting my app in 
> portrait mode (screen stayed blank). When disabling the plugin, the app 
> started OK in portrait. (IOS 7.0.4)
> When I discovered that there was an update to the plugin I uninstalled the 
> plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
> project and all references to the plugin were automatically deleted from 
> config.xml. After I added the plugin again to my project the Xcode console 
> via cordova cli and rebuild the project, the config.xml now shows:
> 
> 
> 
> 
> 
> But when compiling the app I get the following error message:
> 2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
> 2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
> 2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
> 2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
> (pluginName: statusbar) does not exist.
> 2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
> 2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
> 103.118956ms
> 2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
> 2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
> file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
> 2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
> (pluginName: StatusBar) does not exist.
> 2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, 
> or is not a CDVPlugin. Check your plugin mapping in config.xml.
> 2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] 
> [Line 117] FAILED pluginJSON = [
>   "INVALID",
>   "StatusBar",
>   "_ready",
>   [
>   ]
> ]
> All the plugin files are in place (as far as I can see).
> Is the plugin not compatible with Cordova 3.1 any more?



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (CB-5502) StatusBar Plugin 1.0.3 broken ? - CDVPlugin class CDVStatusBar (pluginName: StatusBar) does not exist.

2013-11-28 Thread Georg Howen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Howen updated CB-5502:


Description: 
I was having issues with the StatusBar plugin when starting my app in portrait 
mode (screen stayed blank). When disabling the plugin, the app started OK in 
portrait. (IOS 7.0.4)

When I discovered that there was an update to the plugin I uninstalled the 
plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
project and all references to the plugin were automatically deleted from 
config.xml. After I added the plugin again to my project the Xcode console via 
cordova cli and rebuild the project, the config.xml now shows:







But when compiling the app I get the following error message:

2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: statusbar) does not exist.
2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
103.118956ms
2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: StatusBar) does not exist.
2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] [Line 
117] FAILED pluginJSON = [
  "INVALID",
  "StatusBar",
  "_ready",
  [

  ]
]

All the plugin files are in place (as far as I can see).
Is the plugin not compatible with Cordova 3.1 any more?

  was:
I was having issues with the StatusBar plugin when starting my app in portrait 
mode (screen stayed blank). When disabling the plugin, the app started OK in 
portrait. (IOS 7.0.4)

When I discovered that there was an update to the plugin I uninstalled the 
plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
project and all references to the plugin were automatically deleted from 
config.xml. After I added the plugin again to my project the Xcode console via 
cordova cli and rebuild the project, the config.xml now shows:







But when compiling the app I get the following error message:

2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: statusbar) does not exist.
2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
103.118956ms
2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: StatusBar) does not exist.
2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] [Line 
117] FAILED pluginJSON = [
  "INVALID",
  "StatusBar",
  "_ready",
  [

  ]
]

Is the plugin not compatible with Cordova 3.1 any more?


> StatusBar Plugin 1.0.3 broken ? -  CDVPlugin class CDVStatusBar (pluginName: 
> StatusBar) does not exist.
> ---
>
> Key: CB-5502
> URL: https://issues.apache.org/jira/browse/CB-5502
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins
>Affects Versions: 3.1.0
>Reporter: Georg Howen
>
> I was having issues with the StatusBar plugin when starting my app in 
> portrait mode (screen stayed blank). When disabling the plugin, the app 
> started OK in portrait. (IOS 7.0.4)
> When I discovered that there was an update to the plugin I uninstalled the 
> plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
> project and all references to the plugin were automatically deleted from 
> config.xml. After I added the plugin again to my project the Xcode console 
> via cordova cli and rebuild the project, the config.xml now show

[jira] [Updated] (CB-5502) StatusBar Plugin 1.0.3 broken ? - CDVPlugin class CDVStatusBar (pluginName: StatusBar) does not exist.

2013-11-28 Thread Georg Howen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Georg Howen updated CB-5502:


Description: 
I was having issues with the StatusBar plugin when starting my app in portrait 
mode (screen stayed blank). When disabling the plugin, the app started OK in 
portrait. (IOS 7.0.4)

When I discovered that there was an update to the plugin I uninstalled the 
plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
project and all references to the plugin were automatically deleted from 
config.xml. After I added the plugin again to my project the Xcode console via 
cordova cli and rebuild the project, the config.xml now shows:







But when compiling the app I get the following error message:

2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: statusbar) does not exist.
2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
103.118956ms
2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: StatusBar) does not exist.
2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] [Line 
117] FAILED pluginJSON = [
  "INVALID",
  "StatusBar",
  "_ready",
  [

  ]
]

Is the plugin not compatible with Cordova 3.1 any more?

  was:
I was having issues with the StatusBar plugin when starting my app in portrait 
mode (screen stayed blank). When disabling the plugin, the app started OK in 
portrait. (IOS 7.0.4)

When I discovered that there was an update to the plugin I uninstalled the 
plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
project and all references to the plugin were automatically deleted from 
config.xml. After I added the plugin again to my project the Xcode console via 
cordova cli and rebuild the project, the config.xml now shows:







But when compiling the app I get the following error message:

2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: statusbar) does not exist.
2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
103.118956ms
2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: StatusBar) does not exist.
2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] [Line 
117] FAILED pluginJSON = [
  "INVALID",
  "StatusBar",
  "_ready",
  [

  ]
]

Note that there might be a CAPS issue statusbar vs. StatusBar ?


> StatusBar Plugin 1.0.3 broken ? -  CDVPlugin class CDVStatusBar (pluginName: 
> StatusBar) does not exist.
> ---
>
> Key: CB-5502
> URL: https://issues.apache.org/jira/browse/CB-5502
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugins
>Affects Versions: 3.1.0
>Reporter: Georg Howen
>
> I was having issues with the StatusBar plugin when starting my app in 
> portrait mode (screen stayed blank). When disabling the plugin, the app 
> started OK in portrait. (IOS 7.0.4)
> When I discovered that there was an update to the plugin I uninstalled the 
> plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
> project and all references to the plugin were automatically deleted from 
> config.xml. After I added the plugin again to my project the Xcode console 
> via cordova cli and rebuild the project, the config.xml now shows:
> 
> 
> 
> 
> 
> But when 

[jira] [Created] (CB-5502) StatusBar Plugin 1.0.3 broken ? - CDVPlugin class CDVStatusBar (pluginName: StatusBar) does not exist.

2013-11-28 Thread Georg Howen (JIRA)
Georg Howen created CB-5502:
---

 Summary: StatusBar Plugin 1.0.3 broken ? -  CDVPlugin class 
CDVStatusBar (pluginName: StatusBar) does not exist.
 Key: CB-5502
 URL: https://issues.apache.org/jira/browse/CB-5502
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins
Affects Versions: 3.1.0
Reporter: Georg Howen


I was having issues with the StatusBar plugin when starting my app in portrait 
mode (screen stayed blank). When disabling the plugin, the app started OK in 
portrait. (IOS 7.0.4)

When I discovered that there was an update to the plugin I uninstalled the 
plugin with "cordova plugin remove org.apache.cordova.statusbar", rebuild the 
project and all references to the plugin were automatically deleted from 
config.xml. After I added the plugin again to my project the Xcode console via 
cordova cli and rebuild the project, the config.xml now shows:







But when compiling the app I get the following error message:

2013-11-28 19:13:12.184 WpBIRU[457:60b] Multi-tasking -> Device: YES, App: YES
2013-11-28 19:13:12.223 WpBIRU[457:60b] Unlimited access to network resources
2013-11-28 19:13:12.423 WpBIRU[457:60b] [CDVTimer][splashscreen] 98.445952ms
2013-11-28 19:13:12.424 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: statusbar) does not exist.
2013-11-28 19:13:12.426 WpBIRU[457:60b] [CDVTimer][statusbar] 1.693010ms
2013-11-28 19:13:12.427 WpBIRU[457:60b] [CDVTimer][TotalPluginStartup] 
103.118956ms
2013-11-28 19:13:12.998 WpBIRU[457:60b] Resetting plugins due to page load.
2013-11-28 19:13:13.791 WpBIRU[457:60b] Finished load of: 
file:///var/mobile/Applications/29EA21D2-6807-4555-B07B-61197B50C9D7/WpBIRU.app/www/index.html
2013-11-28 19:13:14.166 WpBIRU[457:60b] CDVPlugin class CDVStatusBar 
(pluginName: StatusBar) does not exist.
2013-11-28 19:13:14.168 WpBIRU[457:60b] ERROR: Plugin 'StatusBar' not found, or 
is not a CDVPlugin. Check your plugin mapping in config.xml.
2013-11-28 19:13:14.171 WpBIRU[457:60b] -[CDVCommandQueue executePending] [Line 
117] FAILED pluginJSON = [
  "INVALID",
  "StatusBar",
  "_ready",
  [

  ]
]

Note that there might be a CAPS issue statusbar vs. StatusBar ?



--
This message was sent by Atlassian JIRA
(v6.1#6144)