HashtagSell / htsApp

HashtagSell Beta Application
0 stars 0 forks source link

iPad - can only pick one Share to #148

Closed devinmckinney closed 9 years ago

devinmckinney commented 9 years ago
  1. Sell an item.
  2. in the Share To dialog, pick Facebook
  3. Now tap on Twitter. Facebook deselects, Twitter selects.
  4. eBay same.

You can only pick one share.

  1. Choose one of them (Facebook) - click Share. The Facebook icon deselects and nothing else happens.
  2. Click Share. The item does post, but not on Facebook.

So if you have a Share selected, the Share button doesn't seem to work.

Using Chrome on current iOS iPad Mini

that1guy commented 9 years ago

OMG! What a bitch! This is combination of issue caused by contentEditable divs in conjunction with iOS touch events AND CSS :hover properties.. wow.

https://github.com/ftlabs/fastclick/issues/127

Had to implement fastclick library to resolve and remove a :hover feature from the UI. On the plus-side mobile devices should react much quicker during tap event.s