Writable alert

I’m guessing I’m out of luck here, but does anyone know if it is possible to show a native alert with a text edit field? Something similar to those used by some apps when the user saves something and are required to enter a name.

I have an overlay with a text edit field to send me a message. It would work to save a file or something? I guess I don’t understand the use case.

The use case is basically this: https://www.sketchappsources.com/free-source/404-ios-7-popup-text-field.html

I’m building this input myself, but as native.showAlert() is a thing, I was hoping there’s a way to tailor it to allow text input.

native.showAlert does not support that pattern. I also looked at the source code and the iOS function is very convoluted since supports ios < iOS9 plus AppleTV. If it was super easy, I was going to make the change for you. Unfortunately, I don’t have the devices or the time to test all the permutations that a change like that would require.

I have an overlay with a text edit field to send me a message. It would work to save a file or something? I guess I don’t understand the use case.

The use case is basically this: https://www.sketchappsources.com/free-source/404-ios-7-popup-text-field.html

I’m building this input myself, but as native.showAlert() is a thing, I was hoping there’s a way to tailor it to allow text input.

native.showAlert does not support that pattern. I also looked at the source code and the iOS function is very convoluted since supports ios < iOS9 plus AppleTV. If it was super easy, I was going to make the change for you. Unfortunately, I don’t have the devices or the time to test all the permutations that a change like that would require.