Hello Guest

Author Topic: TextInput problem for iOS  (Read 4149 times)

Jix

  • Newbie
  • *
  • Posts: 10
    • View Profile
TextInput problem for iOS
« 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.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: TextInput problem for iOS
« Reply #1 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.

Jix

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: TextInput problem for iOS
« Reply #2 on: December 30, 2014, 08:05:45 am »
Okay, any tips on how to do that?