iPad 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 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 ArticleHow to achieve scrolling on a page with StackLayout and WebView?
Currently I have the following project: https://github.com/bencrispin/ScrollInWeb I know I've read in other forum posts that a scrollable view inside of another is skeptical, but this works...
View ArticleWhy am I can't? [assembly:Dependency(typeof( ??)]
I see several people use this code, but in my code I can not make it work [assembly: Dependency(typeof(Droid.Path.Config))] namespace Droid.Path { public class Config : IConfig { Error Severity Code...
View ArticleIs Xamarin Forms ready for production?
Hi, I would like to know whether Xamarin Forms is ready for real-world development? We are planning to develop a cross-platform application, whose major part is data-entry and uses negligible platform...
View Article5 Tips to Properly Style Xamarin.Forms Apps
http://motzcod.es/post/125302147562/5-tips-to-properly-style-xamarinforms-apps?utm_source=Xamarin+Weekly+Newsletter&utm_campaign=87ff0a0a09-Issue_0517_30_2015&utm_medium=email&utm_term=0_07...
View ArticlePicker broken for Windows Phone 8.1?
The color example for the Picker control does not work on Windows Phone 8.1 when I reduce the number of colors in the pickers items list. If it is used with 6 items or more, the selection is shown as...
View Articlex:Reference not working?
I'm trying to use a view-to-view binding using x:Reference, but am having no luck. Specifically, I am binding the command/parameter of a TextCell's context actions menu. I wish to bind the command...
View ArticleBind a Command from list view itemTemplate (MenuItem)
Hi all, I have a list view, and I am using Xamarin Forms Content Actions functionality to add some swipe functionality. var moreAction = new MenuItem { Text = "Add Result", }; ContextActions.Add...
View Article