I have a Xamarin.Forms view using a SearchBar. On iOS, the placeholder text (magnifying glass with "Search" text) is aligned in the middle of the search bar. When a user taps to search, it slides over to the left side. Is there a way I can get it to stay on the left side even when the search bar is not active? I've tried using a custom renderer but haven't had any luck.
↧