Re: [Android] loadUrl, input methods and making the web a thread-safe place

2012-08-09 Thread Andrew Grieve
Summary time! Options for going JS->Native 1) Use prompt() (synchronous, can return values) 2) Use addJavascriptInterface() (synchronous, can return values) 3) URL interception (async) Notes: -We are currently using #1. -According to trigger.io's blog

Re: [Android] loadUrl, input methods and making the web a thread-safe place

2012-08-09 Thread Andrew Grieve
Idea for how to do this without messing up regular online/offline events: 1. Have JS addEventListenter() using the capture phase 2. Poll for messages in the handler. 3. If there is a message, stopPropagation on the event. 4. Reset the state of onLine (canceling propagation of this event as well)

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432355#comment-13432355 ] Ciro La Ferrara commented on CB-1190: - So.. I cannot use Xcode to test my app??I must use

Re: [MENTORS] board report schedule

2012-08-09 Thread Jukka Zitting
Hi, On Thu, Aug 9, 2012 at 10:03 PM, Brian LeRoux wrote: > Our last report was June [1]. I'm wondering when the next one is > and/or what the exact schedule is. (I think we're supposed to be > quarterly but I'm not sure where the divisions are.) Yes, the standard schedule is to report quarterly,

[jira] [Comment Edited] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432342#comment-13432342 ] Ciro La Ferrara edited comment on CB-1190 at 8/10/12 12:33 AM: ---

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432342#comment-13432342 ] Ciro La Ferrara commented on CB-1190: - Very difficult -_-' I have edited Makefile and cha

[jira] [Commented] (CB-1223) CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432339#comment-13432339 ] Shazron Abdullah commented on CB-1223: -- For the workaround - as part of the build proces

[jira] [Comment Edited] (CB-1223) CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432330#comment-13432330 ] Shazron Abdullah edited comment on CB-1223 at 8/10/12 12:09 AM: ---

[jira] [Commented] (CB-1223) CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432328#comment-13432328 ] Shazron Abdullah commented on CB-1223: -- My experiments show that it is not possible sinc

[jira] [Commented] (CB-1223) CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432330#comment-13432330 ] Shazron Abdullah commented on CB-1223: -- The only workaround is to set the CORDOVALIB var

[jira] [Resolved] (CB-1138) Default logging level for file access should not log file contents.

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1138. -- Resolution: Fixed Fix commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit

[jira] [Commented] (CB-1138) Default logging level for file access should not log file contents.

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432302#comment-13432302 ] Shazron Abdullah commented on CB-1138: -- Unfortunately subprojects cannot inherit macros

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432292#comment-13432292 ] Shazron Abdullah commented on CB-1190: -- No worries. Android - I don't know, you'll have

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432290#comment-13432290 ] Ciro La Ferrara commented on CB-1190: - I have IOS in Virtualbox... installation method wa

[jira] [Commented] (CB-828) iOS contact.save() stucks the UI from updating on heavy load & has memory leaks.

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432289#comment-13432289 ] Shazron Abdullah commented on CB-828: - Convert the CDVContacts::save method to use blocks:

[jira] [Created] (CB-1223) CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli

2012-08-09 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1223: Summary: CORDOVALIB Xcode variable - allow this to be read in from xcodebuild cli Key: CB-1223 URL: https://issues.apache.org/jira/browse/CB-1223 Project: Apache Cord

[jira] [Comment Edited] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432273#comment-13432273 ] Ciro La Ferrara edited comment on CB-1190 at 8/9/12 10:55 PM: -- L

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432284#comment-13432284 ] Shazron Abdullah commented on CB-1190: -- Github of course http://github.com/apache/incuba

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Ciro La Ferrara (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432273#comment-13432273 ] Ciro La Ferrara commented on CB-1190: - Last source? Where? > Crash when

[jira] [Commented] (CB-1190) Crash when contacts are edited (mass edit)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432272#comment-13432272 ] Shazron Abdullah commented on CB-1190: -- @Ciro try with the latest source

[jira] [Commented] (CB-675) Allow multiple versions of PhoneGap to be installed in Xcode

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432259#comment-13432259 ] Shazron Abdullah commented on CB-675: - Right now each template references the CORDOVALIB X

[jira] [Deleted] (CB-1221) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah deleted CB-1221: - > Implement InAppBrowser (window.open override for non-whitelisted URLs) > -

[jira] [Deleted] (CB-1222) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah deleted CB-1222: - > Implement InAppBrowser (window.open override for non-whitelisted URLs) > -

[jira] [Resolved] (CB-821) Cordova crashes with EXEC_BAD_ACCESS when using camera on iOS 5.1.1

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-821. - Resolution: Duplicate Dupe CB-975 - discussion should continue in that issue. > Cord

[jira] [Closed] (CB-1222) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah closed CB-1222. Resolution: Invalid Assignee: Shazron Abdullah > Implement InAppBrowser (window.open overrid

[jira] [Closed] (CB-1221) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah closed CB-1221. Resolution: Invalid > Implement InAppBrowser (window.open override for non-whitelisted URLs) > ---

[jira] [Created] (CB-1221) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1221: Summary: Implement InAppBrowser (window.open override for non-whitelisted URLs) Key: CB-1221 URL: https://issues.apache.org/jira/browse/CB-1221 Project: Apache Cordov

[jira] [Created] (CB-1222) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1222: Summary: Implement InAppBrowser (window.open override for non-whitelisted URLs) Key: CB-1222 URL: https://issues.apache.org/jira/browse/CB-1222 Project: Apache Cordov

[jira] [Created] (CB-1220) Implement InAppBrowser

2012-08-09 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1220: Summary: Implement InAppBrowser Key: CB-1220 URL: https://issues.apache.org/jira/browse/CB-1220 Project: Apache Cordova Issue Type: Task Affects Versions

[jira] [Updated] (CB-1220) Implement InAppBrowser (window.open override for non-whitelisted URLs)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1220: - Summary: Implement InAppBrowser (window.open override for non-whitelisted URLs) (was: Implement InA

Re: [Android] loadUrl, input methods and making the web a thread-safe place

2012-08-09 Thread Jesse
I published an app over the weekend for Android, and in the process I ran an experiment. I am planning on branching to demo this, but don't have time right now, so I thought I would explain it. I created a WebView, gave it an external interface via addJavascriptInterface In JS, I simply had an i

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Shazron
I'll add a task in JIRA - with sub-tasks for the diff platforms (will start with Android and iOS) On Thu, Aug 9, 2012 at 12:44 PM, Brian LeRoux wrote: > started a wiki page to document; no one has to jump into doing > anything until comfortable (obviously?) > > http://wiki.apache.org/cordova/InAp

[jira] [Resolved] (CB-1209) CDVViewController.supportedOrientations not set in a timely fashion

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1209. -- Resolution: Fixed Assignee: Andrew Grieve (was: Shazron Abdullah) > CDVViewController.s

Re: [Android] loadUrl, input methods and making the web a thread-safe place

2012-08-09 Thread Joe Bowser
Actually, that would work better than other bridges so far. How would this work with the supported online/offline event, and would this affect XHRs and other network behaviour that is happening on an interval? On Thu, Aug 9, 2012 at 2:15 PM, Andrew Grieve wrote: > How about this for a possible

Re: Media API on Android

2012-08-09 Thread Lorin Beer
alright, I've merged your changes with my patch, which still addresses a potential bug (seekOnPrepared properly resets during the listener regardless of if playback begins or not) the pull request is here https://github.com/apache/incubator-cordova-android/pull/40 On 2012-08-08, at 11:17 AM, Lo

incubator-cordova-android pull request: CB-403

2012-08-09 Thread doggerelverse
GitHub user doggerelverse opened a pull request: https://github.com/apache/incubator-cordova-android/pull/40 CB-403 patch updated with proper reset of seekto behaviour once playback has begun You can merge this pull request into a Git repository by running: $ git pull https://g

Re: [Android] loadUrl, input methods and making the web a thread-safe place

2012-08-09 Thread Andrew Grieve
How about this for a possible work-around: When the keyboard is up, use WebView.setNetworkAvailable() to trigger an online/offline event in the JS, and then have the JS poll on online/offline events. Demo of this working here: https://github.com/agrieve/incubator-cordova-android/commits/testbridg

[jira] [Updated] (CB-1145) Require minimum Xcode 4.4 (Lion and Mountain Lion only - LLVM Compiler 4.0)

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1145: - Summary: Require minimum Xcode 4.4 (Lion and Mountain Lion only - LLVM Compiler 4.0) (was: Require

[MENTORS] board report schedule

2012-08-09 Thread Brian LeRoux
Our last report was June [1]. I'm wondering when the next one is and/or what the exact schedule is. (I think we're supposed to be quarterly but I'm not sure where the divisions are.) [1] http://wiki.apache.org/incubator/June2012

incubator-cordova-mac pull request: Fix ReadMe.md file (add doc + clarify)

2012-08-09 Thread carlosbuenosvinos
Github user carlosbuenosvinos closed the pull request at: https://github.com/apache/incubator-cordova-mac/pull/3

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Brian LeRoux
started a wiki page to document; no one has to jump into doing anything until comfortable (obviously?) http://wiki.apache.org/cordova/InAppBrowser On Thu, Aug 9, 2012 at 12:16 PM, Jesse wrote: > I am good with all of that. > > Can we fully document this before we jump to doing it? > > > On Thu

incubator-cordova-mac pull request: Fix ReadMe.md file (add doc + clarify)

2012-08-09 Thread carlosbuenosvinos
GitHub user carlosbuenosvinos opened a pull request: https://github.com/apache/incubator-cordova-mac/pull/3 Fix ReadMe.md file (add doc + clarify) You can merge this pull request into a Git repository by running: $ git pull https://github.com/carlosbuenosvinos/incubator-cordov

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Shazron
Great write-up - thanks Jesse and all. Response to: 1. The security/whitelist checking should be adjusted to only apply to access attempts by the CDVViewController, and not the entire application. ( not easy, I know Shaz, I can help ) Answer: I envision a token based system -- the ChildBrowser (o

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Jesse
I am good with all of that. Can we fully document this before we jump to doing it? On Thu, Aug 9, 2012 at 12:11 PM, Dave Johnson wrote: > > - is there a guarantee that the InAppBrowser is present, after all it is > a > > plugin, even when it becomes a core plugin, it is still optional, isn't >

[jira] [Updated] (CB-1219) iOS 6 - FileReader not triggering onloadend function

2012-08-09 Thread Ben Longden (JIRA)
[ https://issues.apache.org/jira/browse/CB-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Longden updated CB-1219: Summary: iOS 6 - FileReader not triggering onloadend function (was: iOS 6 - FileReader not triggering onloade

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Dave Johnson
> - is there a guarantee that the InAppBrowser is present, after all it is a > plugin, even when it becomes a core plugin, it is still optional, isn't it? yes that changes the options. If not present then all things that go to InAppBrowser just go to native browser. > - is there still an InAppBro

[jira] [Updated] (CB-1219) iOS 6 - FileReader not triggering onloadend function in PhoneGap

2012-08-09 Thread Ben Longden (JIRA)
[ https://issues.apache.org/jira/browse/CB-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Longden updated CB-1219: Summary: iOS 6 - FileReader not triggering onloadend function in PhoneGap (was: FileReader not triggering onl

[jira] [Created] (CB-1219) FileReader not triggering onloadend function in PhoneGap on iOS 6

2012-08-09 Thread Ben Longden (JIRA)
Ben Longden created CB-1219: --- Summary: FileReader not triggering onloadend function in PhoneGap on iOS 6 Key: CB-1219 URL: https://issues.apache.org/jira/browse/CB-1219 Project: Apache Cordova Iss

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Jesse
More than an hour to make a decision, we have been talking about this for months. Questions: - is there a guarantee that the InAppBrowser is present, after all it is a plugin, even when it becomes a core plugin, it is still optional, isn't it? - is there still an InAppBrowser api where I can activ

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Brian LeRoux
? On Thu, Aug 9, 2012 at 11:33 AM, Jesse wrote: > Can we get more than an hour? > > On Thu, Aug 9, 2012 at 11:24 AM, Brian LeRoux wrote: > >> So---is this solid enough ground to open some issues / make this a part of >> 2.1? >> >> (end of september) >> >> >> >> >> On Thu, Aug 9, 2012 at 10:59 AM

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Jesse
Can we get more than an hour? On Thu, Aug 9, 2012 at 11:24 AM, Brian LeRoux wrote: > So---is this solid enough ground to open some issues / make this a part of > 2.1? > > (end of september) > > > > > On Thu, Aug 9, 2012 at 10:59 AM, Michael Brooks > wrote: > > Nice Dave, those conditions make s

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Brian LeRoux
So---is this solid enough ground to open some issues / make this a part of 2.1? (end of september) On Thu, Aug 9, 2012 at 10:59 AM, Michael Brooks wrote: > Nice Dave, those conditions make sense to me. > > On Thu, Aug 9, 2012 at 10:54 AM, Dave Johnson wrote: > >> These are the window.open cal

[jira] [Commented] (CB-622) FileTransfer interface should provide progress monitoring

2012-08-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432038#comment-13432038 ] Andrew Grieve commented on CB-622: -- Brion - also realized something after looking at Cory's i

[jira] [Commented] (CB-622) FileTransfer interface should provide progress monitoring

2012-08-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432037#comment-13432037 ] Andrew Grieve commented on CB-622: -- Great stuff Cory! I just left a couple of comments on you

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Michael Brooks
Nice Dave, those conditions make sense to me. On Thu, Aug 9, 2012 at 10:54 AM, Dave Johnson wrote: > These are the window.open calls that we need to consider: > > 1) window.open('local-url.html', '_self'); // > loads in CordovaView. _parent and _top same thing > 2) window.open

[jira] [Commented] (CB-1216) Orientation change listener failed when Orientation constructor is removed from 1.6.0 version

2012-08-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432027#comment-13432027 ] Shazron Abdullah commented on CB-1216: -- Need more clarification - what is this orientati

Re: [DISCUSS] window.open target blank

2012-08-09 Thread Dave Johnson
These are the window.open calls that we need to consider: 1) window.open('local-url.html', '_self'); // loads in CordovaView. _parent and _top same thing 2) window.open('local-url.html', '_blank'); // loads in InAppBrowser 3) window.open('http://whitelisted-ur

[jira] [Updated] (CB-1218) WP7 : BackButton event don't work anymore (since 2.0)

2012-08-09 Thread Christophe A. Guilmart (JIRA)
[ https://issues.apache.org/jira/browse/CB-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christophe A. Guilmart updated CB-1218: --- Attachment: log.txt index.js index.html joint TEST CASE

[jira] [Created] (CB-1218) WP7 : BackButton event don't work anymore (since 2.0)

2012-08-09 Thread Christophe A. Guilmart (JIRA)
Christophe A. Guilmart created CB-1218: -- Summary: WP7 : BackButton event don't work anymore (since 2.0) Key: CB-1218 URL: https://issues.apache.org/jira/browse/CB-1218 Project: Apache Cordova

[jira] [Resolved] (CB-1217) Clicking back button does not dismiss navigator.notification.alert() dialog

2012-08-09 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1217. - Resolution: Fixed Fixed, back button now closes alert/confirm dialogs. > Clicking b

[jira] [Created] (CB-1217) Clicking back button does not dismiss navigator.notification.alert() dialog

2012-08-09 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1217: --- Summary: Clicking back button does not dismiss navigator.notification.alert() dialog Key: CB-1217 URL: https://issues.apache.org/jira/browse/CB-1217 Project: Apache Cor

[jira] [Commented] (CB-593) Click and touch events do not fire after using scroll CSS

2012-08-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431804#comment-13431804 ] Andrew Grieve commented on CB-593: -- I've cleaned it up and have it on hosted here (different

[jira] [Created] (CB-1216) Orientation change listener failed when Orientation constructor is removed from 1.6.0 version

2012-08-09 Thread Ranganadh Paramkusam (JIRA)
Ranganadh Paramkusam created CB-1216: Summary: Orientation change listener failed when Orientation constructor is removed from 1.6.0 version Key: CB-1216 URL: https://issues.apache.org/jira/browse/CB-1216

RE: cordova-js webOS compass

2012-08-09 Thread Leutwyler, Markus
I got that working by following the win8metro example. This will call the callback *each* time the compass data is updated and not once. Wouldn't that clash with the watchHeading function, which is supposed to receive continuous updates (and actually calls getCurrentHeading repeatedly) Markus

incubator-cordova-android pull request: GeoBroker checks if location servic...

2012-08-09 Thread Zammy
Github user Zammy closed the pull request at: https://github.com/apache/incubator-cordova-android/pull/39