Does Xamarin support such Wifi/Net features?
Good afternoon, This is my first post - but I'll make it brief. I have few years of experience with .NET and C# in general, but I've only just started learning Xamarin. Does Xamarin supply ways to:...
View ArticlePreventing OverScroll on the ScrollView
I can't seem to find a property to handle this, but is it possible to prevent the user from being able to pull a ScrollView down?
View Articlehow to connect xamarin form app to shared server cpanel hosting?
Hi, I have xamarin forms app and I want to connect my app to my shared server mysql database. I want to connect my app with mysql database that is on real server here is the code to do this....
View ArticleHow can I change a WebView user-agent?
Hi everybody! I'm trying to make an hybrid app for my current webapp in Xamarin.Forms Portable App, I'm creating a ContentPage Class with a custom WebView object like this: using System; using...
View ArticleHow to install xamarin emdk to receive Zebra barcode scanned in content page
how to get the barcode scanned in Zebra TC20
View ArticleHow to bind XAML contentView to its code behind
I have Some UI logic and I need to Add them in Code behind. In order to overcome the code duplication, I need to use a property and change it. Normal MVVM thing. But when I try to do it with...
View ArticleHow to bind multiple rows and columns to the list view?
my list view containing grid, i need to bind dynamically a multiple rows and columns inside the grid. (Grid.Row and Grid.column values are getting from the list view) This is my xaml code: <ListView...
View Article[Xamarin.LiveReload] Any plan to support Tizen?
Hi all, I've been trying to use Xamarin.LiveReload for Tizen platform, and it seems like System.NET.Mqtt and Xam.Plugin.DeviceInfo which are referred by Xamarin.LiveReload are causing the problems....
View ArticleAdding large file ( > 1gb ) as EmbeddedResource
Hi guys I need to add a large file (1.1 gb) as an embeddded resource to use in my application (related to Offline Maps), everything ok but when i try to run debug, i am getting...
View ArticleHow can I customize the refreshing icon for a Pull to Refresh Listview?
I would like to modify the existing refreshing animation for the Pull to Refresh for a Listview. I've created a Listview with the following properties: RefreshCommand="{Binding LoadItemsCommand}"...
View ArticlePlugin for Black and white image conversion in xamarin forms ?
Hi All, We have Scan bot plugin to convert the normal image into different filtering like Black and white,Gray scaling like that. Do we have any other plugin to achieve the same black and white image...
View ArticleClick event for entry in Disable state?
Hi all, how to add a click event for entry in disable state? I tried with gesture recognizer like below: <Entry TextColor="Black" x:Name="phone"> <Entry.GestureRecognizers>...
View ArticleOpen contentpage when tap push notification using FirebasePushNotificationPlugin
I am using the following notification payload for sending push notification to my android device using postman. { "to" : "device_key", "collapse_key" : "type_a", "notification" : { "body" : "Body of...
View ArticleHow to play you tube videos in iOS app built by using Xamarin Forms (not...
I want to play you tube videos from a url that i already have. I tried using iframe in custom rendered webview but nothing happens. Please help me. I am using visual studio 2017 paired with Mac Machine.
View ArticleXamarin Forms: Load a contentpage when tap push notification android
I completed receiving test notification from FCM console. Now I am trying to open a page when tapping the notification. Any ideas about how to achieve this? I have searched the internet but can't find...
View ArticleHow to get a notification when server side data changed
I have table called messages. Whrn i insert new message at server for a specific user based on the user id in messages table. How the android app get notification about new message
View ArticleNeed to access the xamarin.forms.Android.ImageButtonRenderer is disposed...
I'm using ImageButton Renderer in Android Platform effect. How to access View IsDisposed element please guide.
View ArticleI need a SQLite library for Xamarin forms that supports writing dynamic SQL,...
Hi, I need a SQLite library from my Xamarin Forms/.NET Standard app that supports executing dynamic SQL queries including the result sets (columns returned can vary). The nuget package "sqlite-net-pcl"...
View ArticleHow to check if picker.SelectedItem contains a string in a List?
I have a List of countries, and I want to check if the selected item in a picker is in the list of countries. e.g. List<string> countries = new List<string> { "Austria", "Australia",...
View ArticleShell does not work with TabbedPage in IOS
Hi I'm using Shell with buttom nav and want to be able to have one of the tabs as a TabbedPage. Also one of my contentpages in Shell have a toolbar item which leads to a tabbedpage, this also does not...
View Article