Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

[New Feature]API for Classic trackpad and Passport touch Keyboard #1033

Open
MerrickZ opened this issue Sep 11, 2014 · 7 comments
Open

[New Feature]API for Classic trackpad and Passport touch Keyboard #1033

MerrickZ opened this issue Sep 11, 2014 · 7 comments

Comments

@MerrickZ
Copy link

Please provide the API support for listening the trackpad events in BlackBery Classic and the touch keyboard events in BlackBerry Passport.

Thanks.

@tneil
Copy link
Collaborator

tneil commented Sep 11, 2014

Touch keyboard events are already there as part of WebWorks.

@MerrickZ
Copy link
Author

is there any sample ?
when 2048 is running on BlackBerry Classic, trackpad doesn't move tiles.

@tneil
Copy link
Collaborator

tneil commented Sep 21, 2014

The touch keyboard of the Passport can be trapped using the following API

http://developer.blackberry.com/html5/apis/v2_1/blackberry.ui.input.html

I haven't seen an update for Classic spacial navigation yet in WebWorks.

@kwallis
Copy link
Member

kwallis commented Sep 22, 2014

Not long now for the Classic APIs. ;)

@kwallis
Copy link
Member

kwallis commented Sep 22, 2014

Tim, should a bbui app scroll properly when the user scrolls on the touch sensitive keyboard of a Passport? Is there a minimum bbui version? Or does the developer have to handle?

@tneil
Copy link
Collaborator

tneil commented Sep 22, 2014

A screen is just a div with overflow.. I don't know if the browser team scrolls that content or not or only tries to scroll the document.

If the browser team only scrolled the document, then yes someone would have to trap the scroll and scroll the bbUI screen manually

@MerrickZ
Copy link
Author

Would anyone build some plugin to capture the trackpad events? Thank you guys :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants