+ 1
Who can fix this ??
input's background-color is transparent input's color is white but when i click to the input to write something it's background-color changed to white and color changed to black !!!! Why !! i use SoloLearn App on my mobile! My Code ââ https://code.sololearn.com/W3r51bIYFA5x/?ref=app
5 Answers
+ 5
Working well also on my android phone (previously tested on tablet), wich is a little more uptodate:
android: 6.0.1
webview: 61.0.3163.98 (also not the latest)
(previous post was updated with my tablet versions)
+ 5
However, how do you validate the user input? @@
+ 4
What's your running context? (browser, app, os, versions...)
Because for me your code works right (android, sololearn app and sololearn website in chrome)
+ 4
Even on PC with an outdated firefox your code is working fine: I guess you're using an old android version, or even a not uptodate webview version (webview is the component handling web view in app context on android)... check your versions (android and webview), do update if available, and also try to open your project on a PC in a "real" browser ^^
my android version: 6.0
my webview version: 58.0.3029.83 (but not uptodate: latest is 62.0.3202.73
+ 1
i use SoloLearn App on Android phone !