The Mermaid flowchart cannot be displayed on the mobile terminal

I’m sure I didn’t write Mermaid incorrectly. I successfully displayed the Mermaid flowchart using an online Mermaid tool, but it can’t be used on the mobile version of Obsidian. Please help me.

The error message is:

Error parsing Mermaid diagram!
mermaid is not defined


flowchart TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
  

I use this.

```mermaid
flowchart TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
```

is working for me on iOS:

Hopefully an Android user can have a look.

1 Like

Without a recent version of Android webview, you’ll get broken mermaid diagrams and other issues in Obsidian.

Example link

It’s a system component software for android phones.