Details
Description
We are not properly detecting touch event support. We are assuming that no blackberries and no android tablets have touch event support and all other android devices and ios devices have it.
.
This impacts the InputText and the Date and Time pickers
.
This impacts the InputText and the Date and Time pickers
Issue Links
- depends on
-
MOBI-918 Client-side touch event upgrade support
-
- Open
-
Revision: 38579
Author: philip.breau
Date: October-10-13 7:26:42 PM
Message:
MOBI-358Properly Detect HTML5 Touch Event Support for BlackBerry and Androidremove server side decision on touch support
all clients will default to non-touch events until accurate feature detection is done on the client side
Modified : /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/inputText/InputText.java
Modified : /icemobile/trunk/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/util/VisitTreeMonitor.java