From this link.
false if the element should receive input; true if element should not receive input and should, instead, pass inputs to the element below. Default is false.
What I want is, the Entry field must not be allowed to receive input from user.
InputTransparent=true
works well in iOS but doesn't work in Android, it still allows the user to give input.
I tried IsEnabled=false
but that changes the look of my Entry field and I don't want that.
Is this some kind of bug?