-
Notifications
You must be signed in to change notification settings - Fork 50
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
Backspace is not deleting current input #10
Comments
@moshe5745 Thanks for the feedback. I will check. What is the device and OS version? |
Its android 9, i updated the angular-code-input to 1.2.1. Ionic info: Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Cordova: Cordova CLI : 9.0.0 ([email protected]) Utility: cordova-res : not installed System: Android SDK Tools : 26.1.1 (/Users/moshe_ch/Library/Android/sdk) package.json: |
I think its connected to the fact its a touch screen. And there is other events in touch screen rather in browser. |
@moshe5745 thanks. But what is the model of your device? Note: Each build is tested on real devices as on iOS as on Android. |
Its a tablet, from private manufacture. They created this model for us. Its a Qualcomm board. Nothing special. The component config: |
Maybe i can check this issue too, when i have time. And maybe make a PR. |
@moshe5745 ok. I will try to reproduce the issue. If I will notify you. |
@moshe5745 I have checked on several devices & emulators too, but I can not to reproduce the issue. I guess your device may has the old system webview or maybe has custom keyboard events. The first simplest solution is triying to update system webview. |
Ok,thanks. I will try it and update you.
נשלח מה-iPhone שלי
… ב-25 ביוני 2020, בשעה 22:23, Alex D ***@***.***> כתב/ה:
@moshe5745 I have checked on several devices & emulators too, but I can not to reproduce the issue. I guess your device may has the old system webview or maybe has custom keyboard events. The first simplest solution is triying to update system webview.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks for not closing this issue. We will try to reproduce this as soon as possible. Have a lot of pressure right now in the project. |
Wanted to update you with the following: |
@moshe5745 Thanks, I will check with that params. |
@moshe5745 Hello, can you check does this issue still actual? |
Hey, yes. Its still the same in our device. |
@moshe5745 Thanks, I will recheck once again. |
@moshe5745 Please connect the component from the attachment (lib.zip) instead of the npm package.
After installation and launching please perform only the following operations on the empty input component:
|
One possible workaround for this. |
@moshe5745 thank you for the research! I will send a new version with more diagnostic info. I need to understand what the events the keyboard produces if there is no any value in the input. |
@moshe5745 Please change the lib from attached lib_m.zip and do the follow:
I guess it is related to this https://bugs.chromium.org/p/chromium/issues/detail?id=118639 |
Same behavior. No Alert triggered. |
@moshe5745 Thanks again. I will think about how it can be fixed. |
On real device(Ionic app), if the cursor is before character the input field is not deleted.
In browser it's working fine.
The text was updated successfully, but these errors were encountered: