Is it possible to connect the camera to a RTMP server using Xamarin Forms?
I would like to forward the camera stream to a RTMP server. Is this possible? My platform of choice is Android, but a cross-platform option is desired. Thank you for your time.
View ArticleWebView: Navigated Event doesn't fire with Youtube
I simply want to build a web browser with Xamarin Forms that reflects the URL in the browser bar. As a reference is Chrome on an Android phone, which does that just beautifully. Here my problem: My...
View ArticleMemory leak in Xamarin Forms ListView with Custom Cells
I've been doing some research on a memory leak our enterprise app has. Thsi app is developed with Xamarin Forms. After several tests i've found that ListViews with custom cell causes memory leak. I've...
View ArticleBindable Property Error
I want to create a custom SplitView for Xamarinforms for crossplatform use, but the problem is.. my bindable property does not work! ` #region IsPaneOpen private static bool IsOpen = false; ///...
View ArticleBest way to create controls dynamically with MVVM and bind to Xaml?
I favor mvvm and xaml but sometimes I want to create controls in c# dynamically. I am not sure if it is ok to that in xaml.cs code behind file or I can achieve it in viewmodel and bind it to xaml. Is...
View ArticleHow to Implement FCM in Xamarin Forms
So many people have asked for convenient and efficient way of implementing FCM (Firebase Cloud Messaging) for android in Xamarin Form. Actually FCM lib cannot be installed in xamarin forms due to...
View ArticleXamarin Forms (Android) Notification Push
I'm writing an app following the article of https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-xamarin-forms-get-started-push Ok, all is perfect. My app receives notifications...
View ArticleHow do I stop an ImageCell with URL for ImageSource from constantly reloading?
I have a ListView with ImageCells that when populated is several times longer than the screen. I have noticed that even though the entire list is populated at once, the URL for an image is not hit...
View ArticlePaiement UI
Hello, For a credit card paiement user interface how to: Make an entry for the month that vary from 1 to 12 ? For the year. Make an entry of only 12 numerical values for the credit card number. Thank...
View ArticleWebView not rendering PDF
WebView on Android does not open PDF files via the web in the context of navigating around a webpage and clicking on PDF links or setting the source url directly to a PDF on the web. Tested in...
View Articlelistview adjust same like whatsapp
hi, i want to design this listview same like whatsapp , labels are not properly aligned , such as name , mobile ,image and address i am using grid inside listview
View ArticleAutomatic expandable editor
Basically I want an input field, which expands whenever the user puts too much text in it. There are several approaches out there trying to achieve this. The problem exists in web developement too and...
View ArticleRefresh Token in background every x minutes.
I am working on xamarin forms, I am using REST API for login. On login i get a access token that i send with request to another api. Token will expire in 2 days, before it get expired I have to call...
View Articlein composing a mail with Plugin.Messaging does the bodyashtml supports for...
Hi I'm using the Plugin.Messaging to compose a mail , this plugin has send mail bodyashtml, in this i want to create a table ,but the table tag is not supporting not creating the table. does all htmls...
View ArticleForms and Gis
Hi all, I want to use wms-layers to mark things on a map and i will need some gis-tools for that. Anyone who can recommend something (best case free)? Many thanks in advance, Josef.
View ArticleCant Deploy After the iOS 10.3 update
Hi, Im trying to debug in a real device my app, but after I updated the device to the iOS 10.3 it gives me this error: error MT0010: Could not parse the command line arguments:...
View ArticleI keep getting XamlFilePathAttribute class not found error when modifying...
This attribute was introduced in November. Somehow it get's injected in my generated cs files for my xaml views but the compiler has no clue where to find the attribute. I suppose I have a versioning...
View Articleerror signing packages - apk ad hoc
Hey guys So when I make an apk with archieve and everything and then release it AdHoc an error occurs. After I put the Password in the certificate to put the apk on the Desktop(or wherever) it Fails....
View ArticleXamarin.Forms.2.3.4.247 update : project won't build
Hi, I just updated Xamarin.Forms to version 2.3.4.247 as well as a couple of other packages, and I get this error, completely new for me:...
View ArticleHow to add Text above the image icon in toolbaritem control?
Hi Xamarin, I am struggling with a issue. Didn't get any useful solution for this. I want to implement bell noitification on the toolbar. But toolbaritem didn't provide such type of functionality....
View Article