ListView dynamic cell height, Grid in cell not measuring correctly
I'm trying to get dynamically sized row heights working on iOS but running into some problems. So far I've tried making a custom listview datasource as well as a subclass of ViewCell that gets the size...
View ArticleWKWebView caching not working
Hi there, I’m building a Xamarin Forms project whose main component is a WebView. I have built it such that on iOS7 a UIWebView is used, and on iOS8 a WKWebView is used. Basically I want a cache for...
View ArticleAcr.UserDialogs.ActionSheet(ActionSheetConfig) not working consistently
I have the following piece of code: private void ListViewAttachmentSelectSize(MediaFile IMediaFile) { ActionSheetConfig ASImageSize = new ActionSheetConfig(); ASImageSize.Title = "Attachment Size";...
View ArticleSaving XAML file breaks reference with class library project
I've added another Class Library as a reference to my Portable project. Whenever change is made to any XAML in portable, the error starts appearing saying "type of namespace not found" The app still...
View ArticleMessagingCenter or Events ?
Hi everyone, During my XF development, i used both Event/Handlers and Xamarin MessagingCenter (or the Messenger from MvvmLight) to pass data / update through distinct objects etc... My question here...
View ArticleDeploy to multiple devices from visual studio
Hi all, Is there any way to deploy my solution to Android and Windows devices at the same time from Visual Studio? At the moment I am going through the debug cycle on each one and its slowing me down a...
View ArticleHow to set Image source out of resources?
As I understood Image source must be inside the resources. what if my image is in different file location inside the device let's say "/storage/sdcard0/Android/data/FormsChallengs.Droid/test.jpg" How...
View ArticleXamarin License - per developer, per device. Can support multiple computers?
I have a question regarding the number of computers that I can use with xamarin. As you aware, I have Indie subscription. Is there a limitation of number of computers that I can setup my development...
View ArticleStart a FORM app from native android activity
Can somebody please let me know if there is a possibility of starting up a Xamarin.Forms application from within a native android app activity... If yes then how??? Cheers
View ArticleCompiling xamarin form APK within the Visual Studio 2015.
1 Saw some apk file inside the debug and release. Try to deploy to my tab.. Not install. 2. I also try via Visual Studio Export Android Package .. It give me error . no timestamp something. Question Is...
View ArticleWhy won't my images display on Android?
I have a forms app that is working and looks great on iOS. The images for iOS are stored in a central assets folder and a file link is added to the iOS 'Resources' folder. So, trying to get the Android...
View ArticleIs it possible to hide a ToolbarItem?
If a ToolbarItem has been added to the Navigation bar, is it possible to conditionally hide/show it? Consider the use-case of showing a "Save" button when an Editor field is dirty, but hiding the...
View ArticleThat I currently doing a social chat on a APP
What I need is, How do I write a code : post a image in into others comment wall. " Such as like FB "
View ArticleAspect for BackgroundImage
Is there a way to change the Aspect for the BackgroundImage? It appears to be Fill and I'd like it to be AspectFit.
View ArticlePCL: How to convert local image file to base64 string?
Hello, I need to convert local image file to base64 string. Exist some Xamarin.Forms class to perform this operation? thank you Esteban Lombardo
View Articleset custom font in webview
I want to set my own custom font in webview. WebView Description = new WebView(this.Context); WebSettings settings = Description.Settings; settings.FixedFontFamily = "DIN-Condensed-Bold.ttf"; I have...
View ArticleI can not add Xamarin.Forms to my PCL project
Hi guys, hope somebody can help me with this. I am using Xamarin Studio 5.9.7 under windows 8.1 I have created a new multiplatform solution using PCL and after the solution and projects have been...
View ArticleListView (iOS not Android) scrolls after item is replaced with another
Trying to work around the problem I fought all last week, I am attempting to make the Forms.ListView be able to handle the replacement of a cell on both iOS and Android. Again, Android works great but...
View ArticleHaving an issue with a Binding. Is there an equivalent to UpdateSourceTrigger...
I'm using Xamarin Forms and Breeze Sharp. Development has been going very well on my application but I've run into a snag. In essence, the PropertyChanged events that are firing in Breeze every time a...
View ArticleWhere does one see XAML parse errors in forms.iOS?
I'm using Xamarin Studio on OS X with the iOS Simulator to work on the iOS version of a Xamarin Forms app. I'm used to normally developing Xamarin.Android with forms and, in the Android framework, when...
View Article