Unable to use sendkeys() for more than 1250 chars

I see wired behaviour for sendkeys() when used big text to enter using driver.findElement("").sendKeys(second); I am running Appium Studio test on IOS 11.0.

My test has text which is around 2000 chars and sendkeys() stop entering value after around 1250 chars Cyder app popup. Not sure what’s issue. is there any limitation for text more than 1250? Do we have any other option to enter text.

I tried to split texts size around 1000 chars but somehow textbox does not start second text from end of first text and overlap most of times.

Hi @appiumNoob,

The field you are trying to send to, are you sure the field itself has no limitation?
What popup are you getting from Cyder?