jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 223 forks source link

Tabs and spinner not working on non-touch devices. #32

Closed justindomingue closed 11 years ago

justindomingue commented 11 years ago

When using the code given in the "Getting Started" doc, the tabs, the spinner and most of the click events are not working. I uploaded my static HTML/CSS to a server and tried it on my mobile device (touch) and everything works.

jaunesarmiento commented 11 years ago

Hi @BR41N1, yes this is an issue and I'm still thinking of an elegant solution for it. I suggest testing your pages using Google Chrome with emulated touch events for now by following these steps:

  1. Open Developer Console
  2. Click the gear icon on the lower right corner
  3. Click Overrides
  4. Then check Emulate touch events

I'll be closing this and will be opening an issue with more details about this.

Thanks!