Skip to content

core.js:4197 ERROR TypeError: ctx.contact is not a function #355

@manel00

Description

@manel00

Hello, how to fix it? I'm using Ionic 5 and trying to use Email composer but it gives this error

My code:

let contact_TSA = "support@myenterprise.com"

let email = {
  to: contact_TSA,
  attachments: [
    'file://assets/icon.png',
  ],
  subject: 'New Request',
  body: "I'm writing you due to",
  isHtml: true
}

// Send a text message using default options
this.emailComposer.open(email);

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions