You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi there, thanks for this awesome library. I noticed a weird behavior and I don't really know if it is a bug or not.
TL;DR
Getting clients with getEmailClients, calling the openComposer with the iOSAppName / androidPackageName for the specific device.
When opening Outlook the function opens an draft with the subject "null". Expected was that the client opens to the inbox.
This happend on Android API 33 on an Emulator. I only verified this with Outlook.
Sorry if I'm mistaken, but did you mean to call openInbox instead of openComposer? openInbox will show the email inbox, openComposer shows the 'new draft' screen in most email clients.
Yes that is correct. Then it is my mistake, I am sorry! Is it possible to achieve the desired behavior with your library? I want to render my sheet instead of the sheet of the library. So that the design is coherent with the design of the rest
of the app.
I noticed it's not in the documentation, but openInbox also allows you to specify a app parameter according to the source code, so you should be able to just replace openComposer with openInbox in your existing code to accomplish that.
hi there, thanks for this awesome library. I noticed a weird behavior and I don't really know if it is a bug or not.
TL;DR
Getting clients with getEmailClients, calling the openComposer with the iOSAppName / androidPackageName for the specific device.
When opening Outlook the function opens an draft with the subject "null". Expected was that the client opens to the inbox.
This happend on Android API 33 on an Emulator. I only verified this with Outlook.
Code:
The text was updated successfully, but these errors were encountered: