It may seem like a question which is already answered a thousand times, but the solutions I found neither worked in Internet Explorer 10 nor on Windows-phone 8 (what is more important to me).
My General Problem is the folllowing: I'm writing a Windows-Phone-8, C# app, in which the user should edit a considerably large amount of text.
Since each UIElement is limited to 2048 Pixel, I can't use TextBox.
So I wanted to let the user edit the text in a textarea
in a Webbrowser control.
For that purpose, the textarea has to resize with the text entered/deleted.
I tried every answer in these threads:
but i didn't get it to work in Internet Explorer 10.
I would appreciate any fully working html, as I never used html and JavaScript before, or another solution to let the user edit lots of text.
for new lines and wraps each line in a nested div. You can't use it in a form because (I'm guessing) it's not recognized as an input field (and you still have all the nested html). – Cuse70 Jan 07 '15 at 22:08