Quantcast
Browsing all 91519 articles
Browse latest View live

Android 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 Article


Why 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 Article


using 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 Article

Xamarin Forms and Azure Mobile Service with Facebook authentication fails

Hi, I've setup my app to authenticate to Facebook. Attached are the settings I've used. When we run the app and click on a button to authenticate to Facebook, it doesn't work and we get the error...

View Article

Expander

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 Article


WebView and ListView in one page.

Hi there, I've been struggling with this for a while now, but for some reason I can't seem to find the solution. So please help me out! I'm trying to build a BlogPage which consists out of 4 parts; 1....

View Article

How 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 Article

TapGestureRecognizer 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 Article


Android 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 Article


FreshMVVM and XLabs

Hi together, I’m currently implementing an app with Xamarin.Forms for all three platforms. Looks good so far using FreshMvvm-Framework. For having some extras in the app (geolocation, calendar, a...

View Article

Strange Spacing / Scrolling in Xamarin Forms ListView on Android 6

On Android 6, Xamarin Forms ListViews in both C# or XAML have a large space at the top and bottom and I have to scroll down to view the rows in the ListView. This is reproducible with the latest...

View Article

Proper 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 Article

Xamarin.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 Article


contentSize 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 Article

Handling 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 Article


Need 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 Article

Image may be NSFW.
Clik here to view.

Custom 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


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 Article

FileStream does not exist add reference in xamarin form //...

using (var httpClient = new HttpClient()) { using (var request = new HttpRequestMessage(HttpMethod.Get,new Uri("http://preprod.quickappsbuilder.com/api/apps/getapp2"))) { using (Stream contentStream =...

View Article

File.WriteAllBytes not found

File.WriteAllBytes not found i already include system.IO file ??

View Article
Browsing all 91519 articles
Browse latest View live