Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User jkosonen's Avatar
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    91
    Virtual keyboard doesn't go away in my app. Is there a way in the code level to say to close the virtual keyboard? In N950 and N9?

  2. #2
    Nokia Developer Champion savaj's Avatar
    Join Date
    Oct 2007
    Location
    જુનાગઢ - India
    Posts
    3,034
    For me if i press/touch in (my) application anywhere outside virtual keyboard, it automatically disappear. And i think it's default behavior of device. Have you tried to press outside virtual keyboard?

  3. #3
    Registered User jkosonen's Avatar
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    91
    Quote Originally Posted by savaj View Post
    For me if i press/touch in (my) application anywhere outside virtual keyboard, it automatically disappear. And i think it's default behavior of device. Have you tried to press outside virtual keyboard?
    Yes, I have tried clicking and swiping and everything, but it stays open.

  4. #4
    Nokia Developer Moderator gnuton's Avatar
    Join Date
    Mar 2009
    Posts
    1,024
    Hi,
    Is it a QML, QWebkit or QWidget based?
    There is a bug for all of those and a workaround only for the first two.
    IIRC this topic has been discussed in the Qt Quick sub-forum.

  5. #5
    Registered User jkosonen's Avatar
    Join Date
    Nov 2010
    Location
    Finland
    Posts
    91
    QML, ok thanks I'll try to find that discussion then!

    Quote Originally Posted by gnuton View Post
    Hi,
    Is it a QML, QWebkit or QWidget based?
    There is a bug for all of those and a workaround only for the first two.
    IIRC this topic has been discussed in the Qt Quick sub-forum.

  6. #6
    Registered User www.rzr.online.fr's Avatar
    Join Date
    Feb 2004
    Location
    france/rennes
    Posts
    73
    http://rzr.online.fr/q/redak# redak-0.4.0-0 : #FreE #TexT #EditoR : #Qt #QmL ported to #SymbiaN #BellE (#E7) and !n950club #n9 #MeeGo, test

  7. #7
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Hi,

    Hope the below helps to programmatically close the VKB

    TextField {
    Keys.onReturnPressed: {
    platformCloseSoftwareInputPanel()
    }
    }
    Last edited by kusumk; 2012-02-13 at 10:02.

  8. #8
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Hi,

    http://harmattan-dev.nokia.com/docs/.../qml-keys.html

    For various keys you can check the above link.

Similar Threads

  1. Meego Text Edit auto hide Keyboard
    By waelfarouk in forum Nokia N9
    Replies: 5
    Last Post: 2011-10-18, 10:28
  2. virtual keyboard
    By mohamed shaheen in forum Symbian Web Runtime
    Replies: 0
    Last Post: 2009-12-13, 10:05
  3. VKB(virtual keyboard) Help
    By qldpfh in forum Symbian C++
    Replies: 1
    Last Post: 2009-01-05, 12:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved