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
A <pwa-toast> element is added to the DOM, but is not made visible or filled with text. Am I expected to install a pwa-toast web component or something? I am not using Ionic, just plain Capacitor.
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.
Description of the problem:
A
<pwa-toast>
element is added to the DOM, but is not made visible or filled with text. Am I expected to install apwa-toast
web component or something? I am not using Ionic, just plain Capacitor.See https://github.com/ionic-team/capacitor/blob/master/core/src/web/toast.ts
Affected platform
OS of the development machine
Capacitor version: 1.2.0
Steps to reproduce:
use
Toast.show({ text: 'hello' })
in the browserThe text was updated successfully, but these errors were encountered: