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
They are not being used in the creation of the modal. If this cannot be fixed, at least the documentation should indicate that title/message are not used on Android.
Expected Behavior
An action sheet should open with the passed title and message.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
npx cap doctor
output:Affected Platform(s)
Current Behavior
Using
Capacitor.Plugins.Modals.showActions(...)
on Android does not show themessage
ortitle
attributes on Android.https://github.com/ionic-team/capacitor/blob/master/android/capacitor/src/main/java/com/getcapacitor/plugin/Modals.java#L106
They are not being used in the creation of the modal. If this cannot be fixed, at least the documentation should indicate that title/message are not used on Android.
Expected Behavior
An action sheet should open with the passed title and message.
Sample Code or Sample Application Repo
Reproduction Steps
Execute the following on iOS and Android. See that the message/title are shown on iOS but not Android.
The text was updated successfully, but these errors were encountered: