It doesn't a text editor issue. Problem is Spritefont+ using this format (C2array). And this format breaking load data.js in IOS with WKWebview.
{""c2array"":true,""size"":[2,20,1],""data"":[[[8],[9],[10],[11],[12],[13],[14],[15],[16],[17],[18],[19],[20],[21],[22],[23],[24],[25],[26],[27]],[[""|""],[""il:!""],["".,;""],[""I'""],[""()""],[""j`""],[""-[*""],[""r~]°""],[""f=<>""],[""t1""],[""acez\\/+""],[""EFLbdgnopqsu7\""""],[""Zhkvxy?#""],[""DJNOPRTU0235689""],[""BCGHKQSVY4$£""],[""X&%""],[""AM_€""],[""W@""],[""w""],[""m""]]]}
This format works fine. (C3 using this format)
[[8,"|"],[9,"il:!"],[10,".,;"],[11,"I'"],[12,"()"],[13,"j`"],[14,"-[*"],[15,"r~]°"],[16,"f=<>"],[17,"t1"],[18,"acez\\/+"],[19,"EFLbdgnopqsu7\""],[20,"Zhkvxy?#"],[21,"DJNOPRTU0235689"],[22,"BCGHKQSVY4$£"],[23,"X&%"],[24,"AM_€"],[25,"W@"],[26,"w"],[27,"m"]]
I want talk with plugin developer but he is offline since 5 years.
Can't we do somethink for fix this?