Using PRISM with ContentViews
How can I use PRISM (8.0) with ContentViews instead of ContentPages ? I found some Information in this very forum but nothing has worked out so far. I just need a sample to figure it out on my own. Has...
View ArticleBind parent view property if ControlTemplate child viewmodel property changes
Hi, I have a registration flow that has 10 or more steps each one being its own view with a viewmodel. Each of the steps should be happening on a SINGLE page. That's why I decided to use the...
View ArticleSignalR is not working with my Xamarin form.
I made Api for SignalR using Asp.net api. it is working in Api side. but it is not working when i run with Xamarin App. I put Api code below: public class ChatHub : Hub { public void Send(string name,...
View ArticleLookup control and Prism
Hi, Trying to implement Lookup control and not sure of best approach. Basically I have control inherited from DevExpress TextEdit control with search icon and when clicked need to push another view...
View ArticleUnable to select/copy/paste text in Xamarin.Forms Editor or custom Borderless...
Hello @JamesMontemagno , I've implemented Borderless Editor in my Xamarin.Forms application using Custom EditorRenderer. But I'm facing an issue that the editor text is not selectable at all in both...
View ArticleShell Flyout Right to Left
Hi , How to create Right to Left Flyout menu in xamarin Forms with hamburger icon on right....? Thanks, Subbu
View ArticleXamarin Forms upload/download files to Google Drive
Hi, Pardon the ignorance but I am new to XF and am trying to wrap my head around this. I had asked a previous question on uploading a file to OneDrive through my XF app. I got it to work and will post...
View ArticleXamarin Forms Android Camera not working after update Android OS 11
Hi All, I am facing issues on camera after updating to Android OS 11. When i tried to read the value from android stored image file path, it returns NULL. Same kind of issues were posted in the below...
View ArticleIt's possible to add Tap gesture to the Entry?
Hi All, As I wrote in the title, it's possible to add Tap gesture to the Entry? This code works for Label but doesn't work for Entry: var tapEntryRecognizer = new TapGestureRecognizer();...
View ArticleHow can I make the text wrap for long text in picker items
Is there a way to set the items in picker to wrap after they hit a certain length? I see that you can set the entire picker's widthrequest but that doesn't seem to do anything for long strings inside...
View ArticleHow can I break the text in a Picker's selection dialog wrap when too long?
I'm working with Xamarin.Forms, and the problem that I'm running into is wrapping text in the selection dialog When the text is very long exceed the limit and does not show the rest of the text, I want...
View ArticleNeed to apply word wrap for Xamarin.Forms Picker control text and its Popup...
Hi I'm using Xamarin.Froms Picker control to select set of questions with various text length. The problem is once I selected any items, it just showing half of the sentence and remaining texts are...
View ArticleGlobal Exception Handling
Hi Everyone. I'm in my final submission of my Xamarin forms App. I want to handle Exceptions Globally in my Project. I tried this...
View ArticleFlip animation like Flipboard.com
Hi, I have a requirement to create a mobile app on flipboard website concept but I am very new in XAML animation, can anyone please help me out in same if they have done some thing similar to this or...
View ArticleUWP and SerialCommunication: await DeviceInformation.FindAllAsync(aqs) won't...
Hello! I am writing(for work) a library for multiple platforms: .NET Framework, .NET Core and Xamarin.Forms(UWP/Android/iOS) to connect a serialdevice. To get an overall compatibility i created an...
View ArticleMacOS null reference crash on app start
I'm trying out XF for MacOS just to get an idea about how well it might work for me in the future. I'm stuck on an issue though just trying to get it to run that I don't know how to work around. I...
View ArticleUWP and SerialCommunication: await DeviceInformation.FindAllAsync(aqs) won't...
Hello! I am writing(for work) a library for multiple platforms: .NET Framework, .NET Core and Xamarin.Forms(UWP/Android/iOS) to connect a serialdevice. To get an overall compatibility i created an...
View ArticleFlipboard how to implement in xmarin forms andriod ?
like this any one help me .http://openaphid.github.io/images/flipview-demo.gif
View ArticleUsing the WebAuthenticator with the Sample.Server.WebAuthenticator?
Using the setup from the WebAuthenticator sample and guide, is it possible to use the [Authorize] attribute on a WebApi Controller to prevent anomymous access?...
View ArticleGrid cutting off Label text
I have a settings screen that is made of a grid that alternates between a header row that spans 2 columns and a 2nd row with a description of the setting and the control for that setting, usually a...
View Article