javascript - How to make image selection area bigger in titanium App? -


how increase selection area of label/image/button everywhere in titanium app?

because of android device creates problem while click on label/image/button. takes time or sometime requires double click redirect page in app. think because requires more touch area near outside of label/image/button.

please suggest ideas.thanks in advance

thanks

if goal globally increase tapeable area of every component in app, don't think that's possible make in global way.

if it's hard user tap items, you'll have identify items , give them proper width , length. if use ti.ui.size frequently, need following:

  • wrap item in view , assign ti.ui.size width or height
  • move callback wrapping view
  • assign size bottom, top, left, , right of item make wrapping view big enough catch user taps.

Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -