froala / wysiwyg-editor

The next generation Javascript WYSIWYG HTML Editor.
https://www.froala.com/wysiwyg-editor
Other
5.22k stars 664 forks source link

cordova js error #4622

Open greggreenhaw opened 1 year ago

greggreenhaw commented 1 year ago

null is not an object (evaluating 'i.win.FormData')

Screenshot 2023-04-29 at 3 07 17 PM

greggreenhaw commented 1 year ago

Need to fail over to window when referencing replace this.win = "defaultView" in this.doc ? this.doc.defaultView : this.doc.parentWindow, with this.win = this.doc.defaultView || this.doc.parentWindow || window; the same issue comes up all over the file.