I have some code in iOS where I have buttons that act like a calculator keyboard when pressed on it fills a entry field that is focused.
Works great for iOS but on android the button press even causes the entry to lose focus. I have tried to set a custom renderer for buttons and focus to false however it doesn't fix the problem.
The reason I am using this method of custom number entry is because iOS and android doesn't have a decent numeric keyboard I need on all device types and sizes.
Can anyone give me a hint of a work around?