Xamarin.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 ArticleAny update on Xamarin Forms with Windows 10 Universal Windows Platform?
I am eagerly waiting to hear from Xamarin Forms working with Windows 10 UWP apps ... anything exciting launching tomorrow with VS 2015 launch?
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 ArticleCamera application using Xamarin.Forms.Labs
I need to implement camera application in my app . Am using Xamarin.Forms.Labs. Am new to Xamarin.forms. I gave following code. private async Task TakePicture() { mediaPicker =...
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 ArticleNeed Image.Aspect.DoNothing
I'm creating a view with several image views where I don't know the size of the image at design time. I want the images to just be centered in the control and I don't want the images stretched in any...
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 ArticleThread started Thread Pool : When i get data from api put to group listview
I want to get data from api and put to group listview, but app not show error and not display data. Sorry my english not good This my function to download data: and code to display in layout DataModel:...
View Article