Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
1.2.0
-
None
Description
Tested with Qt Mobility 1.2 (Qt 4.7.4) Symbian Belle E7: isKeyboardFlippedOpen() returns always 0
Also the signal is never emitted.
Also tried to determine the keyboard state using publish and subscribe using the following qcrml:
<?xml version="1.0" encoding="UTF-8"?>
<repository target="RProperty" version="" uidName="KPSUidAknFep" uidValue="0x100056de">
<key ref="/vkb/state" int="0x00000004"/>
</repository>
<repository target="CRepository" version="" uidName="KCRUidAvkon" uidValue="0x101F876E">
<key ref="/qwerty/state" int="0x00000004"/>
</repository>
But QValueSpaceSubscriber::value() returns empty and its contentsChanged() signal is never emitted.