MakG10 / jquery-meme-generator

A jQuery plugin for interactive creating images with captions (memes) with basic image editing tools.
http://maciej.gierej.pl/en/jquery-meme-generator
59 stars 16 forks source link

Strange text behavior on mobile #19

Open JamesSiebert opened 6 years ago

JamesSiebert commented 6 years ago

Hi,

I was just having a look at your project and gave it a test on mobile and noticed this issue and thought I would give you a heads up.

http://makg10.github.io/jquery-meme-generator/ On mobile (Samsung S7, Chrome 67.0.3396.68)

When I type in the text boxes it seems to do some adding of text, which almost feels like predictive text but I don't have that turned on on my device.

Example: I will type "t", "e", then when I type "x" it adds "tex" to the end of that string instead. Resulting in "TETEX" This also occurs on mobile even if i request Desktop Site in chrome too.

It works properly on my PC Chrome browser.

Keep up the great work :D