yairEO/tagify

Problem using Tagify with Cordova Ios

開放

#601 建立於 2020年7月30日

 (10 則留言) (0 個反應) (0 位負責人)HTML (456 個分叉)github user discovery
Help wanted

倉庫指標

星標
 (3,880 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

  • 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;

貢獻者指南