Xamarin forms 4.5 Editor horizontal scrolling issue
How to stop horizontal scrolling in editor when updated to xamarin forms 4.5 in ios?
View ArticleHow to Design Custom CollectionView with Grouping in XAML
I need to design the CollectionView with Header in XAML, how to do this?
View ArticlePasted test contains + symbol instead of white space.
Last year I asked a question about copy the entry value in xamarin forms. When I test it now the white spaces in the text are filled by a + symbol. Also when pasting the emojis it is not working...
View ArticleImage handling cross platform
What is the best way to load an image from a URL in Xamarin Forms and display it correctly in Android and iOS? I try several things without good results: FFImageLoading library with AspectFill,...
View ArticleHow to enable ListView ViewCell.ContextActions on Android TabbedPage
Hello, I'm having trouble enabling ViewCell.ContextActions on Android. I have a TabbedPage where I disabled the SwipePaging option (android: TabbedPage.IsSwipePagingEnabled = "False") and within...
View ArticleHow to check if the image exists using ImageSource.FromFile
HI, I have placed all the images in the resources folder. Based on the database values i load the file. If i dont find the name of the file from database in the resources folder, then I need to show...
View ArticleScaling CollectionView cells as user scrolls so they appear to hover when...
I have a horizontal collection view that is displaying cards that snap to centre as you scroll through items. I want to animate a couple properties on the item that becomes the middle item, the one...
View ArticleUnable to deploy and install: Failed to parse APK file
Hi, I have successfully updated an app from Xamarin.Forms v2 to version 4.5. Unfortunately I am unable to install the app on the Android emulator, receiving the following error: ADB0010:...
View ArticleIs anyone actually using the geofence plugin in production?
I have created an app that uses the geofence plugin (https://github.com/domaven/xamarin-plugins/tree/master/Geofence) to notify users when they enter/exit certain locaitons. It works to some extent,...
View Articlegeofence with notication and event
hello ... i am working on my project using xamarin forms in which if the user enter a specific region a event is trigger with a notification. i dont have any idea how to do it i used shiny.geofence and...
View ArticleSkiaSharp - Need to use an older version of Visual Studio?
A few years ago, I used Visual Studio to create a cross platform application. I am trying to recreate it\update it in VS 2019. I admit to not being a full time developer (more of Installshield...
View ArticleIs there any problem if a worker thread updates a collection that is bound to...
Hi, Is there any problem if a worker thread updates a collection that is bound to a ListView? Best Thomas
View ArticleChange the colour of the underline in an entry when pressed
Hey, just wondering if anyone knows how to change the colour of the underline in an entry when it is pressed, or when the entry it is not being edited the line is not visible and when it is being...
View Articlewhat you cannot do with xamarin.forms that you can do with native?
what is the real big difference between xamarin.forms and native? Xamarin.forms obviously doesnt generate native UI, especially for UWP. Most of the tools are rendered as custom UI if we check the base...
View ArticleApp crashes if you deny to access the camera in iOS, why?
Hi Everyone, I am facing a very strange issue, When the app open it asks for the permission to access the camera and if I deny . And when i open for the camera the app crashes. Here is the snippet....
View ArticleXAML Designer hangs up on "setting up renderer"
Does anybody know how to fix it? No matter what I do, if I go to a xaml designer it doesn't load. It hangs up on "setting up renderer".
View ArticleHow to change the Navigation Page Title font in UWP?
I am trying to use a custom font for my Navigation Page Titles. I have scratched out the unwanted details. I want to use a custom font for the Navigation Bar title, that reads - "Page Title". I was...
View ArticleXamarin android OAuth with ADFS and ADAL Issues
I am writing a Xamarin.Forms app that uses ADAL to authenticate with. I am using ADFS for authentication and am only worried about the Android client right now. My problem is, whenever I invoke the...
View ArticleListView Grouping : Example Please
Can anyone explain to me how to do grouping within the Forms ListView? It's not quite apparent how it is supposed to work. Thank you very much.
View ArticleHide Title Bar
When I navigate to a page, it displays a chunky bar with my page title. I don't want to change the colour. I just want to remove the thing. How do I do this?
View Article