2D Toolkit Forum

2D Toolkit => Support => Topic started by: Jix on December 29, 2014, 10:59:07 am

Title: TextInput problem for iOS
Post by: Jix on December 29, 2014, 10:59:07 am
Hello, I want to allow users to edit a word in a long line of text. My target is Android and iOS, on Android since 2DToolkit uses native keyboard it is possible to edit any part of text without having to delete all the characters after it till this point. But in iOS I can't do that.
Title: Re: TextInput problem for iOS
Post by: unikronsoftware on December 29, 2014, 07:40:36 pm
Hi, don't think its possible to enable that line and we have no plans to support a moving software cursor at this point. You'll have to implement it yourself if you need that feature.
Title: Re: TextInput problem for iOS
Post by: Jix on December 30, 2014, 08:05:45 am
Okay, any tips on how to do that?