Is there a way to detect does phone supports touch UI.
I just want to use different design layout for non-touch phones.
Target platform is Symbian S60 5th
Is there a way to detect does phone supports touch UI.
I just want to use different design layout for non-touch phones.
Target platform is Symbian S60 5th
Check whether Canvas.hasPointerEvents() returns true - I guess it will be the answer.
Hello,
ivanavdeyev you are correct,
public boolean hasPointerEvents()
Checks if the platform supports pointer press and release events.
Returns:
true if the device supports pointer events
Thanks with Regards,
R a j - The K e r n e l
Join Delhi-NCR Nokia Developer's Community,
call hasPointerEvents() method
if it return true then platform support touch events