Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

9 years ago by hannu

Hi,

I'm using iOS keyboard via Ejecta.KeyInput(); and trying to disable quick type/autocorrection (or change other property listed here https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITextInputTraits_Protocol/index.html).

I probably need to modify EJKeyInputResponder but I'm not very familiar with objective-c and I do not manage to make it work. Can someone point me what modifications I should do.

9 years ago by stillen

I dont think you can actually change this in how ejecta handles the keyboard. Normally removing the autocorrect is a property of the uitextfield, but it looks like ejecta is just passing the string around and not using the a text field
Page 1 of 1
« first « previous next › last »