Change toolbar icon color in android?
Hello, on iOS i can change the color of toolbaritem icons by changing the BarTextColor of my NavigationPage. On Android this changes only the color back button, the color of my other icons doesn't...
View ArticleWindows 8.1 / Windows phone 8.1 / Windows 10 related issues
Hi I have a published application built on Xamarin.Forms for Android and iOS and unrelated version for Windows Store. Recently I dove into migrating my Windows Store version to Xamarin.Forms. Windows...
View Articleerror when set Selected Item or Current Page in Carousel Page (Android)
I tried to set Selected Item and Current Page in Carousel Page when i want to see specific item when Carousel page showing. But it's not working. First item or 2 last item of ItemsSource work correct,...
View ArticleI am getting an error message ....
I am getting: public partial class Startpage : ContentPage { public App () errormessage here: "Method must have a return type" .. what do i do??
View ArticleListView separator
I must be doing something wrong. I've got a ListView in the latest Xamarin Forms. There is no separator. When I follow the instructions here:...
View ArticleInitializeComponent does not exist in the current context
VS 2015 File > New Project > Xamarin Forms PCL. Nuget latest Xamarin Forms. Re-target PCL for Windows 8.1. Add Windows Phone 8.1 project according to instructions. InitializeComponent does not...
View ArticlePut view over other view
Hello guys want to put some labels over the MediaPlayer. The Media Player can be putted inside any Layout (Grid, Relative etc). Is there universal way to guarantee that my view with Labels will be...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleHow to trigger context actions with custom event?
Hi all, I'm trying to implement a Listview, where user have to select one or more rows and delete. So my question is can I use context actions to show up when they select a row instead of long tap...
View ArticleError retrieving parent for item:...
I updated to xamarin forms 1.5 and am now getting this error when buildilng my Droid project. PCL compiles fine. It is also producing the same error on android:Widget.Material.Button.Colored...
View ArticleXLabs.Forms in NuGet needs to be updated - Still referencing XF 1.4
@SKall Hope you are recompiling. I got "Cannot resolve dependency to assembly" errors in WP but not in Android project. I am yet to test iOS one.
View ArticleXamarin.Forms tiled background image?
I've seen a few old threads about tiled backgrounds, but they're either abandoned with no answer or they were not about Xamarin.Forms specifically, but about how to implement tiled backgrounds on each...
View ArticleVS2013/IBTool build issue
I am running into a build error when I try to compile my project for iOS. I am running VS2013 and Xamarin.Forms 1.5. Has anyone seen this before?
View ArticleXamarin.Forms memory leak when adding and removing ListView
The following code will generate memory leak when clicking the button several times: ` public class App { public static Page GetMainPage() { var a = new string[]{ "a", "b", "c" }; var lst = new...
View ArticleBest Practice with auto login and token storage in Forms 1.4
Hi all, I am after a bit of advice, right now I have a mobile app for IOS, Android and windows phone 8.1 all up and running and accessing my Azure mobile service using Azure AD, Microsoft account and...
View ArticleContentPage swipe event & lateral menu
Hi, I have a question concerning @MichaelRumpler plugin MR.Gestures. I need it in order to implement swipe gestures on ContentPage to swipe tab in a TabbedPage. It's working great on Android & iOS....
View ArticleAPK file generated is too big
Hello. I just have built the APK file of my Xamarin.Forms app for Android, but the file size is around 26MB, which I think is too big. How can I decrease it? Thanks!
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleNeeding some assistance on getting my padding correct..........
I have a simple XAML Page, and I am trying to figure out how to get the padding setup correctly. On Android it looks fine, but on iOS, the labels are all on the very edge of the screen. I know I'm...
View Article