Accessing Resouces.resx strings within XAML forms?
I'm sure there has to be some simple thing I'm overlooking, but I want to try to access a string directly from the resx file in my forms project. In the codebehind, this is super easy, but when...
View ArticleNullReferenceException on Grid.CalculateAutoCells [Only XF iOS]
Hi, I'm developing an app with Xamarin Forms from 7 months. My app worked very well. I have done 1 month on Android side, because I fixed some bugs and added some features. Today I have ported these...
View Articletwo columns in one list view
I want to see two columns in one listview . (something like grid but grid is not scrollable) . I need this because I want list view item scrollable.
View ArticleXamarin.Essentials Web Authenticator
Why i get exception "You must subclass the WebAuthenticatorCallbackActivity and create an IntentFilter for it which matches your callbackUrl." when set urn:ietf:wg:oauth:2.0:oob in DataScheme? My...
View ArticleDisable Navigation Bar/Enable InteractivePopGestureRecognizer causes...
Here is exactly what is happening to me... https://github.com/wix/react-native-navigation/issues/428#issuecomment-260427414 Basically, I have a MasterDetail page and the Detail page is a listview. When...
View ArticleHow to show all tabs in tabbed page if i have more than 4 tabs in tabbedPage...
I have 6 tabs in tabbedPage (more than 4 tabs), i want to show all of them without the "More" button how can i do it ?
View ArticleWhere is whitespace between burger icon and search bar coming from?
How can I get the SearchBar to appear immediately right of the hamburger icon (please see image), where is the white space coming from? I cant find it. Iv set stackLayout and SearchBar inside...
View ArticleAllow a single place to handle back button requests with Async support
Summary Currently there are different ways to handle the back button request (understandable), but for example on Android one must handle the hardware and software button separably(software one is a...
View ArticleAlternative way to get variable in code behind without x:Name
Hi All, Quick question I know it might sound stupid but I've been creating XAML pages a lot but now I want to try to approach it from using a JSON data to create a form based layout. So I have created...
View ArticleChart
I need to do chart like this Does anyone have any idea what plugin I could use that doesn't cost a fortune? Thankyou in advance, Davide.
View ArticleXamarin Date Slider Chart Control?
Hello I am looking for a control that does something similar to the image below. It is a date slider that has data for each day which displays as a chart and is selectable and clickable. Any ideas?...
View ArticleHow to add an application to TestFlight using Xamarin Forms?
How to add an application to TestFlight using Xamarin Forms?
View Articlecan the urho scene background be transparent?
I created a scene to display 3d models using urhosharp but it it like this: it is black,can it be transparent?so it can display the lower views?only display the models?
View ArticleHow to bind list in Content View?
Hello, In my project, I'm adding one content page in that content page I'm binding some content views using DataTemplate now I want to add a new content view that has list bindings on all of the above...
View ArticleImages in subfolders?
Hi i have lots of icons that i want to add to my project (e.g. 200 country flags etc.) i want put those icons in specific subfolders so it doesn't clutter the rest of the icons/images i have. is there...
View ArticleFirebase push notification message different languages
How I could display push notifications firebase messages in the same language as the phone. If my backend sends Title="Hello" Body="Hi World", I want this message to be displayed in the configured...
View Articlehow to Detect Touch event EVERYWHERE !?
Hello, i created a View component that i use in every page of my application mobile. in this view component i want to detect every touch on the root page ( i know how to detect touch on my component by...
View ArticleHow to slowdown sensor speed? (gyroscope, accelerometer..)
Hi, I am working on my own inactivity monitor and I am using now gyroscope sensor to get data. My code: public void StartGyroscope() { SensorSpeed speed = SensorSpeed.Default;...
View ArticleTab key not listening for CustomViewRenderer in Xamarin forms iOS
I have a xamarin forms grid and a written custom renderer for that grid in xamarin forms iOS platform. And applied BecomeFirstResposnder to that CustomRenderer on OnElementPropertyChanged. Added...
View ArticleHow to get child element access of collection view without using mvvm in...
this is my code: <StackLayout HeightRequest="40" VerticalOptions="FillAndExpand" WidthRequest="40"> <Label FontSize="16" HorizontalOptions="Center" Text="+" TextColor="Black"...
View Article