Plugins vs. Web Implementation #4320
-
A few of the capacitor plugins (e.g. Toast, ActionSheet, Dialog) provide Components which are also available with a lot of UI Frameworks (Ionic has ActionSheet, Toast and Modal; Angular Material has BottomSheet, Snackbar and Dialog). Are there reasons beyond the native look to use the capacitor plugins of the web solutions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Capacitor uses native views when possible, and not all all people use frameworks that have those web equivalents. |
Beta Was this translation helpful? Give feedback.
Capacitor uses native views when possible, and not all all people use frameworks that have those web equivalents.
But if your framework provides them and you are happy with them, they you can use those instead of the native ones.