Why are there so many incomplete features in forms?
This isn't meant to be a dig at the Xamarin developers (I love XF), but why are there so many incomplete features in Xamarin.Forms? I mean things like UI settings not being available to change in a...
View ArticleXamarin Android web view blinks/show black while rendering and some times...
I am working in xamarin forms with androrid native web view. We have to load the external site (used for our project only) with signature pad in it to get signature from our end user and i had came...
View Articleis there a Tabbed view in Xamarin.forms?
Hello, any idea how to make a Tabbed view in xamarin.forms, i only found Tabbed page which is not possible to put it inside a content page! choosing Xamarin.forms is bad choice? should i've used each...
View ArticleUsing {Binding .} with value converters
Hi, I am writing an application using a ListView: <ListView ItemsSource="{Binding Places}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell> <Grid>...
View ArticleI want to show a video player in eachcell in Listview in XAMARIN forms....
Please let me know. Guys, I need some sort of suggestion.
View Articlexamarin cross platform drawing on image using skia -skiasharp
Hi, I have created a xamarin cross-platform application to draw on an image and save the image with drawing using SkiaSharp. Below code to draw an image in bitmap //code to draw an image if...
View ArticleFrom a different path than the provided path
Package info Platform: Xamarin.Forms v2.5.0.121934 Prism version: Prism.Autofac.Forms v7.0.0.336-pre Other version info: VS 2017 v15.5.2 Repro steps From Windows 10 I use Xamarin Agent to connect to my...
View ArticlePicker SelectedItem property setter not being hit for custom class (works for...
Hi I'm trying to get a picker working for a custom class. My ItemsSource binding works fine but when I select an item the breakpoint I have in the property setter is not hit. I looked at the MonkeyApp...
View ArticleHow to change the name of a button from another page ?
Hi guys , I want to create a picker with Rg.Plugin popup . I created the popup page as listview . So the popup page will open if you click the button that is in Register Page...What I want to do now is...
View ArticleCan anyone help me to improve my FFmpeg speed??
Hi guys, I'm try to improve my FFmpeg speed because now for a video of 6-7 seconds my compression take 40-50 seconds. The file size is 12Mb and the compressed video size is 2.3Mb. This are the settings...
View ArticleForms Switch doesn't look like I expected on android
I placed a Forms.Switch into a stack layout on my current project as well as a completely new project and the switch looks like it should for iOS but it looks like an iOS slider with pink color for...
View ArticleNavigation using listview item tapped....
Hi ,sorry for this type of simple question but i need help related to topic "Navigation on other page using listview items and page should be change dynamically" i,m biggner in xamarin.forms ....thanx...
View ArticleFloating action button at the bottom of the xaml page
How to add a Floating Action Button At the Bottom of the page...Please anyone suggest me how to do it?
View ArticleHow to integrate apply pay and Google pay in Xamarin Forms
Hi All, I need to integrate google pay and apply pay in xamarin forms application. I have seen samples with xamarin ios and xamarin android not able to integrate properly in xamarin forms. Could any...
View ArticleXamarin and Ncalc
Hello, I am trying to use Nuget Ncalc library with Xamarin. It works fine with WPF, but for some reason it does not with Xamarin. My simple test in Xamarin is given below. It evaluates a simple...
View Articlehow to post data to rest api JSON
Hello guys I am very noob in rest api, I try to post inormation to my api, I post data using rest easy of google chrome. as you can see in my image but when I try to post data from my app I cannot, I...
View ArticleMap page won't open unless location service is on
My map page loads fine and zooms into the user's current location when location is enabled. However, if I deny permission to use my location, the app freezes when I click on the map page and I get the...
View ArticleCreating a custom renderer in Xamarin.Forms manually
Is there any way to create a cutom renderer and retrieve the native control manually ? For example: //Example on android var frame = Element as Frame; var renderer = new FrameRenderer(){Element =...
View ArticleXamarin.livereload: Can't find package
Hello, I am trying to compile a project (developed by others) that relies on the xamarin livereload package. Unfortunately I can't get this package to install. I have downloaded the VSIX file as...
View ArticleGet available Wifi list in Xamarin.Forms
Hi, I need to get available Wifi networks in my Xamarin.Forms app. How can I have it done?
View Article