my wife is now on /e/
she never managed swiping
for some people, button are just better.
so now my problem: i would like to make olive also for android and ios, just for fun.
currently i do use typescript to generate js that i consume in qt.
the reason for that was merely to play around with typescript. i had to tell compiler this
“target”: “es3”,
to get a more or less usable js file
now for real cross plattform backend i did some reading and ended up with dart.
it compiles to ios / lilnux / windows and to js when used as webapp
now my problem:
the code generated with dart2js is not really consumeable by qt.
does anybody know a switch that might help ?
are there any other options that i’ve missed ?
i am fine to switch, as long as it is not c++
thanks !