Pooler
I embedded a Poll in my Website and when I want to leave a comment the comment field behaves strange. It zooms in and the rest of the Poll isn't visible anymore.
I embedded a Poll in my Website and when I want to leave a comment the comment field behaves strange. It zooms in and the rest of the Poll isn't visible anymore.
Hi,
Can you send the link where it is embedded to support@pollunit.com?
Kind regards
Philipp
Could you share the page where PollUnit is embedded?
Which device, operating system and browser are you using?
I'm sorry that I didn't provide you with enough information.
So the problem is that the comment section is not behaving well when I access my Website with an Android phone. The link is: https://vidim.ba/zasto-jos-uvijek-zivim-u-bih/
Thanks for that link. It seems that this strange behaviour is triggered by the focus event on inputs and textareas inside a iframe on a page which does not set the viewport meta in the head. For example like this:
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
In my tests I could get rid of the zoom effect when deactivating the touch action via css by adding something like this:
textarea { touch-action: none; }
We already deployed this update. Could you check if the problem still persists on your phone / page?
Wow! It's working just fine now!
Thank you so much!!!
Do I have to do something everytime, for every new Poll or will this work from now on just like this?
This update solves the problem in general. So you don't have to do anything for other polls. I just posted the code in case another developer encounters a similar problem. Sorry for the confusion ;)
You are great as well as your Product!
Wish you all the best Markus ;)
Greetings