xamarin forms: InvalidRegistration error in postman when try to send...
I am implementing push notifications using FCM in my Xamarin.Forms project. In the iOS project, I am getting the fcmtoken from RegisteredForRemoteNotifications. When I am sending a notification for the...
View ArticleWebView Rendering takes time to load and shows white screen a while
I want to remove white screen while loading the webview contents. How can i remove that white screen or can i change the color instead of white?
View ArticleGlobal Exception Handling
Hi Everyone. I'm in my final submission of my Xamarin forms App. I want to handle Exceptions Globally in my Project. I tried this...
View ArticleIs it possible use a tabbedpage in the master on a master-detailpage on iOS...
Hi, I got a problem with using a TabbedPage inside MasterDetail navigation. What i am trying to do: I am trying to make an app that uses a TabbedPage as the Master in a MasterDetailPage. The master...
View ArticleHow to access path of image
Hi xamarin forum, How can I get the path of my picture inside my mobile device using xamarin.form
View ArticleHow to prevent multiple clicks on a button?
I know there are many ways to prevent multiple clicks on a button in Xamarin, but is there a single solution to prevent it globally? i.e. in every button in my app. Otherwise, what would be the best...
View ArticleNetwork check
Hello, I would like to know why I have a problem of this type? : Native Crash Reporting 06-21 14: 48: 59.072 E / mono-rt (11985): / proc / self / maps: Got a SIGSEGV while executing native code. This...
View ArticleRunning my xamarin forms project from the command line?
How can I run my xamarin forms project on iOS simulator via command line (terminal on mac)? I have seen usage of mono, msbuild and dotnet.
View ArticleXamarin.Forms *needs* a hot reload system
Flutter is winning the hearts and minds of developers. I can see there is already jobs opening asking for flutter knowledge. Everywhere I read about flutter, people praise one functionality: "hot...
View Article[iOS] Is anyone else having Autofac Constructor Resolving issues after the...
Yesterday, after updating to the latest version of Xamarin (both VS and XS), now my app won't start on iOS (still fine on Android) with the following exception. (did not fail prior to the update)...
View ArticleHow to unsubscribe from forum emails
Years ago I managed to subscribe to email notifications for posts to the Xamarin.Forms section. Meaning I get an email each time a new thread is posted. Its been so long that I forget how to...
View ArticleRunning my xamarin forms project from the command line?
How can I run my xamarin forms project on iOS simulator via command line (terminal on mac)? I have seen usage of mono, msbuild and dotnet.
View ArticlePreventing "Sleep mode" - Keeping the app alive
When my app has been startet, it shouldn't be sent to background by display-timeouts or whatever. So I want to deactivate the "Sleep mode" of the phone or tablet by code. Does anybody have some tips...
View ArticlePicker in a list - BUG ?
I'm seeing some strange behaviour in our app which I can't get my head around. We have multiple pickers in our app - they are all using a piece of code I found for a BindablePicker as we developed this...
View ArticleAccessing controls in a ControlTemplate when event fires from a control on...
I have a ControlTemplate that has a few controls on it. It has a Label, a Button, a Frame, and an AbsoluteLayout control. The frame has a swipe gesture to it. The code behind for these controls is...
View ArticleNo Property, Bindable Property or Event Found Error
Hello Guys, I try bind property of my сustom Сlock to property in ClockViewModel file. But I get this error: "No Property, Bindable Property or Event Found". Please help. View: ......
View ArticleCould we pass listview item as command parameter on checkchanged event for...
@Hello All, I have below control in XAML, I want to pass Listview item as I change checkbox, I tried relative binding as below but I could get only CheckChangedEventArgs when event fired as command, I...
View ArticleIs there some variable or function from which I can read the most recent...
This could be useful in an "About" page.
View ArticleButton Image Aligment on iOS
I'm working with Xamarin Forms and the Button Image it's ok in Android, but not in iOS this is the XAML <Button x:Name="BtnOcorrencia" Image="ic_ocorrencia2" ContentLayout="top,0"...
View ArticleStackLayout dynamic size
I can't post much code as it's all NDA and all that, but hopefully I can paint the picture properly. I essentially have a page with a ListView on it that represents a list of forum posts. The ListView...
View Article