Android app Clickable area does not align with interface

  • 1
  • Question
  • Updated 5 years ago
  • Doesn't Need an Answer
[Android app Clickable area does not align with interface]
We have a list of contact list with Tick button and invite to download button.
TOP: Where the design is we have a header on top,
MID: Is the contact list with tick button on left (Scrollable area),
BOTTOm: Is the Footer with Invite to download Button and skip download button.

When I try on 2 same model phone(Lenovo S650),
Android 4.4.2: the interface is align perfectly where the click-able area is click-able Android 4.2.2: the other have this problem of where I click the tick or the 2 footer button , it can't be clicked. I have to click the 3rd tick to activate the first click, the click-able area seems padded down a few ticks and because of that, the skip download button is not able to be clicked.

Anyone faced this problem before?

Photo of SFYong

SFYong

  • 2 Posts
  • 0 Reply Likes

Posted 5 years ago

  • 1
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
What framework are you using?
What are you target platforms?

Your run-on sentences make it difficult to understand your issue. Please rewrite.

TIA
Jesse
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@SFYong,
if you don't use the reply box. I can never see your fix.
Please use the reply box, when appropriate.

TIA
Jesse
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@SFYong, to answer your question.


Anyone faced this problem before?


Yes, it is common (problem) to ask someone to fix there question, and it only get slightly better. Your question is only slightly better.

You say you have "2 same model phone", and you also way one has 4.4.2 and the other has 4.2.2. Which is have the problem? Please describe the problem better. Make another drawing, if you need to.

Also, since this appears to be a UI problem, please list the framework you are using (Bootstrap, JQM, Ionic, etc). Please be prepared to show your code.

PLEASE USE CLEARER english _OR_ write in your native language and I will have Google translate.

TIA
Jesse
Photo of SFYong

SFYong

  • 2 Posts
  • 0 Reply Likes
Hi thanks for the prompt reply, And 4.2.2 has the problem while the later 4.4.2 version don't have this problem. I have fixed it and found that position:fixed caused the problem in Android 4.2.2 version. It's very hard to describe the issue in words as the click-able area is at the area below, means u click tick on 3rd or fourth contacts, the first one will get selected. It's a bug from Phonegap itself as I thought this issue already resolved since Android 4.0 but it's still there.