kosalawije

Results 1 comments of kosalawije

Here is iOS workaround. ``` public class BorderlessEntry : Entry { public BorderlessEntry() { } } ``` ``` public App() { InitializeComponent(); SetupHandlers(); MainPage = new AppShell(); } ``` ```...