I have an entry inside of a Frame, and it doesn't display my placeholder or even the border, unlike iOS where it does both.
<Frame HasShadow="false" Padding="0" CornerRadius="3" Grid.Column="0" HorizontalOptions="Fill"> <Frame.BackgroundColor> <OnPlatform x:TypeArguments="Color" Android="White" iOS="Transparent" /> </Frame.BackgroundColor> <Renderer:CustomEntry Placeholder="Name" PlaceholderColor="{StaticResource AppTextColor}" HorizontalTextAlignment="Center" VerticalOptions="Start" BackgroundColor="White" FontSize="Micro"> </Renderer:CustomEntry> </Frame>
The placeholders are supposed to appear where the circles are drawn