Skip to content

IOS Not working ? Dead repos ? #202

@Izocel

Description

@Izocel

No exception is thrown or log...

  /**
   * Open the mail app with the given options
   * @param options MailOptions
   * @returns boolean indicating if the mail app was opened successfully
   */
  static openMail(options: MailOptions): boolean {
    try {
      console.info("Opening mail app with options:");
      console.beautify(options); /// <--------------- this gets logged with same config on both OS

      _Mailer.mail(options as any, (event: any, error: any) => options.onEvent?.(event, error));
      return true;
    } catch (error) {
      console.capture(error);
      return false;
    }
  }

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