native.newTextField is reason of crash.

Hi Corona Team,

I think I found a bug with native.newTextField. native.newTextField crashes the app on taking focus on textField when I used moreinfo plugin from Scott.

Please find the attached project that produces the crash on iOS device.

@Rob, @Scott can you guys please take a close look for this bug. Thanks.

Regards,

Usman Mughal

Hi Usman. Your test does fail on my iPhone 10 and simply commenting out plugin.moreinfo causes the crash to go away.

I don’t know how much Scott watches the forums, so you may need to reach out to him directly.

Rob

Thanks Rob. I will send him email too.

local moreinfo = require("plugin.moreInfo") moreinfo.init() -- add this part

You need to init the plugin