Colour Scheme and colour templates
Just a random question, currently i am working on a project that is done but changing the main function of it to something different, as i am using Android 9.0 or Pie while on a different phone they...
View ArticleXamarin Shell Tabbar inner navigation don’t reset the stack navigation
Hi All, I have a problem with the new Shell Project Template. I have an app with 4 Tabs, each tabs can do inner navigation, for example: Tab1->Page1->Page2->Page3 My problem is that if I...
View ArticleListview, scrolling position.
Good Afternoon, Morning, Evening I have a 3 list views in three columns, I have it set up this way for spacing issues. Essentially, the 3 lists are the same list just different parts of the same class....
View ArticleError when building for AppStore
When I build I get a strange error: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\Xamarin.Apple.Sdk.targets(118,3): warning : An error occurred on the receiver while...
View ArticleCurrent Release: Xamarin.Forms 4.3.0
We have officially released Xamarin.Forms 4.3.0 stable. Release Notes Highlights CollectionView: Vertical, Horizontal, Grid, Custom. No more ViewCell wrapping. CarouselView: based on the same...
View ArticlePush notification on ios app with appcenter not succeeded
Hello developers, I generated a cer from keychin on my mac to generate cer as distribution (adhoc + app store). Then modified the app identifier to get push notification feature using the first cer....
View ArticleImplementing INotifyPropertyChanged in xamarin.forms
Hi everyone, so I have a model class and I want to creat a ViewModel so that I can track the changes that happen in one of my Model class arguments. what should I do ? this what I've done so far Model...
View ArticleType ObjCRuntime.Selector which is passed to unmanaged code must have a...
Hello Xamarin.iOS developers !!! Apple is not allowing a setfocus () operation on an html element in their WKWebview. We have ported a solution based on objective-c to c #, attached code Objective-C...
View ArticleError Cannot decode public key when run Renderer
Hi everybody, have a good day! I'm using CustomRenderer in Xamarin.Forms. It's working good on Android. But I get this error when run on iOS System.NotSupportedException: Cannot decode public key from...
View ArticleHow do I disable bluetooth in Xamarin.iOS app?
We recently submitted an iOS app update to the App Store, but the binary was rejected by Apple because it requires bluetooth permissions without any features in our app using bluetooth. Apple replied...
View ArticleHow to scroll whole page in Xamarin UI Test, Specflow
I have tried the following code but it not works pageScrollSteps.cs : app.ScrollTo("autoid3", withinMarked: "autoid1", strategy: ScrollStrategy.Auto, timeout: new TimeSpan(0, 1, 0)); => scroll up to...
View ArticleUWP project compile error -- Framework resource extraction failed
We are getting a compile error we have no idea how to deal with. For some reason, even reverting our git branch to a previously successful commit did not resolve the issue. I've included the message...
View ArticleButton in a AbsoluteLayout
So I have an odd thing happening with last update and I am not sure what to do about it. I have a view <ContentView.Content> <AbsoluteLayout WidthRequest="100" HeightRequest="100">...
View ArticlePre-Installed Fonts For Each Platform
It's very unfortunate that the different platforms have different fonts available, but rather than include the fonts as part of my app, I would like to use different fonts for each platform. Where can...
View ArticleUnable to deploy and to debug after updating VS and nuget packages
Hello, I have updated VS and nuget packages. As usual, I meet problems. First, my Xamarin.Forms Droid Project (targeting Android 8.1) compiles but I cannot debug on my Huawei ANE-LX1 using Android 9....
View Article"Immersive Mode" in Xamarin Forms Android, and SoftInput AdjustResize
So I've been trying to do a layout that wraps around the camera (like on the A-series or galaxies). After trying a lot of things from this forum, stack overflow etc, the only thing that seems to work...
View ArticleNavigating on Android WebView doesn't always fire
I have a vanilla project. I have setup a simple webview on my page and wired Navigating and Navigated events. When the webview loads its source the first time, Navigating is not called but only...
View ArticleI want to use "ConsumerIrService" in Xamarin.Forms
mCIR = (ConsumerIrManager)GetSystemService(Context.ConsumerIrService); I have been using this in Xamarin.Android but recently I needed to use this in Xamarin.Forms but it is throwing this error "Error...
View ArticleI can not add Apple Developer Account (Apple ID) to Visual Studio Mac 7.3
I am getting the following error in the ide.log: [19:11:43]: [33mGet started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile[0m Credential...
View ArticleFrame control
Hello, I have the control: <?xml version="1.0" encoding="UTF-8"?> <ContentView xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View Article