Transition into Xamarin.Forms from Xamarin.Android front page
I want my start page be Xamarin.Android (largely for faster loading) and then transition into Xamarin.Forms when Xamarin.Forms is ready to be shown. How would I do this? The Xamarin.Android page should...
View ArticleHow Loaders will be aligned vertically center in iOS by using ACR.UserDialogs...
In Android by using ACR.User Dialogs loaders are aligned vertically center but when it comes to iOS loaders are not coming center(coming at top).Can anyone help me to resolve this? Thank You
View ArticleSetting shadow on detail page in MasterDetailPage
I am trying to recreate this UI. Screenshot I'm using a MasterDetailPage. In the existing app the background of the master page and the detail page are white. To separate them, the detail page has a...
View ArticleUser Dialog Loading is not appearing center of the page in iOS
I am using Acr.UserDialogs to show/hide loading panel. Functionality side its working perfect in Android & iOS. In iOS, the loading dialog doesn't appear center of the page, whereas in Android it's...
View ArticleXamarin, need to know country where user it is login...
I have develop a Xamarin app consuming Azure resources like Azure functions. Apps it works in any place over the world. Architecture it is defined by tenant (aligned to Azure tenant). So I would like...
View ArticleGetting Size of ContentView for Custom Renderer
Let's say I've got a simple XAML page like so, where CameraView is just a ContentView within a Frame: <?xml version="1.0" encoding="utf-8"?> <ContentPage...
View ArticleHow to create a grid of square buttons?
Hello, I'm new to Xamarin and currently trying to move my Android activity to a Xamarin Content Page. The activity contains a grid (few linear layouts) of square shaped buttons of equal size - I would...
View ArticleXamarin forms android splash screen appear when navigation.pushasync and...
style.xml <? xml version="1.0" encoding="utf-8"? > < resources > < style name = "MainTheme" parent="MainTheme.Base" > < /style > < item name = "windowNoTitle"> true <...
View ArticleWhere are the XAML designer tools?
Years have past ;-) not really but I think this question has been asked many Times' before. The forms previewer crash all the time. It could be seen more of a compile:designer that breaks as soon as...
View ArticleEntry.Completed Event doesn't fire on Android when pressing the Done button
Hi, I have attached to the Completed event of an Entry view however when I press the Done button on my Android device the event doesn't fire. However the event does fire when running the same...
View Articleapp crash by editor control : focus search returned a view that wasn't able...
xamarin forms standard look like a bug to me and I wonder how to bypass that.. [1] on some devices the app crash when editor control got focus right after showing the keyboard. [2] (on my device)...
View Article[Bug?] ListView Separator Style on iOS
I have a simple ListView and I want its separators to span the whole length but the code I found that should enable it doesn't get recognized by IntelliSense and I get an error. The code is the...
View ArticleI am running Xamarin UI test on local fine but having trouble running on the...
I am running the my tests on the local emulator and they are working as expected but when i tried to run the same on the Appcenter, I am getting Object not set to an instance of object error. when i...
View ArticleXamarin forms how to remove splash image once loaded
splash screen image appear when navigate one page to another page. i want remove or hide after splash screen loaded.
View ArticleERROR ITMS-90022: Missing required icon file
I am getting following error while deploying the app using application loader: ERROR ITMS-90022: “Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly...
View ArticleSet ToolbarItem.Icon
Hi, how can I set the ToolbarItem.Icon property (in xaml) from the viewmodel that reads a resource embedded in a pcl? Thanks in advance.
View ArticleMVVM not work properly
I have a XAML form linked to an MVVM with the binding. At the first call the form is rarely populated, from the second onwards, it works sporadically. No errors are ever generated. This is the code:...
View ArticleXamlStyles FontSize Not working
I'm trying to implement XamlStyles in my app, but the FontSize doesn't work. TextColor, Font, HorizontalTextAlignment, Margin all seem to be working, but i'm not sure what's going on with FontSize.....
View Articlehow to use multicolored icons on tabbedPage
Hi all, I just want to add an multicolored icon on my tabbedPage but my tabbedPage display the icon with one color thanks for ur help
View Article