Feature Discovery returns invalid value for keyboard support on Nokia 5800 XpressMusic (Known Issue)
Article Metadata
Tested with
Devices(s): Nokia 5800 XpressMusic
Compatibility
Platform(s): S60 5th Edition
Article
Keywords: CFeatureDiscovery, KFeatureIdQwertyInput
Created: User:Kbwiki
(20 Nov 2009)
Last edited: hamishwillee
(12 Mar 2012)
Description
The Feature Discovery API provides methods for querying supported features on an S60 device.
The following line of code can be used for checking if a device has a QWERTY keyboard:
TBool isSupported = CFeatureDiscovery::IsFeatureSupportedL( KFeatureIdQwertyInput );
This code returns ETrue for Nokia 5800 XpressMusic, even though the device has no physical keyboard.
Solution
No solution available.


(no comments yet)