how to select the image from local(memory) using xamarin forms(android,ios...
i tried select image from local memory using cross platform... but more sites are written code in individually. please help me
View ArticleThe application does not run on iPhone 6s Plus
I have Xamarin.Forms application. The application correct working on iOS 8-9 + on iPhone 5+ and iPads, and does not run on iPhone 6S (shows the start screen and closes). I'am confused. Please help.
View ArticleSlideoutControl and ViewFlipper
I recently added a SlideoutControl and a ViewFlipper. Both controls are 100% shared code. Grab it on GitHub: SlideoutControl lets you slide out any type of content fromt he left, top, right or bottom...
View ArticleHow to get the automatically set width of a Label?
I have a Grid and a Label in a column of the Grid. The Width of the ColumnDefinition of the column containing the Label is “GridLength.Auto”. Then the “Width” property of the Label returns –1. How do I...
View ArticleGet current Uri from HybridWebView
Hi I would like access to the actual Uri of either HybridWebView. I need it to watch for a certain url pattern during redirecting. The Uri property of HybridWebViewdoes not seem to ge updated when...
View ArticleAny help with deploying Xamarin Forms app to iphone device
Hi, I want to deploy and test my application on a physical iphone device from Visual Studio. I do have a Apple developer account, Mac, PC, iPhone and the usual. Any help or steps I could follow would...
View ArticleChange the icon of back button
Hi All, Can anyone help me to change the icon of back button using Xamarin forms. Many many thanks to you in advance. Thanks, Praveen
View ArticleChanging ListView's ItemsSource causes an out of range exception in Windows...
There appears to be a bug in the ListView control for Windows Store apps. If you try to change the ItemsSource after it is loaded it throws an exception. The same exception is thrown if I initially...
View ArticleIs it possible to have PullToRefresh in ScrollView?
Hi to all. Is there any way to have PullToRefresh in ScrollView? I need this feature in ScrollView instead of in ListView. Thanks.
View ArticleFastCell on github - silky smooth scrolling in ListView while using XAML
The xaml in the complex example is really over-the-top (3 stack layouts, and 9 images) and performance is still good. Let me know how you get on! Implementation is very easy and unobtrusive....
View ArticleLabel gets blank on updating Listview
Hi, I am using listview in xamarin forms. It has the viewcell function like this public class VetCell : ViewCell { public ViewCellModel ViewCell; public Label SerialNum = new Label(); public Label...
View ArticleDeselect selected item of ListView
Hi, I want to deselect already selected item by click. So the user first clicks an item and it becomes selected, then user clicks same item once again and it should become deselected. Following code...
View ArticleARCHITECTURE QUESTIONS - 3 APPS SHARING 90% CODE - DIFFERENT DESIGN & NAME
Hi, I'm working on a project which is a XForms application. I've been asked to create 3 differents applications even if the code is at 90% the same. Each app will be in a different language. The...
View ArticleStrange error on iOS 9 XF 1.5
Same times, usually when the iPhone have no internet, my app crashes and the message in the debug output is this: 2015-09-24 15:09:39.950 UseallE2ComercialAVMobileiOS[2556:735137] ** -[UIApplication...
View ArticleCan we use another project to store image resources ?
Hi, is it possible to have the images resources in another project than the XFormsNameApp.Droid ? and then use images from XFormsSharedLibrary.Android/Resource/drawable ? I can't find how to target...
View ArticleOpacity incorrectly blends with black
I'm seeing a bug when setting Image.Opacity to any value between 0.0 and 1.0. It will blend the image (or the background color if there is no source image) with black, instead of becoming translucent...
View ArticleHiding/Showing layouts
Hi Experts, I'm wondering if anyone has any ideas on hiding and showing sets of controls. I have a segment on a page and I want to switch which controls are visible. Thanks much!
View ArticleXamarin.Auth for Instagram "riderect URI" problem
I smashed my head over it to make it work with no success: Using this tutorial as a base. new OAuthSettings ( clientId: "4777d948cd5***********", // OAuth2 client id scope: "likes", // The scopes for...
View ArticleSystem.IO.Compression It does not work - Microsoft.Bcl.Compression
I've a xamarin form project, when i use this code ... var re =await client.Execute(request); var gs = new GZipStream(new MemoryStream(re.RawBytes), System.IO.Compression.CompressionMode.Decompress); .....
View ArticleExceptions in Visual Studio with latest Xamarin
I just updated Xamarin to get some of the new features of the ListView control. Now when an unhandled exception is thrown instead of stopping at the exception with the exception detail window it just...
View Article