I have a use case where the user should be able to open their email inbox (not in compose mode, just to view the email inbox).
So far, I have looked into the usage for the following plug-ins:
- App Launcher Capacitor Plugin API | Ionic Documentation - this looks like it would open the email app based on the url provided for the app (after checking if a particular app can be opened), but I want the functionality where user is able to select from different apps if they are available on their device
- capacitor-email-composer - npm - this would open an email in compose mode, which is not the required functionality
Is there a plug-in that would allow a user to choose from different email apps?