NappDrawer icon indicating copy to clipboard operation
NappDrawer copied to clipboard

When use this module the it change colors of textfields [ANDROID]

Open fabiomlferreira opened this issue 11 years ago • 2 comments

I'm having an issue on Android, if I use this module and create a textfield the line under the textfield became "white" and the cursor also change color to white. This is a major issue if we want to have a light background.

I create a new project and add a textfield and everything works as expected, but after I add this module this problem appear.

You can test it, adding this code (in an alloy project):

<TextField id="email"  top="20" color="red"></TextField>
<TextField  top="100" hintText="test" width="200" ></TextField>

for example bellow <Label>I am center</Label>

There are some ways to change the cursor color, has you can see here: http://docs.appcelerator.com/titanium/3.0/#!/guide/Android_Themes (search for "cursor")

This code works in a regular project but if we use this module the code doesn't work.

Any solution? Thank you

fabiomlferreira avatar Oct 28 '14 03:10 fabiomlferreira

@invaderhd Were you able to solve this issue? I am stuck on this and not able to find a way out

MukundSamant avatar Apr 13 '15 08:04 MukundSamant

I have this problem too, any solution?

vdesdoigts avatar Apr 24 '15 22:04 vdesdoigts