waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Gesture actions frozen? #483

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Within my GDK app, the expected output is that, on the screen where there is a 
seating layout, when user does a right/left swipe the content should scroll 
accordingly. But the scrolling is not working, after the XE16 upgrade. (It 
worked in XE12)

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by interact...@gmail.com on 22 Apr 2014 at 6:05

GoogleCodeExporter commented 9 years ago
Hello,

Could you give us more details about your implementation? How are you 
displaying content to the user, are you using a CardScrollView?

You might also want to take a look at some of our samples using this widget, 
including the API Demo one:
  https://github.com/googleglass/gdk-apidemo-sample

Best,
Alain

Original comment by ala...@google.com on 22 Apr 2014 at 3:54

GoogleCodeExporter commented 9 years ago
Hi Alain, thanks for your reply.
Please see attached, the screenshot of the seating layout on Google Glass. When 
my glass was XE12, swiping right and left moved the selection (the white box 
around the seat) to other seats according to the swipe. Once a seat is 
selected, tap on it and go further.
In XE16, when I do the swipe gestures, the selection doesn't move. 
Technical info: I am using Gridview  to show the seating layout and 
listselector to select a seat but it's not moving to left/right sides after 
upgrade to XE16.

Kindly check this and let me know if you need any other info.

Original comment by interact...@gmail.com on 23 Apr 2014 at 10:24

Attachments:

GoogleCodeExporter commented 9 years ago
We're seeing what may be the same underlying issue with ListViews on XE16.X.  
ListView scrolling up/down using left/right swipes does not work on XE16 and 
XE16.1.  The selection indicator is frozen at the first list element.  ListView 
scrolling previously did work on XE12.  I filed an issue on ListViews 
specifically here - 
https://code.google.com/p/google-glass-api/issues/detail?id=484

Original comment by sjbarb...@gmail.com on 23 Apr 2014 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by ala...@google.com on 23 Apr 2014 at 4:08