Java.Lang.IllegalArgumentException: No view found for id 0x1 (unknown) for...
In my project after updating all nugets I get the error; Java.Lang.IllegalArgumentException: No view found for id 0x1 (unknown) for fragment FragmentContainer{b5b55d0 #2 id=0x1}. How can I solve it?...
View ArticlePerformance problem with scrollview
Hey guys! I'm currently developping an application with xamarin in C# for ios and Android and I've come with performance issues. I have 2 pages that are problematic but it may be for the same reason so...
View ArticleWebView read and set cookies.
Hi there, I am new to xamarin forms but not to c#. But still... I have made a website wrapper and i want to read/set cookies from the webview. But where do I start, i read something about making a...
View Articlefixed with/mono font
I have been trying to draw a label in fixed with font. How is this done? This does not work: <Label Text="P1" FontFamily="Generic Monospace"> There must be some font that is available on both...
View ArticleAdd a data into the Listview
Hi, I use navigation page to navigate from page A to page B. Page B only contains a Entry When a users Enter a data in the Entry. The page is poped. Now when popping page B, I would like for page A to...
View ArticleConvert base64 string to PDF file
Hi there. I have the scenario is below: A base 64 string (i catch from a webservice) that represents a PDF file I need convert that string to a PDF file, and open with the default PDF reader Must work...
View ArticleConvert docX to PDF free
I'm trying to figure out how to convert a docX file that was downloaded as a byte stream and written to a file into a PDF so that I can open it using the PDFViewPage. I'd rather not pay for any...
View ArticleFont loading error based on platform
Hi, I'm trying to follow the same code as found under Working With Fonts. Original: label.Font = Device.OnPlatform( iOS: Font.OfSize ("MarkerFelt-Thin", NamedSize.Medium), Android: Font.OfSize ("Droid...
View ArticleHow to change background colour on select in navigational drawer in xamarin...
How to change background colour on select in navigational drawer in xamarin forms? When I select Default color is == Orange I want o change that color.
View ArticlePlaceholder Editor
How can I have a placeholder in an Editor in the same way as I can in an Entry field ? Regards
View ArticleBottomBar dll
I have integrated Bottom bar dll to shared code. I couldn't change bottom bar icons color or import to color icons. that icons are showing selected is a white color & not selected is a gray color....
View ArticleEditor Renderer
Hi , How To Remove The Editor Underline In Xamarin Android. Let Me Know If u have The solution for this. Thanks,
View ArticleHow to increase quantity for selected listview buttons?
How to increase and decrease quantity for selected listview buttons.Here is the example How to do this?
View ArticleGetting error pages doesn't exist and warning about .net framework when using...
I want to show popup in my app and add the package Rg.Plugins.Popup on all platforms and Xaml Code: then getting the issues Description 1) Warning: Package 'Rg.Plugins.Popup 1.0.4' was restored using...
View ArticleHow to create Chat Application for Xamarin Forms ?
Hi, I am Xamarin Developer. I want to create chat application for Xamarin Forms. Is there any link ? Which sdk support to Xamarin forms ? Thank you
View Articlehow to create chat app in xamarin form?
hi how to create chat app in cross-platform xamarin? suggest me any sample code or video
View ArticleHow to develope chat application using xamarin.forms ?
How to develope chat application using xamarin.forms ?
View ArticleChat Application
Hi guys, I'm trying to create a chat application on Xamarin Forms. I've been having problems with the UI. I have created a Renderer for the ViewCell however I've been having a problem with placing the...
View ArticlePicker within TableView?
I've got a simple form of mostly EntryCell values that works perfectly for a TableView with a Form intent. I'd also like to put a picker within the table to match the layout of the rest of the columns....
View ArticlePicker in tableview causes viewcells to shrink
Sample: return new ContentPage { Content = new TableView(new TableRoot { new TableSection("Textcell") {new TextCell {Text = "Text"}}, new TableSection("Viewcell with picker") { new ViewCell { View =...
View Article