HomeX-It / open-mail-app-flutter

This library provides the ability to query the device for installed email apps and open those apps.
MIT License
36 stars 91 forks source link

Cannot change mail picker Title text (IOS 15.3.1) #47

Open b-talib-ebs opened 2 years ago

b-talib-ebs commented 2 years ago

Thankyou for awesome package.
I am facing a small problem trying to edit mail picker Title text from 'Choose Mail App' to some other text in IOS.(in android it does not get displayed) . I have tried to edit by changing text of

 await OpenMailApp.composeNewEmailInMailApp(
                        nativePickerTitle: 'Some other title',
                        emailContent: email);

It would be great if you could help changing the title.