-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display.getInstance().sendMessage on iOS and on Javascript #2756
Comments
Javascript doesn't implement this yet. I'll add that. On iOS, we use |
…is called and mail accounts aren't set up yet in settings. #2756
This is now implemented in the Javascript port. It will be included in next update. |
Your fix is not included in the server update of today: the test code doesn't do anything on the Javascript port (tested on Android Chrome and on iOS Safari). |
Solved: now this fix is included. |
The following code:
opens an app picker on Android 7, in my case it allows to choose Gmail or another email app. So it works fine.
But on iPhone X, it shows a Dialog with the title "No Mail Accounts" and the text "Please set up a Mail account in order to send email". That's not correct, because in that iPhone I have the apps "Gmail" and "Protonmail" used every day.
Moreover, the same code doesn't do anything on the Javascript port (tested on Android Chrome and on iOS Safari). I tested it inside an ActionListener of a Button.
The text was updated successfully, but these errors were encountered: