-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
No flag change in Cordova application on Android #187
Comments
What device are you on? Which version of Android? Old Android browser, or Chrome? Which version? |
Samsung Galaxy Note3 - Android 4.4.2 as well as Android 5 Chrome 40.0.2214.109 |
Are you setup for remote debugging with Chrome dev tools? https://developer.chrome.com/devtools/docs/remote-debugging#debugging-webviews Do you see any javascript errors? |
Yes - I have made the setup - no JavaScript errors have occured |
Are you familiar with Chrome dev tools? Could you put a breakpoint on this line in the keypress handler and step through (step into _handleInputKey, then into setNumber, then into _updateFlagFromNumber) and try to figure out why the flag is not updating? Also: are you using the utils script? (can you see the placeholder/are you getting formatting?). |
Yes I am familiar with Chrome tools. I will follow your instructions tommorow (it is middle of the night in Poland) and let you know what have I found. |
Thanks dude. BTW I found this: https://issues.apache.org/jira/browse/CB-7503 I suspect the keypress event isn't firing. |
Yes you are right - I have just checked on Android 4.1.2 (which is not infected by this bug) and it works. |
For the record, some notes on this bug: Present in Android 4.4.2, 4.4.4, L |
Why that was closed? |
I updated the browser compatibility section of the readme to link to this issue. This is not a bug with this plugin. |
Ah right - thanks |
Go to bed!
|
Hi, i have new problem with windows phone 10, when i type a phone number i have always double digit thank for your help. |
@manjoker please open a new issue for this! |
Hi
I've got a problem with input field on Android. When I go through Android web browser to the demo it works as it is expected, but when I include that field in the hybrid application - Apache Cordova application - when I input international phone format +48600000000 then the flag doesn't change.
It works perfectly on other platforms: iOS, Windows Phone, Blackberry 10
Can you please advise me?
J
The text was updated successfully, but these errors were encountered: