Splash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View ArticleHow to make listview inside a scrolllayout scrollable
I have a content page with stacklayout with search filters and a listview with custom viewcell item templated. The problem if there is to many data on the listview than the height of the parent i cant...
View ArticleHow to open new url in xamarin android app
I want to open an url whenever the button is clicked? how to do this without using webview controls...
View ArticleEntry Bottom Line
I want to add bottom lines to my entries. In android a line already appears. But I couldn't found a way to change it's color. 1)How can I change the color of the line that appears in Entries on...
View ArticleBest practice for sharing Tablet/Handheld UI
Hello I am thinking about creating a Xamarin.Forms application for both - iOS and Android. The question I have now is, how can I best create a UI that works both - on Tablets and Phones, without having...
View ArticleXamarin.Forms Windows Picker Control
Hi, I have a Picker control I am trying to use with iOS, Android and Windows. All work except Windows unless there is over 5 items in the Picker Items (because then it goes full screen view) and works...
View ArticleXamarin.Forms customize popups
Hi! I have a short question, is there a chance to create customized popups in Xamarin.forms. I think of a own Renderer or something like that. I would need that because I would like to show a popup...
View ArticleXamarin.Forms ios map renderer problem.
Hello, We have a project in IOS with custom map renderer where the code on debug works fine, but in release it works on iphones, but not on the ipads (tested ipad air 2 and ipad). After extensive...
View ArticleCorrect way for updating data bound property from non-UI thread.
What is the correct way for updating data bound property from non-UI thread? Is it necessary to wrap code in a call to InvokeOnMainThread as it is described here:...
View ArticleNo IOS simulator or device appear on Visual Studio
I'm with business account on build server and visual studio My build host is connected: On diagnose, just the last step isn't pass, is "out dated" The IOS project is the start up project. The...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleAndroid : Picker displays 0 when it's empty
Hi, I works on a Xamarin Forms app and I'm facing a strange behaviour. When there is no value in list, Pickers display "0" (Android). How can I hide this or perhaps change default text ? Regards,
View Article[Guide] Lock Screen-Orientation
Hey, Today I tried to lock the Screen-Orientation of the App I'm currently developing. I wanted to lock the Orientation on Phones to Portrait and on Tablets it have to be Landscape. Normally I would...
View ArticleNavigationBar Background Image Renderer Android
Hi Guys, I have been working on Xamarin Forms and I wanted to set an image as background image into navigation bar but I couldn't I have tried a lot but no luck at that time. Then something hit in my...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleCheck Internet connectivity
Hi, Can anybody suggest me how to check internet connectivity for both iOS and Android commonly using xamarin forms? Thanks, sunil
View ArticleException on developer console, "You MUST call Xamarin.Insights.Initialize();...
Hi all, I have built and published my app in google playstore. Recently one of our user who uses Samsung Galaxy 3 reported that App is crashing frequently. Since Xamarin Insights is under renovation I...
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View Article