Really stuck with a keychain issues in IOS
Hi all, I have a project that needs to store passwords in the key chain. its a forms project so I have an IOS class that does the work for keychain. I am using this code var queryRecord = new...
View ArticleIssues with adding ListView items in ItemAppearing
I'm trying to get a ListView to display with infinite scrolling, similar to Rob Gibbens' solution. However, I'm running into a few issues that seem to occur when I try to load additional data in the...
View ArticleCheckLocationSettingsAsync () Hangs when Called from OnStart()
Hi, I am trying to check the Fused Location API settings during Xamarin Forms OnStart() event by following this example:...
View ArticleIOS app when signed for enterprise distribution will not load on IOS device
Hi all, so i have a forms app, I have it working now Windows phone 8.1 android and IOS all in debug mode. I can debug the IOS app on a real phone or on the simulator no issues. when i create an IPA...
View ArticleAndroid Keychain
Hi all, I have an issue now with keychain in android as well as IOS. I have password vault up and running well in WP81. I can see that the package Android.Security has a calls called KeyChain and this...
View ArticleWhy does Layout.IsClippedToBounds affect sibling (not just children)?
I've got this: <Grid> <MyCustomShadowControl /> <StackLayout IsClippedToBounds="true"> <!-- some child controls here --> </StackLayout> </Grid> The Grid is...
View Articleusing included Symbol Icons for AppBar with winrt
How do I make use of the symbol icons included with WINRT? So usually in winrt I just do this <Page.BottomAppBar> <CommandBar> <CommandBar.PrimaryCommands> <AppBarButton...
View ArticleExpander
Is there a way to put and expander inside a ContentPage? I have a MasterDetailPage app and i would like to have sort of an expander; like the one used by gmail app where you specify multiple gmail...
View ArticleHow do I send options to the android contacts app?
I'm trying to start the basic android Contacts app via an intent in my Xamarin.Forms project. I am able to start the Contacts App in a dependency service but I don't know how to create a bundle to send...
View ArticleHow do I send options to the android contacts app?
I'm trying to start the basic android Contacts app via an intent in my Xamarin.Forms project. I am able to start the Contacts App in a dependency service but I don't know how to create a bundle to send...
View ArticleTapGestureRecognizer not firing for Android
TapGestureRecognizer is working for WinPhone but on Android although the Application Output is showing [ViewRootImpl] ViewPostImeInputStage ACTION_DOWN but the Tapped evenit isn't being called... var...
View ArticleAndroid keyboard and the ContentPage view collapsing/expanding issue w/...
Hi, after I upgraded to 1.5.1 and getting material design in place, my app is working and looking great in Android. HOWEVER the view when focussing or unfoccusing the keyboard does not work as...
View Articletype or namespace xamarin not found ...what is going on?
i created new app using xamarin.form and i got this error : type or namespace xamarin not found i follow some article about this issue and says delete ASP.NET Core 5.0.xml , and i did that but no...
View ArticleProper way to Use Xamarin Forms with RESTFull Web Services and backend data
Hi, I'm new to Xamarin.Forms, I have some questions about project structure and data access. I would like to create a Xamarin.Forms.Portable Solution for all three platforms with common data access...
View ArticleXamarin.Forms Running project hangs
Hello, I am new to xamarin and started with xamarin forms.Using visual studio 2015, I created xamarin.forms(shared) project. and without making any further changes. I am trying to run android project....
View ArticlecontentSize is 0 TableView
Hi everyone, I've been struggling with this for two days now and still can't seem to get it fixed.. so I hope you guys are able to help me out! I have a page which has a WebView and a ListView. Both...
View ArticleHandling Background Image sizes for iOS and Android
Hello, i searched now serveral hours to find a solution. I have background a image and i want to show these on all iOS Devices and Android Devices. What's the best solution for this? I don't really...
View ArticleNeed to rotate for initial form to show up
Hi folks, I've got a bug where on startup, I need to rotate my phone in order to trigger a refresh of the form so that it displays (otherwise I get a blank screen). Without going into any detail, is...
View ArticleXamarin.Forms Navigation Syntax
Following GettingStarted of xamarin forms and this code has me in a fix. listView.ItemSelected += async (sender, e) => { var todoItem = (TodoItem)e.SelectedItem; var todoPage = new...
View ArticleCustom switch with image
Hi, I want to build custom switch like the attached image inside the switch, and is changing if the switch is not toggled. Is there a way to do that using the renderer ? Thanks
View Article