Re: Nokia N950
Firstly, I use horizontal swipe gestures in my applications all the time. Now I'm wondering, if it would clash with swipe handling of underlying N9 system..
Secondly, some of my applications are full-screen, but as I've noticed QWidget::showFullScreen() doesn't work on Harmattan (at least in QEMU-runtime). That's worrying me very much. And yes, there's no reaction to orientation changes - too bad, though it's maybe QEMU-related problem only.
For now, I'll stick to QtSimulator. At least it works as expected.
And there's one more thing I'm very concerned about: virtual keyboard handling. I write for IOS and there are application-wide "notifications" here, through which I can detect events of keyboard appearing/disappearing and it's coordinates on the screen. So that I can scroll needed input field into that part of the screen that it wouldn't be obscured by keyboard. Implementation of this mechanism on the IOS is pretty far from being perfect, but I get used to it: in most cases it works perfectly. I haven't found any information how it will be handled in Qt/QML/MeeGo/Harmattan. This seem strange to me, because it's crucial feature. Especially for keyboardless devices as N9
Last edited by xarcasss; 06-23-2011 at 08:48 AM.
|
The Following User Says Thank You to xarcasss For This Useful Post:
|
|
|
|