augusto callejas | 6 Jun 2012 08:37
Favicon

iPad & tabbing between edittexts

hi-

i have a simple app that i load in openlaszlo (4.9.0):

====
<canvas width="100%" height="100%">
        <simplelayout axis="x" spacing="10"/>
        <edittext name="text1"/>
        <edittext name="text2"/>
        <edittext name="text3"/>
</canvas>
===

when i click on the first editext, the virtual keyboard comes up, and i type some text and press the "next"
button, but instead of tabbing to the 2nd edittext, it hides the keyboard.  shouldn't it switch focus to the
2nd edittext?  is there any work-around for this?

thanks,
augusto.

Raju Bitter | 6 Jun 2012 21:18

Re: iPad & tabbing between edittexts

Did you try the mobile DHTML runtime? Max started working on that, but
I think he never finished on that.

- Raju

augusto callejas | 6 Jun 2012 21:26
Favicon

Re: iPad & tabbing between edittexts

no, just the regular dhtml runtime.  is the runtime parameter value just "mobile" (i.e. ?lzr=mobile)?
i couldn't find it on the developer page, in the compiler section:


thanks,
augusto.

On Jun 6, 2012, at 12:18 PM, Raju Bitter wrote:

Did you try the mobile DHTML runtime? Max started working on that, but
I think he never finished on that.
- Raju

augusto callejas | 6 Jun 2012 22:10
Favicon

Re: iPad & tabbing between edittexts

okay, verified its "?lzr=mobile", but it still doesn't work in the mobile DHTML runtime.

the virtual keyboard is aware of the other fields though, because when you click on the first field, it only has the "next" button enabled; if you click on the second field, it has both the "previous" and "next" buttons enable; when you click on the third field, it only has the "previous" button enabled.  

however, trying to navigate the fields with "previous" and "next" still don't work; pressing them just makes the keyboard go away.

On Jun 6, 2012, at 12:26 PM, augusto callejas wrote:

no, just the regular dhtml runtime.  is the runtime parameter value just "mobile" (i.e. ?lzr=mobile)?
i couldn't find it on the developer page, in the compiler section:


thanks,
augusto.

On Jun 6, 2012, at 12:18 PM, Raju Bitter wrote:

Did you try the mobile DHTML runtime? Max started working on that, but
I think he never finished on that.

- Raju



Gmane