Hi, I tried to use the RadioButtons in a Mobile Environment. clicking the ReadioButtons on the PC / Firefox browser everything works fine.
On an iPad touching the RadioButtons the reaction is slow or missing ! Cheers Kora See: http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%22var%2520page%2520%253D%2520new%2520qx.ui.mobile.page.NavigationPage%28%29%253B%250Apage.setTitle%28%2522Hello%2520World%2522%29%253B%250Apage.addListener%28%2522initialize%2522%252C%2520function%28%29%2520%257B%250A%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520form%2520%253D%2520new%2520qx.ui.mobile.form.Form%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radio1%2520%253D%2520new%2520qx.ui.mobile.form.RadioButton%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radio2%2520%253D%2520new%2520qx.ui.mobile.form.RadioButton%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radio3%2520%253D%2520new%2520qx.ui.mobile.form.RadioButton%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radio4%2520%253D%2520new%2520qx.ui.mobile.form.RadioButton%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radio5%2520%253D%2520new%2520qx.ui.mobile.form.RadioButton%28%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520var%2520radiogroup%2520%253D%2520new%2520qx.ui.mobile.form.RadioGroup%28radio1%252C%2520radio2%252C%2520radio3%252C%2520radio4%252C%2520radio5%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520%250A%2520%2520%2520%2520%2520%2520%2520%2520form.add%28radio1%252C%2520%2522center%2522%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520form.add%28radio2%252C%2520%2522top%2522%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520form.add%28radio3%252C%2520%2522right%2522%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520form.add%28radio4%252C%2520%2522bottom%2522%29%253B%250A%2520%2520%2520%2520%2520%2520%2520%2520form.add%28radio5%252C%2520%2522left%2522%29%253B%250A%250A%2520%2520page.getContent%28%29.add%28new%2520qx.ui.mobile.form.renderer.Single%28form%29%252C%2520%257Bflex%253A0%257D%29%253B%250A%250A%257D%252Cthis%29%253B%250A%250Athis.getManager%28%29.addDetail%28page%29%253B%250A%250Apage.show%28%29%253B%22%2C%20%22mode%22%3A%22mobile%22%7D -- View this message in context: http://qooxdoo.678.n2.nabble.com/Slow-touch-reaction-of-RadioButtons-on-Mobile-Environment-tp7581951.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
