The power of the HTML5 inside Construct 3. Create HTMLElements, handle events and manage CSS style.
Hi, I'm having trouble using it on mobile devices, the object ends up being on the bottom right of the layout for some reason. Does no happen on PC. Anything I might be missing? Thanks
Here are some images
imgur.com/a/Dxn8Sqe
imgur.com/a/8EmxJgf
You are right. There is a bug because of a Construct 3 update but I don't know which version broke this plugin.
This is a demo with a temporary workaround:
github.com/el3um4s/construct-html-element-plugin/blob/master/download/example/Workaround-2020-02-16.c3p
github.com/el3um4s/construct-html-element-plugin/raw/master/download/example/Workaround-2020-02-16.c3p
Can I ask you why are you using this plugin instead of Text Input? You can style TextInput with CSS
I just moved the link to the sample file. Now you can download it from
c3plugins.stranianelli.com/html-element/download/demo/workaround-2020-02-16.c3p
Hi! Thanks for the response!
I'm only using it because of the scroll bar actually. Seemed like an easy solution and the only one I could find that I didn't had to do much. I'm using it for a replacement of the Text object actually, not the TextInput. Although I'm using both. How can I style it?
Thanks a lot!
EDIT: Oh! you meant I can use the TextInput, set it to read only and use that CSS plugin also made by you? That may work too! then I can set it to overflow-y:scroll. Is that it?
EDIT2: BTW, thank you soo much for the workaround file :D I will also check the CSS plugin. Thank you so much.
raw.githubusercontent.com/el3um4s/strani-anelli-blog/master/_posts/2020/2020-02-20-come-aggiungere-stili-css-a-input-text-con-construct-3/text-input-css-vanilla.c3p
If you have only one TextInput to stylize, you can use only vanilla Construct3
Thanks once again!