IOS9 native.showPopup("mail", options)

I have 2 apps that send email using native.showPopup(“mail”, options)

They happily work on IOS7 but don’t work on IOS9. Nothing happens.

Has Apple introduced a permission that I haven’t noticed?

I wondering if it might be similar to the  location and NSAppTransportSecurity permissions that aren’t required in IOS7 but are required in IOS9

Found the answer when I compared with ComposeEmailSMS example.

I had added native.canShowPopup() to my email script, and it works fine in Android and IOS7. So I guess this is a bug.

Will file.

Found the answer when I compared with ComposeEmailSMS example.

I had added native.canShowPopup() to my email script, and it works fine in Android and IOS7. So I guess this is a bug.

Will file.