Hi,

With the latest version of mobl, the generated buttons (span tags with listeners) work in desktop Safari (Mac OS X Lion), but not in iPhone or iPad (in short iOS). The buttons react to touch with a visual change, but do not trigger any events. A test snippet is attached below, any ideas?

Many thanks,
Mathias


application MOBLTestProject

import mobl::ui::generic

screen root() {
    var userName = ""
    header("MOBLTestProject")
    textField(userName)
    button("Login", onclick={
	    otherScreen();	
    })
}

screen otherScreen() {
    header("other screen")
    label("other screen contents")
}

Submitted on 30 December 2011 at 19:02

On 9 January 2012 at 09:11 chris melman commented:

I have tested it and got no problem.
Do you use IOS 5?


On 9 January 2012 at 12:03 mathias funk commented:

right, i’m using iOS 5. it kind of solved the problem for me to use the updated gestures.js from github, that works fine so far.
It would help if that one could be rolled into an intermediate release.


On 9 January 2012 at 12:07 chris melman commented:

Yea indeed the fix for that is to use the lib from github.
We are indeed waiting for new release wich includes some fixes


On 21 June 2012 at 11:03 chris melman closed this issue.

On 21 June 2012 at 11:04 chris melman tagged 0.5.0

Log in to post comments