question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS Text Input Issue

See original GitHub issue

I’m submitting a…

  • Bug report
  • Feature request

Reproduction steps

  1. Get an iOS device (I am personally using an iPhone X)
  2. Open a browser of your choice (I used Safari and Chrome)
  3. Navigate to this JSFiddle
  4. Select the text input box
  5. Type

You will notice that the keyboard does not dynamically or automatically change. Ever. When you first tap on the text input box it should automatically be in Caps mode, and after typing a single character it should automatically become uncapitalised. This does not happen. Another issue double-tapping space does not produce a full-stop. If you need any reminder of how the keyboard should be behaving, just open the notes app and type for a bit.

I believe that it must be because the keyboard isn’t able to find any information on the contents of the text input box, though I’m speaking with no knowledge in the area.

Note: If you remove show from the URL of the JSFiddle, it will take you to the code.

Version information

Browser type and version: Safari (latest version), Chrome (latest version) EasyMDE version: 2.4.0

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jaredcwhitecommented, Aug 26, 2019

Is there any update on this?

Due to Safari changes in iOS 13, this might be moot. I’m not sure about iPhone specifically, but I’m running the public beta on my iPad and the stuck capslock issue is definitely fixed. There are other glitches around selecting text, but generally it works much better.

0reactions
Oliv95commented, Aug 23, 2019

Is there any update on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

IOS devices issues with HTML form input (type = text)
I use webp-hero polyfill for .webp images support in Safari and it turns out, it's causing this problem on iOS devices.
Read more >
TextField does not accept input - TestFlight - Apple Developer
My issue is that the install from TestFlight does not take input in the TextFields of my form. The fields using NumberFormatting when...
Read more >
TextInput component not working only on IOS #23202 - GitHub
I have a problem using the TextInput component on IOS (on Android works perfectly). For some reason, if I try to open by...
Read more >
TextInput - React Native
iOS. ​. An optional identifier which links a custom InputAccessoryView to this text input. The InputAccessoryView is rendered above the keyboard ...
Read more >
Strange behavior with secure TextInput and Keyboard on iOS.
This happens only on some devices, this was tested on an iPhone 11 Pro Max, iOS 14 and the issue was present. However,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found