WKWebView 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 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 ArticleWhich Library/.NET Versions
Hi, I am new to Xamarin. I want to create an app for API Level 21 using Syncfusion Xamarin Components. When I create the new Project in Visual Studio, which target Framework should I use? As Syncfusion...
View ArticleGet content of a WebView as a string
Is it possible to get the content of a WebView as a string? I tried using: HttpWebRequest httpWebRequest = (HttpWebRequest)WebRequest.Create(Constants.LOGIN_URL); HttpWebResponse response =...
View ArticleError: Code signing failed.
I have an older Xamarin.Forms project (created late last year). I'm trying to rebuild the iOS version to run on 9, but no matter what I set for signing options I get "Error: Code signing failed.". I...
View ArticleHow to add custom view to xaml
I created a custom view renderer. This custom view is placed in a layout in C#, the code behind. I am creating an instance of my custom view class in C# and then adding it to the layout like you would...
View Articlehow to select mutiple images and upload in forms like whatsapp?
Hi every one, Is there any way to select multiple photos and upload those selected photos in xamarin forms..
View ArticleHow to avoid showing keyboard when focusing EntryCell
Hi, I have a Xamarin.forms project, I have a page with an EntryCell control, I want to avoid showing the keyboard when the EntryCell gets the focus since it is for scanning barcode labels, how can I...
View ArticleXamarin RendererFactory.GetRenderer() not working
I am developing a cross-platform control using Xamarin. My goal is to have a list of selectable items. I have some iOS code that works fine: private UIView CreateViewWithTemplate(UIPickerView...
View ArticleTrivial exercise : implementing a stopwatch in xamarin forms.
Ok, here i am with the same question proposed in another 3d. I need to implement a simple stopwatch for android and ios (windows too). My stopwatch (chronograph) has to count time even if application...
View ArticleSelecting a Gallery Image
Hi everyone, I'm trying to build an app which contains a page where the user can select an image from the gallery on their phone. The approach I've taken is to create a DependencyService for image...
View ArticleHow to animate XAML image property change?
In my Xamarin.Forms app, I'm able to switch images in my XAML view using its ViewModel INotifyPropertyChanged property by swiping either left or right on the screen. Now, I would like to add a "swipe"...
View ArticleHow to create a custom grid control?
I am fairly new to Xamarin.Forms and MVVM. I currently have a method (using code from...
View ArticleTeamCity, Visual Studio, and a remote Mac?
Is it possible to build an iOS version using teamcity and msbuild? We do all of our work in Visual Studio with an iMac on our desk for dev builds. But we want to set up teamcity to do remote builds,...
View ArticleHow can I prevent RelativeLayout from re-drawing when child changes?
I've got a relative layout that contains a grid I position slightly off screen. The user needs to press a button in order for the grid to "open" (using LayoutTo). Once open, there is a toggle switch...
View ArticleHorizontal ListView
Is any way to create listview with horizontal scroll ? smth like in image. thanks.
View Article