Problem using Geolocation from Xlabs sample
I tryed to include in my share project the Geolocation feature from Xlabs sample but i'm having problems when it comes to call the dependencyService. I have a content page and in there i have my button...
View ArticleAnimation LayoutTo, children not animating
I'm creating a contextmenu, it's basically a grid with Bounds.Height = 0 and that animates to Bounds.Height = 200 The grid contains a label when animating the label immediatly appears full size while...
View Articlelooking for controls like Signature pad , Camera , Wizard in Xamarin.ios App...
Hallo, I am new to the Xamarin and Mobile Environment , We aren't using the storyboard in building the IOS Application Looking for the Controls like Signature pad , Camera , Wizard progress to...
View ArticleWebView Zoom ?
How do we enable pinch and zoom and all the other gestures on mobile browsers in the WebView?
View ArticleLoad doc Files
How can we load local doc files into webview with xamarin shared project?
View ArticleWindows 10 Preview
If I install the Windows 10 preview edition on a Windows tablet, would Xamarin.Forms 1.3.x apps be expected to run on it? I have a new tablet on the way and would like to do testing of my app against...
View ArticleWeird behaviour on iPhone 6 plus in "Zoom mode"
Hello I am building an app with Xamarin Forms.. it works good so far - but I have an issue with the iPhone 6+ Zoom mode. As far as I understand this, the iPhone 6 Plus in Zoom Mode should behavior like...
View ArticleAuto scroll in a ListView
Greetings. The question is concerning a PCL Xamarin.Forms project. I have a ListView which is bound to an ObservableCollection. I would like for the list to auto-scroll to the latest added item in the...
View ArticleFirst launch of android app has very slow foregrounding when built as APK....
The very first time I launch my app after building an APK it has very slow foregrounding where it shows the blank black android screen with the app name and icon at the top, then after several seconds...
View Article[Android] Can't use Theme
When I try to set a Theme like this: <style name="Theme.Splash" parent="android:Theme"> <item name="android:windowBackground">@drawable/splash</item> <item...
View ArticlePublish Android Package Option Not available in Xamarin Studio
I used to publish Android package using Publish Android Package option in Xamarin Studio. However after I upgraded to Version 5.9 (build 431)-I dont see that option anymore. How are we supposed to...
View ArticleError Executing task LinkAssemblies for Android Release Build
I recently built an application using Xamarin.Forms. The Android app runs fine when using the Debug profile for compilation, however when switching over to Release then compiling it, I get:...
View ArticleScrollView inside another ScrollView big problem!!!
Hi, I have 2 ScrollViews, the first one has an Horizontal Orientation. The second one, has a Vertical Orientation and is inside the first one. In the second one, I put a Grid with X columns and each...
View ArticleGeolocation using Xamarin.Forms.Labs in a PCL project
Hello guys, After browsing almost all the threads about Xamarin.Forms.Labs and Geolocator to get the current location and to use it in a Xamarin.Forms.Maps, i'm about to give up. And i'm quite lost...
View ArticleWindows Phone - how can I get Buttons and Pickers to line up with other Views
As per the attached screenshot, when I have Button and Picker views on the same page as other views, the apparent left and right borders of the Buttons and Pickers are not aligned with the other views....
View ArticleMy wish list for Xamarin.Forms
Basic: - the RecyclerView is so much better than (Android)ListView, please replace ListView with RecyclerView - Easy access to native renderer, for example var cell = new CustomViewCell(); var...
View ArticleHow to use the Scrollview horizontal scroll PagingEnabled
Android how to implement a iOS this.PagingEnabled=true function
View ArticleOut of memory exception on constant switching between views
I have a few screens in my app. Each screen pulls data from a rest service. This task is called in OnAppearing event of each screen. The data is displayed as listview on each screen. List view has...
View ArticleHow to go to SPECIFIC PAGE when user clicks on Push Notification
I have a Xamarin.Forms app (XF 1.3.4) that uses Azure Messaging to connect with GCM and APNS. The app works great - the app registers for push notifications, and push notifications are received...
View ArticleBinding ListView on Windows Phone 8 don't work
Hello I have the following XAML: <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="BNBApp.Productos.frmExtracto"...
View Article