Closed PrasannaPatankar closed 3 years ago
hey @PrasannaPatankar could you make a standalone project showing this bug I could work on.
Since it works correctly using the system default, I feel that this may be more related to your custom keyboard creation. However, I am not well aquanted with Custom Keyboards, so I need something more to work with please.
@LuckyDucko Thanks for the response and apologies for the late reply. I solved the problem by setting up the following properties to the popup.
BackgroundColor="Transparent"
BackgroundInputTransparent="True"
CloseWhenBackgroundIsClicked="False"
HasKeyboardOffset="False"
I have a custom keyboard view, which opens for an entry on the popup. The keyboard is getting displayed but not in the foreground therefore the user is not able to enter values. The popup works fine if the system's default keyboard is used.
Here is my XAML for the popup