How to disable or enable swipe gesture in MeeGo (N9 / N950)
I need documentation or code examples about how to disable or enable swipe gesture in MeeGo (N9 / N950).
Further, in [url]http://www.developer.nokia.com/Community/Wiki/Harmattan:Developer_Library/Publishing/Meeting_Ovi_Store_entry_requirements[/url], it is said that: "Does not interfere with device functionalities (such as use of Swipe and Lock screen) or other applications ". In some other page, which I can't currently find (but which presumably was somewhere in the site [url]http://www.developer.nokia.com/swipe/ux/[/url]), it was said that you can disable it, but you should show a hint when it is enabled again.
This leads to a further question: Is it ok to prevent swipe for apps released in Ovi (or Nokia) Store, and in what conditions?
BR,
- Aleksi
Re: How to disable or enable swipe gesture in MeeGo (N9 / N950)
How to lock is described at [url]http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Best_practices_for_application_development_Enabling_swipe_lock.html[/url]
(note: in the near future, a dedicated QML API for this might be published)
It's OK to lock if it would interfere with how you interact with the application, but of course you should then provide your own means of pausing/exiting the application. Ideally, you would re-enable the swipe as soon as the (say) game is paused or in a menu.
Re: How to disable or enable swipe gesture in MeeGo (N9 / N950)
Hi all!
Link ([url]http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Best_practices_for_application_development_Enabling_swipe_lock.html[/url]) unavailable now.
Can somebody help me with it?
Re: How to disable or enable swipe gesture in MeeGo (N9 / N950)
[url]http://harmattan-dev.nokia.com/docs/library/html/guide/html/Developer_Library_Developing_for_Harmattan_Enabling_swipe_lock.html[/url]