Author Topic: Previous/Next button on keyboard?  (Read 2348 times)

sunkas

  • Guest
Previous/Next button on keyboard?
« on: April 26, 2013, 07:47:04 AM »
Is it possible to add a Next or Previous button above the keyboard with NGUI for Android and iOS?

Can't find any settings in the Inspector. :(

cbartlett

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 43
    • View Profile
Re: Previous/Next button on keyboard?
« Reply #1 on: April 26, 2013, 12:18:26 PM »
NGUI is making system calls under the hood to bring up the device's keyboard.  (Each device will have a different looking keyboard)  It is not a keyboard that NGUI actually draws directly.  That being said it should be possible but I would guess that is a large chunk of code and work to do this...