Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
manel00 opened this issue Jan 13, 2021 · 1 comment
Open

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

manel00 opened this issue Jan 13, 2021 · 1 comment

Comments

@manel00
Copy link

manel00 commented Jan 13, 2021

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 = "[email protected]"

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!

@jfoclpf
Copy link
Collaborator

jfoclpf commented May 30, 2022

Android or iOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants