How to add sub layers in Google Map Api for Xamarin.Forms
Hi, I have a doubt regarding Google maps in xamarin forms. Does this library ( https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/3.2.1 ) support to add multiple sub layer into the base map? Note...
View ArticleUpdate notification for App when the App is installed from AppCenter
Hi, I have migrated app from hockeyApp to Appcenter, Before I was using hockey app code in my Project to show update notification MessagingCenter.Subscribe(this, "1", (sender) => {...
View ArticleWhich actual restrictions on Layout Compression
Hello, Reading the (old) article about Layout Compression (https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/layout-compression) says: Since layout compression removes a...
View ArticleControl like the "Settings" on iPhone
Hello there! I am looking the control like the iPhone Settings. It is almost like a one column grid, but you can click on a row to drill down to that specific detail. Fill in the detail and then go...
View ArticleWhy is it not connecting to the API??
Hey. My problem is that when I try to make a get request to any api it refuses to connect to it for some weird reason. The code is pretty simple. No error is catched. private async void...
View ArticleXamarin Forms WebView, can I see if the user authenticates to a site inside...
I got an app that only contains a webview, pointing to a site with a login screen. The users of the app should be able to get notifications, but only if they are authenticated (logged in to the site in...
View ArticleCustom renderer for placing button below TabbedPage
Hello I'd like to write a custom renderer for Android and iOS which places a button on a Tabbed Page below the page content (the button should be visible on every page). Could you give me some help...
View ArticleWeb Api from Xamarin form
when i call Web Api from Xamarin form i get correct Json response from the Api controller but when i use [authorize] on the Api controller i get using PostMan Status : 401 Unauthorized { "Message":...
View ArticleSimilar Method For WebViewClient in Xamarin forms
public interface IBaseUrl { string Get(); } public partial class PayMePage :ContentPage { public PayMePage() { InitializeComponent(); var browser = new WebView(); var htmlSource = new...
View ArticleMVVM Messaging - best practice
I'm changing my application now over to an MVVM structure. Just beginning to get the hang of it. And finding that I can now reuse code - which is great. I have a section of code where the user can...
View ArticleiOS Binding Unity as a library
Hi all, I don't even know where to start Since alpha 2019.3 Unity offers the feature "Unity as a Library" https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/ which...
View ArticleColor Binding Android Behaviour
Hello, I've created a listview of colors by iterating though the color object to get all the field names, I then bind the observablecollction to the listview and use a color converter to convert the...
View ArticleAdding custom menu for webview text selection.
Hi, I am trying to add a custom menu for in webview's text selection. I am able to achieve the same in ios but in android, I will have to do it in mainAcitivity. I don't want to add to mainActivity as...
View ArticleHow to download a pdf file with progress bar
Hello, How to download a pdf file with progress bar in xamarin forms "https://github.com/damienaicheh/XFDownloadProject" I followed this link but i am not getting any pdf file in device Thank you
View ArticleUnable to read double from application resource within the viewmodel class
I have defined a resource in App.xaml which am trying to read from a view model class. Different versions which were tried: <OnPlatform x:Key="HorizontalListHeight" x:TypeArguments="x:Double">...
View ArticleHow can I fetch Garmin data into my xamarin forms application.
Hi All, Can any one please tell me How can I fetch Garmin data into my xamarin forms application. Thank you in advance
View ArticleNext Arabic custom font family not works in iOS
I have used custom font family in my application, Next Arabic font family not works in iOS, working fine in android. Code snippet: <ContentPage.Resources> <ResourceDictionary>...
View ArticleStarting Thread seems slow
Hi, I have a scenario where I have multiple HTTP connections to make simulataneously. It's been performing the requests very slowly so I've added a few log messages to the Output Window: [0:] OPOCDebug...
View ArticleNavigation.PopAsync not working after call to ZXing barcode reader
After calling MobileBarcodeScanner - and either scanning a barcode or hitting the android back button from the scanner page, a call to Navigation.PopAsync will not work. The Android Back button will...
View ArticleRun RTSP Server on IOS and Android so I can send RTSP stream of the mobile...
Hi I have a requirement for my Xamarin Forms app which is running on both IOS and Android. I need to be able to stream the mobile camera to my server over rtsp as h264 and h265 encoded streams....
View Article