Search Unity

android custom keyboard

Discussion in 'Android' started by creat327, Sep 27, 2010.

  1. creat327

    creat327

    Joined:
    Mar 19, 2009
    Posts:
    1,756
    Hi there

    I'm trying to display a custom keyboard on my iphone/android app.

    Since I can't use the iphone built-in keyboard, I thought the best way was to display a label like this:
    GUILayout.Label("my textfield content", "textfield");

    So it does look like a textfield but it's actually a label.

    The problem now is... how do I display my own keyboard when this label is clicked? Any other better way to achieve this?

    Regards,
    Joaquin
     
  2. nikjerry

    nikjerry

    Joined:
    Sep 27, 2010
    Posts:
    2
    Hey, thats really very fine. As I just want to say that I am using inbuilt key-board of my iPhone. The other ting is that I never think about this custom keyboard, but after reading your this of the post I really would like to say that I also want to know more about that. I really like your this of the idea.
     
    Last edited: Sep 29, 2010
  3. creat327

    creat327

    Joined:
    Mar 19, 2009
    Posts:
    1,756
    The problem with android is that the keyboard takes the whole screen space so it doesn't let you see anything happening in-game = not possible to create a chat system

    I'm able to do stuff now when someone clicks the label but I need a good custom keyboard, mine looks horrible. Any site or anyone that got one good looking?