Silent remove of Page in Navigation Stack
Is there a way to move from one page to another but remove the last page I was on from the navigation stack. For example Page 1 > Page 2 > Page 3 As I move from Page 2 to Page 3, remove Page 2...
View ArticleHow can I add a style trigger to a RowDefiniton in xaml?
I have been trying to make my value of my row height update depending on if the device is portrait mode or not (set in the view model). I can't seem to find a way to add a trigger to a row definition...
View ArticleHow to develop on Linux?
Hello, I just installed MonoDevelop for Linux and I have no option for creating a Xamarin app project. I use Linux distribution Ubuntu and I would like to develop crossplatform mobile applications...
View ArticleAdding image to StackLayout container failing if done using a local image...
In my xaml file I am trying to set up a container that will house an unknown number of images, if I manually set an image inside there in the xaml file it works great: <Image...
View ArticleMaster Detail Page - Status Bar Problem on Android
I have a problem with the master detail page on Android. The drawer hides even the status bar. You can see only the icons... I would like to have a semi transparent status bar. I have exactly the same...
View ArticleHow tu use the new Device.RuntimePlatform
Hello, could someone help me to understand how to use the new Device.RuntimePlatform with this kind of call : statusLayout = new StackLayout { Padding = new Thickness(Device.OnPlatform(10,0,0), 0, 0,...
View ArticleHow Disable Gestures (swipe l/r) of CarouselPage?
Hi all, I want to use CarouselPage to have the right-to-left transition animation for page content and the header is static. Could you please give me a solution with Xamarin form? I can't find out any...
View ArticleRemoving shadow from android buttons
suddenly my buttons started showing shadows, which they didn't before. I am not sure what caused the style to change, but I would like to just have a plain rectangle with no visual effects as buttons....
View ArticlePlatform specific XAML in Content Page
I am working on a toolbar for my app and hoping to use it in a cross platform manner. To do this I would like to be able to use a platform specific tag inside of my page content for that platform. To...
View ArticleStoring a push notifications
Xamarin forms or Xamarin android , how to store push notification on local database (Akavache) that notifications push from Microsoft AppCenter and displaying later for future use . Thank you Developers.
View ArticleApp resuming results in crash with FormsAppCompatActivity
I have a Xamarin Forms app, currently being built for Android. I have a MainActivity that used to extend FormsApplicationActivity, but because I want to use a custom theme I had to change it to extend...
View ArticleAttribute "imageaspectratioadjust" Already Defined with Incompatible Format
For a day, I am facing problem when I try to build my Droid project and the above error arises. This happened after I updated my plugins and Xamarin Forms to 2.5.x.xxxx. I have made sure all projects...
View ArticleProblem with touch gesture recognizer in IOS
Hello, I've a complex layout that is making me crazy because I'm trying to make working a tap gesture recognizer in my ios project that works fine in Android project but not in Apple one. My layout is...
View ArticleFuture of Xamarin.Forms: Rendering in HTML5 and Compiling into JavaScript?
Hello Community, This has been on my mind with the new year, and I just wanted to get it out there and get some discussion around it. Currently, the vision around Xamarin.Forms is around building...
View ArticleHow to download a file in Xamarin Forms and store it in the device storage ?
Recently I've tried the nugget package that is https://github.com/SimonSimCity/Xamarin-CrossDownloadManager By using this I've successfully download the file but the problem is where this file is...
View ArticleFloating Action menu in Xamarin.Forms
how to create Floating Action menu in Xamarin.Forms
View ArticleMVVM .NET Standard hamburger menu sample
Hello Can someone please provide me with a full working example of a hamburger menu using .NET standard and MVVM pattern? When creating a new Xamarin project in Visual Studio 2017 (15.6.2) there is the...
View ArticleGet current page in xamarin forms
Hi, I want to get the currnetpage instance inorder to handle the back button functionality in android using xamarin forms.can anyone suggest how to accomplish this? Thanks, sunil
View ArticleListView NullReferenceException when reseting / updating ItemSource
In my ViewModel I have a property called 'Objects' which is an ObservableCollection. When I setup the ListView it is as such: ObjectList = new ListView() { IsPullToRefreshEnabled = true, HasUnevenRows...
View ArticleCapturing and viewing traffic from iPhone device
I've got a xamarin forms app that is calling a webservice. For some reason the webservice is returning errors and I want to check the request that my app is making. through the simulator it all works...
View Article