axaroth / ushahidi-webapp

A webapp based on HTML5 to collect data and to send data to Ushahidi.
https://sites.google.com/site/onlineofflinewebapps/ushahidi-webapp
7 stars 2 forks source link

Categories selector not working on desktop browsers #20

Open ghost opened 12 years ago

ghost commented 12 years ago

The new JQuery mobile version introduced support for native-like widgets for iOS and droid, but on desktop the selector does not work now.

ghost commented 12 years ago

works on FF.

axaroth commented 12 years ago

The problem raises using "multiple" attribute on the select. Changing the opacity to 1 show the html select but brokes the mobile browser UI.

ghost commented 12 years ago

Solutions: wait JQuery mobile to fix the problem, disable multiple selection, or just ignore the fact that it's not working on desktop browsers right now (we are aiming to have a plugin for mobile!)

ghost commented 12 years ago

TODO: test it on the just freshly released FF for Android