yairEO/tagify

Problem using Tagify with Cordova Ios

Ouverte

#601 ouverte le 30 juil. 2020

 (10 commentaires) (0 réaction) (0 personne assignée)HTML (456 forks)github user discovery
Help wanted

Métriques du dépôt

Stars
 (3 880 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

Explanation

Everything works fine on cordova(android) and all web browsers like chrome,safari an so on. But on Cordova Ios i have problem with the function parseHTML.

  • What is happening instead? It doesn't add the tag
  • What error message are you getting? TypeError: null is not an object (evaluating 'doc.body.firstElementChild') in this line of the library tagify.js: return new DOMParser().parseFromString(t.trim(), "text/html").body.firstElementChild;

Guide contributeur