cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Add phyiscal keypad support #79

Open cip opened 12 years ago

cip commented 12 years ago

For mobile phones like e6 physical keypad support would be good.

cip commented 12 years ago

Added following behavior (Tested only in simulator): Commit b117ca0b83e2260470b2197164869620688eac85 (and some earlier)

  1. Indexpage: Allow enter text with keypad in textfield and allow up/down/select in list. Remaining issue: Clicking on list disables text entering. (User manually needs to click text field, but also returning to indexpage enables text entering again)
  2. Articlepage Up/down keys scroll a page up/or down Remaining issue: user must click article view once, before keys work.

Remaining issues won't be fixed for milestone 2, as minor and only affect mobile phones with keypad. (And not that easy to fix)

cip commented 12 years ago

On RDA e6 problem 2 could not be observed (scrolling in article worked even without clicking before) 1.as expected observed

cip commented 12 years ago

Note: On n8 with commit 7cb031df45ed31b3f0ab27ce92363154fb404256 (volume key scrolling), article page scrolling worked without clicking into article as well.