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 #356

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

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

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 Nov 21, 2021

repetition of #355

@jfoclpf jfoclpf closed this as completed Nov 21, 2021
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