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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -