Xamarin iOS Notifications (Dependency Service)
Hi, I have a really weird problem, I hope you can help me. I am implementing notifications in a Xamarin.Forms project, working in both android and iOS platform. To do so, I have to use Dependency...
View ArticleXamarin.IOS and Xamarin.Windows phone options are missing in Xamarin Studio
I have installed Xamarin Studio but when I am trying to create cross platform project the "target platforms :" are missing. That means only Android is enabled iOS is disabled and no Windows phone...
View ArticleAnimate adding/removing cells in a TableSection in iOS?
I have a simple tableview with a number of table sections, one of the sections has a SwitchCell that when toggled it adds/removes cells from another section. In the 'good ole days' of MT.Dialog I could...
View ArticleHow to navigate from one page to another page in Xamarin.forms
How to navigate from one page to another page in Xamarin.Forms (I am using Xamarin.Forms Portable) for all project (Android, Windows, iOS). 1. with Query String 2. without Query String
View ArticleXamarin.Forms.Labs FileNotFoundException error in xaml
hello! I'm trying to use ExtendedViewCell control in my listview to hide the separation bar. I added the Xamarin.Forms.Labs (Core) package with nuget. But in my xaml it throws the FileNotFoundException...
View ArticleMaster Details Page problem, detail view stretch outside screen on iPad in...
Hi, I'm having an issue when using the Master Detail Page in xamarin forms for iOS on iPad in landscape (don't know if issue appears on Android and WP). In our Master Detail Page we've build a menu...
View ArticleHow to make TableView fit to content, with no extra rows
When rendering a TableView, on either Android or iOS, it takes up a certain amount of space, regardless of the size of the content. My sample code is the following XAML: <TableView>...
View ArticleIntegrate Facebook login in Xamarin.Forms PCl
I want to Integrate Facebook login in my Project that is using Xamarin.Forms PCl. is it possible to integrate Facbook login in xamarin.form for Windows 8 App and others platform too?
View ArticleiPad Landscape hides content in Tabbed Page View
I have attached 2 images, both landscape. XForms 1.2.3 The iPhone correctly puts the content visible (WebView), but the iPad hides the bottom of the webview under the tabs at the bottom. The page is...
View ArticleNo iOS code signing key matches specified provisioning profile
Good morning , I'm a big probela ... I am creating an app in Xamarin forms , I have my correct certificates , follow the steps in...
View ArticleTool bar disappears on iPad switching from portrait to landscape
I am using Xamarin.Forms 1.2.3.6257. No special code for iPad. When the app launches in portrait mode my one toolbar item (refresh) is there, visible, and I can press it and it works fine. Switch to...
View ArticleHow to make the progress bar into "6.5".
Hi, How to make the progress bar into "6.5". I am trying to set progress property into "6.5" but not working.
View Articlebase folder path for ios and android
my application creates local files in the phone. I want the files to still exists after application update for android i use the path: Android.OS.Environment.ExternalStorageDirectory for ios i use the...
View ArticleSIP Hints in Xamarin.Forms.Entry
I was wondering if there is a way to provide hints to the OS on which keyboard to display, without using custom renderers? E.G. on Windows Phone a TextBox can have an InputScope attribute set to 'Url'...
View ArticleHowTo: Adding a Windows Project to an Existing X.Forms Solution
Hello. So, first of all, fantastic post by @JamesMontemagno here http://motzcod.es/post/122783563052/guide-to-add-windows-phone-to-xamarinforms-13 on how to do this. Perhaps I am missing a finer point...
View ArticleChange Anrdoid's Accent Color From Code
I've been searching around for this but can't seem to find it. Is there a way to change the accent color that is used for the TabbedPage's Selected Tab or the ListView's Selected Item from code at...
View ArticleSmtp in Xamarin.Forms.
I'm trying to send mail by Smtp in my project. I got it well for Android & iOS by MailKit. I don't know how can i do with Windows Phone ? How can i use Smtp in Windows Phone ? Thanks and Regards.
View ArticleTips to speed up intellisense in VS?
I'm running VS2013 and the Xaml intellisense is really sluggish. Anyone else experiencing this and is there a workaround available? // Johan
View ArticleWebview horizontal scrolling issue
I have an app loading a page in a webview. There is black spacing to the right of the content, I believe it's because the webpage is extending beyond the screen size. How to I make the webview fill the...
View ArticleHTML5 telephone links not working in iOS webview
In our Xamarin Forms project we have a webview, and that webview loads a page from the web. That page contains HTML, including a link to a telephone number with the following HTML: <a...
View Article