Alrighty, more info, swipe_down default has been controlled the same way the back button is for normal android. If you have a backbutton listener it will bind the swipe down and dispatch a backbutton event instead of exiting the app. This should work for users to navigate around :)
Now I need to find a way to apply what I have done via my touch plugin instead of modifications to the main activity... so moving along... On Wed, Dec 25, 2013 at 1:39 PM, Ross Gerbasi <rgerb...@gmail.com> wrote: > Swipe down actually appears to be more of a key up event. Going down this > road to try to cancel it. > > > On Wed, Dec 25, 2013 at 1:02 PM, Ross Gerbasi <rgerb...@gmail.com> wrote: > >> I haven't been able to find a way to prevent the SWIPE_DOWN event from >> closing the app, Joe you happen to dig into this? We really need swipe down >> dispatched on the webview. Any ideas? >> >> >> On Tue, Dec 24, 2013 at 3:36 PM, Ross Gerbasi <rgerb...@gmail.com> wrote: >> >>> Thanks Brian will do. >>> >>> For now I only know that of the XML for voice trigger. I will look into >>> coding it into a plugin. Great idea. >>> On Dec 24, 2013 4:04 PM, "Brian LeRoux" <b...@brian.io> wrote: >>> >>>> I could see something like this graduating to 'core' plugin status if it >>>> gets popular enough (and you are into it) Ross. For now, as Joe says, >>>> let >>>> it bake under your personal brand and feel free to enlist our help. :) >>>> On Dec 25, 2013 5:52 AM, "Ross Gerbasi" <rgerb...@gmail.com> wrote: >>>> >>>> > Copy that. >>>> > >>>> > Thanks >>>> > On Dec 24, 2013 11:22 AM, "Joe Bowser" <bows...@gmail.com> wrote: >>>> > >>>> > > They should go into your own package. I really shouldn't have used >>>> > > org.apache.cordova.glass. >>>> > > >>>> > > On Tue, Dec 24, 2013 at 9:20 AM, Ross Gerbasi <rgerb...@gmail.com> >>>> > wrote: >>>> > > > Also should I put these into my own package like >>>> > > > com.rossgerbasi.cordova.glass or should they go into >>>> > > > org.apache.cordova.glass ? >>>> > > > >>>> > > > thanks! >>>> > > > >>>> > > > >>>> > > > On Tue, Dec 24, 2013 at 11:13 AM, Ross Gerbasi < >>>> rgerb...@gmail.com> >>>> > > wrote: >>>> > > >> >>>> > > >> Well hot damn, maybe i won't need to then. thanks for the heads >>>> up. >>>> > > >> >>>> > > >> >>>> > > >> On Tue, Dec 24, 2013 at 11:02 AM, Joe Bowser <bows...@gmail.com> >>>> > wrote: >>>> > > >>> >>>> > > >>> On Tue, Dec 24, 2013 at 6:22 AM, Ross Gerbasi < >>>> rgerb...@gmail.com> >>>> > > wrote: >>>> > > >>> > >>>> > > >>> > Finally if I do go through with the plugin setup what do you >>>> all >>>> > > think >>>> > > >>> > about names for these plugins. Should it be something like >>>> > > >>> > cordova-glass-core which then opens the potential to have >>>> > > >>> > cordova-glass-voice, cordova-glass-camera, etc? >>>> > > >>> > >>>> > > >>> >>>> > > >>> The Camera and the Voice Recognition in Google Glass use the >>>> exact >>>> > > >>> same intents and code as Android. I don't see why you would >>>> want to >>>> > > >>> make them glass specific. >>>> > > >> >>>> > > >> >>>> > > > >>>> > > >>>> > >>>> >>> >> >