07.07.2021, 09:09
(29.06.2021, 16:46)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=56
Thank you, however this didn't solve the problem completely when viewing the visualization on a pc or smartphone, there was still shifting of the text field itself
I ended up making a custom .lp file with html, css, embedded lua code, saved it in user dir and loaded it as iframe, now cross-devices it shows the same.
I would like to implement more this way but I'm currently struggling to find a wysiwyg html5 editor which I can use to design those pages.
I found Bluegriffon, which is in a sense very good but it's auto-correction feature messes up the lua embedded code, it can only handle php embedded code.
Now I'm using placeholder text and replace these afterwards in notepad++ with the lua embedded code, not really convenient.
Can anyone suggest a good (free) wysiwyg html(5) editor that leaves lua embedded code intact?