When will Xamarin.Forms for Mac leave preview?
Hi all, this is specifically a question for the Xamarin.Forms PMs, so @DavidOrtinau and @PaulDiPietro and anyone else at MS that knows... If you are a developer reading this, feel free to comment with...
View ArticlePlugin.GoogleClient returning AccessToken = null
Hi, In my app use Plugin.GoogleClient. Working fine, but AccessToken = null is returned. I need the access token to log into firebase. Am I missing something? Please My Code:...
View ArticleXamarin Custom Control - How to?
I followed this article to create a basic "custom control" for Xamarin... No joy! https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/contentview Using this article I...
View ArticleHow to load HtmlWebViewSource() with External base webUrl(http://myDomain) in...
I am in need to load a webview HTML string which is saved in HtmlWebViewSource() with an external url. i.e. my css/js/and other files are not stored locally, I have to load them dynamically from a web...
View ArticleHow to wait for a PopAsync after a PushAsync
Hello, Page1 PushesAsync Page2. When the user has finished with Page2, Page2 is PopedAsync. How I can detect in the Page1 ViewModel that Page2 is PopedAsync? This is the Page1 View Model code:...
View ArticleOpen contentpage from class
Hi, Maybe this is an easy one, but I cannot figure it out. I have a class and a contentpage. I want to open the contentpage from this class. Is this even possible? If yes, how? Regards, Ganesh
View ArticleCustom Control Issues
I followed this article to create a basic "custom control" for Xamarin... No joy! https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/contentview Using this article I...
View ArticleShell Tab Bar Customization
Hi i want to implement Customization to TabBar in Shell. Want to apply increasing Height, ICON Size, and ICON Color. Tint Color defined in Shell Xaml. ) For TabBar height, Tried in Android with Shell...
View ArticleXamarin froms ios error : The app has termanited
Hello guys I just updated my Visual studio form windows and mac but i can not debug the app on ios device the app was working fine before the upadte Thsi the log of debug : [HotReload] (2020-05-30...
View ArticleMSAL Attentication (Microsoft Authentication Library) Failed with Intune...
I have Created MSAL Attentication(Microsoft Authentication Library) With Xamarin Forms Using TentID and Client ID.Attentication work fine When There is no SMS Two Factor Authentication and when there...
View ArticleHow change app icon in Ios?
Hi all, How change icon on ios ? And what size it's needed by ios ? I found so much thinks and i don't know what is the correct answer. Thanks in advance.
View ArticleButton click should open different pages depending upon the picker value
Hi, So basically my content page has a picker, some labels and a button at the end. This button click opens a new Content Page using Navigation.PushAsync(new OnePage()); [Currently I have hard-coded...
View ArticleByte[] being converted to stream not displaying image - Image data was...
I am trying to display images that my app gets as Stream objects. For example: private void DoWork(Item item, Stream image) { // WORKING, until I leave and come back to the page. The stream has been...
View ArticleNavigation
I have an application in which push a page on my navigation stack (PushModalAsync). Works like a charm. On the top page of this navigation stack I implemented a PanGestureRecognizer so I can drag the...
View ArticleClient handler not recognizing my trusted API certificate
I have a problem using HttpClientHandler, when I use a new instantiated API calls are considered unreliable, when using native this does not happen, does anyone know what may be happening? Or what must...
View ArticleHow to use OnAppTheme with a hex color?
TextColor="{OnAppTheme Light=#000000,Dark=#FFFFFF}" it will cause an error how to use it?
View ArticleXamarin Forms iOS Button Click Event is not Firing when the keyboard is open
Hi All, I have a login view with a UserName & Password field and a Login Button. While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting...
View ArticleXamarin Forms iOS Button Click Event is not firing when keyboard is open (XF...
Hey, I am posting a new question as a followup to this old question as instructed by @JoeHarvey_MSFT and @Charwaka So, on iOS with an effect that affects the page layout, clicking on a button attached...
View ArticleC# Xamarin Forms inApp purchase subscription with InAppBillingPlugin
I am using InAppBillingPlugin and I am going throu the exceptions to try and see how can I manage purchasing of subscritpions. Now, regarding the code, everything works fine. No need any samples or any...
View ArticleAssets files write/read
Hi, I have a "itinerary.html" file which is Assets/Content folder inside the Droid project. My problem is that I cannot find a proper way of writing that file and then be able to access that file in...
View Article