When I call openCompose on Android, the body is encoded by default. I would like to have control over that behaviour to avoid having my email body looking like this:
Solution
Added for both iOS and Android an encodeBody flag in options to encode the body if set to true.
Fixed "Subject" input displaying "null" is no subject was provided.
Note: My linter has updated some of the code, just tell me if you want to revert these changes...
Problem
When I call
openCompose
on Android, the body is encoded by default. I would like to have control over that behaviour to avoid having my email body looking like this:Solution
encodeBody
flag inoptions
to encode the body if set to true.Note: My linter has updated some of the code, just tell me if you want to revert these changes...
Fixes #76