Virtual keyboard problem in Android

Develop and Deploy Mobile Apps for iPhone, iPad, Windows Phone, webOS, BlackBerry, and Android devices ...
Post Reply
wahono77
Posts: 90
Joined: Sat Apr 13, 2013 6:04 am

Virtual keyboard problem in Android

Post by wahono77 »

I use xui.prompt and virtual keyboard is visible, I can type here.
But if I use xui.Input, the virtual keyboard is hidden and I can type int xui.Input. But this is normally in Windows Phone 8 using IE10.

Thanks

support
Posts: 356
Joined: Sat Apr 27, 2013 9:22 am

Re: Virtual keyboard problem in Android

Post by support »

Fixed, please update the latest code from SVN, and try again.

That's a Input focus bug in BB>7. We used ontouchend to fix it, so if you are in the the Ripple emulator, the bug will still there. Try it in mobile BB.

wahono77
Posts: 90
Joined: Sat Apr 13, 2013 6:04 am

Re: Virtual keyboard problem in Android

Post by wahono77 »

Thanks, it fixed now.

Post Reply