WebRTC on Android
Hi, Does someone successed to integrate the WebRTC library to an working app ? I successfully created a binding library of the static WebRTC library but when I try to generate an apk referencing this...
View ArticleMacOS null reference crash on app start
I'm trying out XF for MacOS just to get an idea about how well it might work for me in the future. I'm stuck on an issue though just trying to get it to run that I don't know how to work around. I...
View ArticleDisable weekends using Xamarin.Forms.DatePicker for both Android & iOS
Hi, I am trying to disable weekends using the out of the box xamarin forms datepicker. I am trying with custom renderers but am not able to successfully do it.
View ArticleiOS - keyboard overlapping entry
I was searching over the Internet but I have not found a working solution for my problem. FIRST SCREEN SECOND SCREEN As you can I have a simple layout with ListView, and below the ListView i have a...
View ArticleWhy is ZXing.Net.Mobile crashing after camera permission?
Hi all, I am working xamarin.forms app and i use ZXing.Net.Mobile to read QR Code. Application is working greate but although i grante camera permission, it is crashing. When i open application again...
View ArticleDisable dates in datepicker
How to disable(cannot access) previous dates from today's date in datepicker. Please help me the answer.
View ArticleSQLite Loading
Is can be disable the show loading in SQLite.when i GetAll data from Local Database or Delete data from Local Database the loading is appear.
View ArticleAdMob and Xamarin.forms
I have been through the forums and searches online and I have yet to find any samples or tutorials that work to get AdMob working with Xamarin Forms. Does anyone know of a current admob tutorial,...
View ArticleDoes Azure Push Notification Hub supports iOS PushKit VoIP push notifications?
I found a few posts related Azure notification hub support on PushKit VoIP notifications:...
View ArticleCarouselView: How to access control inside DataTemplate?
Hi, I would like to access the control lblName on page 2 for example, is it possible? <control:CarouselView.ItemTemplate> <DataTemplate> <Label x:Name="lblName" Text="{Binding...
View ArticleHow to acces object inside CarouselView Xamarin.Forms
I have a Xamarin.Forms app that displays a ViewFlipper (https://github.com/TorbenK/ViewFlipper) inside a CarouselView. I would like the ViewFlipper to flip back to the front when changing pages inside...
View ArticleAll views inside CarouselView are null
I have defined a CarouselView in XAML as follows: <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleHow to open Pdf in imagebutton?
I was tried many times for open with pdf viewer but ı can't add in library, actually how to open a pdf when I click an image button ?
View ArticleSystem.IO.IOException: The file or directory is corrupted and unreadable.
Good Day Everyone My standard Project Builds successfully but the Android Project gives me an error. i am on the latest version of VS (Version 16.7.2) , when i build i get this error **>------...
View ArticleCan I call method from MainActivity by using a caller nested in MainPage.xaml
Am trying to access a method which uses android dependencies to check if my device supports bluetooth, so I have a button called Check in my MainPage.xaml, how can I call this method from...
View ArticleIs there the Indeterminate attribute for the ProgressBar in Xamarin.Forms?
Hi all, I would like to understand how to create a indeterminate progressbar in Xamarin.Forms since I haven't foud the Indeterminate property. Thanks in advance
View ArticleHow to capture fingerprint with UareU to database- xamarin.forms
I build a desktop app for my client which capture student's Bio data including fingerprint using U.are.U Digital persona. But now they want a mobile version of the same app. The question is how can I...
View ArticleWrite file to public directory (Android)
Good afternoon people. I am trying to save files to a public directory but so far without success. I already saved and recovered internally in the app without any problems, but I wanted to save it in a...
View ArticleReturn value from PushModalAsync
I have a few pages that I'd like to call like functions. As in, I'd like to show the page modally, then do something with a result. Because awaiting PushModalAsync doesn't actually block until popped,...
View ArticleModbus TCP communication
Hi to everyone. I'm new to xamarin IOS, I already developed app in xamarin but for Android. Now I have to develop an app to control a PLC for a domestic application. This PLC (Schneider) control all...
View Article