Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: sunkas on April 26, 2013, 07:47:04 AM

Title: Previous/Next button on keyboard?
Post by: sunkas 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. :(
Title: Re: Previous/Next button on keyboard?
Post by: cbartlett 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...