Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
TextView underline glitch when iOS keyboard pops up #215
Comments
|
I'll test it out tomorrow, but by the way you describe it - it looks like a rendering issue that is triggered by the theme. |
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
When you tap the input component and while iOS keyboard is showing (sliding up from the bottom) there is some kind of flickering line glitch that is somehow related to the default TextView style with underline.
To Reproduce
Drag and drop a TextView in NS Playground (should be in such a position that when the keyboard starts sliding up, the TextView should be "pushed" up by the operating system). If you comment out the theme in NS Playground, there is no glitch.
Expected behavior
There should be no flickering line glitch in any scenario.
Additional context
NOTE: issue is only reproducible on real device so it is easiest to see it in NS Playground.