Coder Social home page Coder Social logo

Comments (5)

ebjerkelund avatar ebjerkelund commented on August 19, 2024 2

I had the same exception and stacktrace when I tried to implement. When I omitted any references to the attachment array in my call to the compose method it started working.

from nativescript-email.

SteveOliverC avatar SteveOliverC commented on August 19, 2024

I get the same error on my 7.1.1 device.

Seems to be related to the body text.

The error goes away (and an email is composed) if I remove the EXTRA_TEXT.

Also tried EXTRA_HTML_TEXT but also not working.

from nativescript-email.

EddyVerbruggen avatar EddyVerbruggen commented on August 19, 2024

Can you share how you're invoking the plugin?

from nativescript-email.

mendokar avatar mendokar commented on August 19, 2024

i am using code

export class LoginDialog{
_emailEnvio: String;
_mensajeError:Boolean=false;
_mensaje:String;

constructor(private modal: ModalDialogParams,
private page:Page){
    this.page.on("loaded", (args)=>{
        (<any>args.object).backgroundColor="transparent"
    });
    this.page._dia
}

/**
 * seleccionarEnviarCorreo
 */
public seleccionarLogin(args: TouchGestureEventData) {

    let seleccion = args.action;
    let grid = <GridLayout>args.object;

    if (seleccion == "up") {
        grid.backgroundColor = new Color("#e8bd4b");
    } else {
        grid.backgroundColor = new Color("#fecd4c");

    }
}

from nativescript-email.

fthuin avatar fthuin commented on August 19, 2024

Same here today, with an empty array for attachments it throws

JS: Error in email.compose: Error: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SENDTO typ=text/plain flg=0x10000000 (has extras) }

removing attachments fixes it.

from nativescript-email.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.