Acr.UserDialogs.ActionSheet(ActionSheetConfig) not working consistently
I have the following piece of code: private void ListViewAttachmentSelectSize(MediaFile IMediaFile) { ActionSheetConfig ASImageSize = new ActionSheetConfig(); ASImageSize.Title = "Attachment Size";...
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 ArticleInitializecomponent does not exist in the current context
Hi , I have updated my Xamarin Studio and Xamarin.Forms to 1.4.0.0, now when ever creating Xaml Page in portable application , i'm getting build error as "Initializecomponent does not exist in the...
View ArticleImplementing INotifyPropertyChanged in xamarin.forms
I am doing a cart in xamarin.forms, in my cart page there is a list view with data. Each of the cell containing a button to select the count of item and amount. In the cart view there is a label for...
View ArticleLinearLayout in Xamarin.Forms
Is there a way to implement this interface in Xamarin.Forms? <Button android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:text="1" /> <Button...
View ArticleWhy doesnt an ObservableCollection bound to a label via a convertor fire on...
I have a label with the text bound to an ObservableCollection via a converter. When the page loads the converter fires and sets the text. I would expect that any changes to the collection would fire a...
View ArticleCorrect approach of adding zoom and panning capabilities to a custom Image...
I'm creating an Image custom renderer for iOS on Xamarin.Forms. I'm able to successfully recognize the different touch gestures such as pinch gesture and swipe gestures in my iOS custom renderer. My...
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 Article[Guide] Lock Screen-Orientation
Hey, Today I tried to lock the Screen-Orientation of the App I'm currently developing. I wanted to lock the Orientation on Phones to Portrait and on Tablets it have to be Landscape. Normally I would...
View ArticleAdding png to Resources\Drawable hangs Visual Studio
Every time I add a png to Visual Studio in our Xamarin.Forms Android project, Visual Studio hangs. Not sure what is causing it, but I didn't have the same issue when adding the first image to the...
View ArticleWebView transparent background
Is it possible to make the WebView's background transparent? I tried to set a transparent background in HTML and also with an attribute in the control itself. But the background always seems to be...
View ArticleXamarin.Forms 1.5.0-pre3 Released
1.5.0-pre3 Notes Resolved Issues introduced 1.5.0-pre1 Bug 32881 - Null Reference Exception launching a page from a Carousel Bug Fixes Bug 32928 - Taps are erratic on android Other Fixes [iOS] - Fix...
View ArticleNuGet.targets error installing packages.config using Xamarin Studio on a Mac
The Xamarin.Forms project was built in Visual Studio 2013. I am now trying to run the IOs app in Xamarin Studio on a MacBook. I've researched the web and the Forums, but I can't find any articles to...
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 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 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 Article