Removing the navigation bar causes the app to be slow/crash when going back...
Here's my scenario: A page, with a listview that has around 700 rows. Works fine and faster than I imagined with no problems whats so ever. Until I decided to remove the navigation bar and replace it...
View ArticleIs it possible to inject platform specific dependencies usin Unity?
Hi guys, I'm currently trying to use Unity for dependency injection in a Xamarin Forms project, mainly because of constructor injection support, and came accross an issue. I'll try to be as detailed as...
View ArticleWhere do I find some good tutorials regarding Xamarin?
Where do I find some good tutorials regarding Xamarin?
View ArticleWebView unable to load .php file?
When I set the source of my web view as a .php file, it either throws an error, or doesn't load at all. Is there a fix to this? Thank you
View ArticleCan't configure lock in Xamarin; Access token not JWT
Can't configure lock in Xamarin; Access token not JWT
View ArticleScrollView with a Label cut bottom text on Android Vertical mode
Hi I need to show the user an long eula text. I have an Label in a ScrollView i a Grid. This code works on iOS and on Android in landscape mode?!?!? but in Vertical mode on android it cut the text off...
View ArticleCan I create MasterDetailPage with two pages?
Can I use MainPage as Detailpage and MasterDetailPage ?
View ArticleOrganising using vertical architecture
Hello, I'm fairly new to Xamarin and I'm wondering if anyone here has any experience of organizing your project's architecture vertically? What I'm trying to achieve is one or several features that...
View ArticleHow do I find out why my build (for iOS/ipad) takes such a long time?
I am developing an app for WinRT and iOS (ipad). Most of the time I test/debug using the WinRT version, since I am developing on a Windows machine. From time to time, I need to test my app on the iOS...
View ArticleError: cannot convert from 'object' to 'Android.Content.Intent' error at...
After updating xamarin.auth nuget to 1.4.1(Previous-1.3.2.1) ; It is showing cannot convert from 'object' to 'Android.Content.Intent' error at StartActivity. Please help if anyone knows how to solve...
View Articleissue while adding the android project as reference to portable project.
while adding the android project as reference to portable project it is saying reference could not be added, it causes circular dependency, I have one view in android project and needs to be call from...
View ArticleNavigate back to previous page.
Hi Guys, I'm currenly experimenting with Xamarin forms, I'm having trouble navigating from webView back to previous menu. public void ButtonName(object sender, EventArgs args) { var browser = new...
View ArticleHow can I reuse custom renderer to another Xamarin Form's project?
I have write a custom render to Solution A. project A, item: BaseEntry.cs project A.Droid : BaseEntryRenderer.cs project A.iOS: BaseEntryRenderer.cs If I want to reuse the baseEntry to Solution B. I...
View ArticleNeed help with Signature Pad for Xamarin forms
Hey guys, I have used the signature pad component(nuget) [https://components.xamarin.com/view/signature-pad] for XForms. The github sample: https://github.com/xamarin/SignaturePad consists of multiple...
View ArticleGetting Error: java.lang.IllegalArgumentException: already added :...
Getting error "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets(3,3): Error: java.lang.IllegalArgumentException: already added :...
View ArticleWhy does my master detail page have 2 navigation bars?
Hi, Im using xaml for my master detail page and other pages however when i run my app i seem to have 2 navigation bars present and one doesnt have any items. help please. Master detail page code `...
View ArticleCould not load assembly 'Xamarin.Android.Support.Fragment...'
I am getting this error in VS 2017 when attempting to build my Android project. Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly...
View ArticleResource.Attribute' does not contain a definition for...
Hi Team , During Project Build , We are getting below error- 'Error CS0117 'Resource.Attribute' does not contain a definition for 'MediaRouteControllerWindowBackground'' 'Error CS0117...
View ArticleXamarin.Forms.2.3.4.247 update : project won't build
Hi, I just updated Xamarin.Forms to version 2.3.4.247 as well as a couple of other packages, and I get this error, completely new for me:...
View ArticleHow can I install Microsoft.Graph in a forms project
I have downloaded a sample project from microsoft showing how to use Microosft.Graph in a forms project. However I cannot install the latest version of Microsoft.Graph in a forms project. i have tried...
View Article