You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been seeing a bug on mobile where the cursor is creating a new line while typing a one-liner. In my case it happens when a space is to be typed. The cursor quickly jumps back up again afterwards to type the next word. I managed to capture the bug in the image attached at the bottom.
I can not recreate the effect on desktop so I'm having difficulties troubleshooting myself and thought I would ask here. Any help is very appreciated :)
I'm using a simple setup like this:
<!-- The element of concern --><h1id="typeit">Theodor Blom</h1>
...
<!-- Script imported at the bottom of the html --><scriptsrc="https://unpkg.com/[email protected]/dist/index.umd.js"></script><script>newTypeIt("#typeit",{speed: 250,lifeLike: true,waitUntilVisible: true,}).go();</script>
The text was updated successfully, but these errors were encountered:
I've been seeing a bug on mobile where the cursor is creating a new line while typing a one-liner. In my case it happens when a space is to be typed. The cursor quickly jumps back up again afterwards to type the next word. I managed to capture the bug in the image attached at the bottom.
I can not recreate the effect on desktop so I'm having difficulties troubleshooting myself and thought I would ask here. Any help is very appreciated :)
I'm using a simple setup like this:
The text was updated successfully, but these errors were encountered: