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;