Scrollview with Stacklayout - no scrolling
Hello, I am attempting to place a stacklayout into a scrollview. Unfortunately, the scrollview doesn't seem to be able to scroll. This is the case both in the iOS simulator and on the iOS device...
View ArticleDoes anyone have a Check box or Radio Button control?
I know both of these currently aren't supported by Xamarin.Forms. But I was wondering if anyone had created a custom Checkbox and radiobutton? I'd imagine it is pretty simple as these controls already...
View ArticleListView Height
Hi All, I want to take a listview in a content page. In such a way the listview height will be 85% of height of the content page. the height will be same for all devices means 85% of height of ipad and...
View ArticleParsing/getting data from a website (with authentication)
Hi! In my PCL app I need to get some data from a website who requires authentication (login), and then parse them and the data I need in a page. I'd like to understand which is the best way to achieve...
View ArticleBug in Android - jobject must not be intptr.zero
While I can definitely reproduce this bug...it's a repetitive process and when it happens appears to be inconsistent as far as I can tell. It would be a bit more bearable if it consistently failed many...
View ArticleLayout Related Question
Hello am new in Xamarin.am trying to create a Login Form. using the below code but i can't layout it properly.plz help me anyone asap. i want the button and Entry field as Full width. See the attached...
View ArticleSystem.NullReferenceException at...
Immediate crash after application begins "WorkingWithMaps" and "MobileCRM" from https://github.com/xamarin/xamarin-forms-samples (both use Maps) Host system is Windows 8.1 Tried in Nexus 10 KitKat,...
View ArticleImage not loading in the right way. Please Help me!
Hi, I'm newbie in xamarin development. I'm developing a xamarin.forms app (ios and android). I've a content page defined in the main project using an image. I've added the images to each project. To...
View ArticleIs it possible to display an Image in Action Sheet in Xamarin forms
I have a requirement that to dispaly an Image and Label in Action Sheet in Xamarin forms(As shown in below pic)
View Article'jobject' must not be IntPtr.Zero on PushAsync
Hello everyone. Someone knows after updating my Xamarin Forms from 1.4 to 1.5 i am getting this error: System.ArgumentException: 'jobject' must not be IntPtr.Zero Full error: 10-19 06:47:47.893 D/Mono...
View ArticleIs it possible to override native map and use GoogleMaps on Xamarin.Forms iOS...
I would like to use GoogleMaps as the map provider for all 3 platforms on Xamarin.Forms. So, specifically on the case of iOS, I would like to override the native iOS map and use GoogleMaps. Is it...
View ArticleHow to programatically exit your program and not have it as a background...
https://forums.xamarin.com/discussion/18156/how-to-close-my-app? Very confused by the Dependency Service example at the present time. Isn't there a simple code recipe example to KillProcess to kill the...
View ArticleNot showing ListView
Someone have any idea why the ListView is not showing in this code (MasterDetail Page) ? Any other component is working perfectly. <?xml version="1.0" encoding="utf-8" ?>...
View ArticleAdditional Content in a custom Xamarin.Forms Control (XAML)
If a custom control is created with content, is there any way to specify additional content: (Example here StatusView is a ContentView with a Grid for its Content) I would like to take whatever...
View ArticleHow best to implement error handling and timeout on WebView when loading a page?
I make use of WebView within my app. It seems to be a bit short on error handling and timeout handling, which occasionally results in, well... nothing - just a blank view. How can I: (1) get a status...
View Article"Install 'Android Support Library' available in SDK installer" error doesn't...
It appears my issue is different from what I found earlier threads in these forums. My issue is in Android project of Xamarin Froms app run from Xamarin Studio on Windows machine. I started getting it...
View ArticleHow can I open the image library of the device and pick an image from it?
I have an app in which you have to choose an image from your device memory and the upload it to the server. I've tried the Xlabs ImageGallery but I can't seem to get it working. Can someone provide a...
View ArticleAbsolute Layout Sizing
Using Absolute Layouts allows for positioning objects onto a definite spot within that layout. It does this based off of coordinates within the layout. You put in those coordinates, the object sets...
View ArticleNewbie question: Using images rather then imagesource for XLAB image buttons
I'm trying to load an SVG (vertor graphics) image into an XLabs image button. The only method/property that seems to be available for loading button images is the "Source" property which requires...
View ArticleMaps in Xamarin forms
Hi all, I have a few questions about maps in forms, all of these things I know how to do in the normal unified way, just wondering how possible they are in maps for forms. Event for location changes, I...
View Article