veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Clicking image on user page does not work properly #130

Closed siteshwar closed 10 years ago

siteshwar commented 10 years ago

User's profile image will open in full view only if you click at the bottom half of the preview image, clicking on top half part of user's profile image does not do anything.

siteshwar commented 10 years ago

I see similar behaviour in my timeline, not able to open tweet page by clicking on top part of first tweet.

veskuh commented 10 years ago

There is two possible reasons. 1) pulley menu steals clicks on that area 2) compositor reserves some are to detect system wide edge gestures. Either case, its hard to do anything else than make sure that tweet & icon are big enough and have enough padding around them. On device I have not experienced this to be problem so far.

Morpog commented 10 years ago

Works flawless here in emulator and device.

siteshwar commented 10 years ago

@Morpog Are you using latest SDK ?

Morpog commented 10 years ago

Yes, latest. http://abload.de/img/unbenanntvfb8q.png

veskuh commented 10 years ago

2.0.4 has fix for touch handling in top part of the screen. To me it looks like same issue as this one.