apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Clicking on icons not responsive #117

Closed ghost closed 10 years ago

ghost commented 10 years ago

on iPhone, clicking on the white icons (on both board screen and menus) isn't as responsive as clicking on the buttons. I especially had trouble with the back button on the level menu.

ghost commented 10 years ago

I think two things contribute to this: 1) screen transition not quite finished (fading in and out), and user clicks 2) when a screen first loads

NOTE: I also noticed that the close icon in the instructions screens is one of the most unresponsive ones.

apotapov commented 10 years ago

Okay, I can make the transitions shorter. Right now they take half a second, for a second total. I'll make them a quarter for a second for half a second total.

As for close icon on instruction screen, i made it a bit smaller than others. I can try to make the button larger while keeping the image small.

On Mon, Mar 17, 2014 at 2:32 PM, traviscee notifications@github.com wrote:

I think two things contribute to this: 1) screen transition not quite finished (fading in and out), and user clicks 2) when a screen first loads

NOTE: I also noticed that the close icon in the instructions screens is one of the most unresponsive ones.

Reply to this email directly or view it on GitHubhttps://github.com/apotapov/tafl/issues/117#issuecomment-37866324 .