Unplanned
Last Updated: 02 May 2023 14:33 by Mauricio
Mauricio
Created on: 02 May 2023 14:33
Category: MaskedInput
Type: Bug Report
1
MaskedInput: [Android] Watermark is not visible

Watermark text is not displayed on Android. 

Workaround: 

set the WatermarkText property in code-behind with some delay:

Device.BeginInvokeOnMainThread(() =>
{
    mask.WatermarkText = "enter e-mail here";
}

0 comments