Skip to content

IOS, whole string is replaced by emoji or .com #10108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
serhiynovos opened this issue Nov 25, 2022 · 4 comments · Fixed by #10154
Closed
3 tasks done

IOS, whole string is replaced by emoji or .com #10108

serhiynovos opened this issue Nov 25, 2022 · 4 comments · Fixed by #10154
Labels

Comments

@serhiynovos
Copy link

serhiynovos commented Nov 25, 2022

Issue Description

Noticed starting from 8.2.0 version strange behaviour for TextField on iOS. For example if keyboard type is specified as url and user is typing url and then press .com whole string will be replaced by .com. The same behaviour I see for emojis

Screen.Recording.2022-11-25.at.23.51.58.mov

Reproduction

No response

Relevant log output (if applicable)

No response

Environment

OS: macOS 13.0.1
CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
Shell: /bin/zsh
node: 14.19.0
npm: 8.5.0
nativescript: 8.3.3

# android
java: 18.0.1
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found

# ios
xcode: 14.1/14B47b
cocoapods: 1.11.3
python: 2.7.18
python3: 3.9.6
ruby: 2.6.10
platforms: 
  - DriverKit 22.1
  - iOS 16.1
  - macOS 13.0
  - tvOS 16.1
  - watchOS 9.1

Dependencies

"dependencies": {
  "@nativescript/core": "8.3.6",
  "@nativescript/theme": "~3.0.2",
  "nativescript-vue": "~2.9.0"
},
"devDependencies": {
  "@nativescript/ios": "8.3.3",
  "@nativescript/webpack": "~5.0.9",
  "nativescript-vue-template-compiler": "~2.9.0"
}

Please accept these terms

@serhiynovos serhiynovos added the bug-pending-triage Reported bug, pending triage to confirm. label Nov 25, 2022
@serhiynovos
Copy link
Author

serhiynovos commented Nov 25, 2022

BTW if keyboard type is url should not be first letter not capital by default ?

@serhiynovos serhiynovos changed the title IOS, whole string is replaced by smile or .com IOS, whole string is replaced by emoji or .com Nov 26, 2022
@rigor789 rigor789 added bug and removed bug-pending-triage Reported bug, pending triage to confirm. labels Nov 28, 2022
@serhiynovos
Copy link
Author

Did anybody check if TextField from UIKit has identical issue with autofill and it requires similar fixes as was done in here #9555 ?

@miladfm
Copy link

miladfm commented Jan 1, 2023

Is there any progress on this issue?
This bug is also available in @nativescript/core 8.4.2

@NathanWalker
Copy link
Contributor

@miladfm @serrg1994 this will go out with 8.4.3 today from ref'd pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants