iOS alert message inside webview not dismissing after clicking close
I am loading url in webview, which has file upload to upload images. If image size is big, then following error message is shown: Not accepted file size or file size is too much after that I click OK...
View ArticleWP8 and NGraphics give an error
After XForms updates to 2.0 version WP8 project count't be compiled, error: Cannot resolve dependency to assembly 'Xamarin.Forms.Platform.WP8, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null'...
View ArticleiOS WebView doesn't resize Width on device rotation.
When I drop a WebView into a view, I'm having an issue whereby when I rotate the device, the WebView stays the same width as it was initially. note: I always start out vertical, so rotating horizontal...
View ArticleBuilding errors after update to Xamarin.Forms2
Please help! I just updated to Xamarin.Forms 2 a solution with three projects: - Portable library - Android project - iOS project After updating my solution is giving me 271 errors when I build: In...
View ArticleTabbedPage inside Sidebar Navigation causes tab selection problems
Hi. I'm using a TabbedPage inside the Sidebar Navigation component from Jack Dehlin. Unfortunately the tab bar items only recognize long press gestures and no short taps. Does anyone know this problem...
View ArticleHow to create complex bindings?
I'm setting up DataTemplate for ListView. It's easy to create a binding for a single property. For example: listView.ItemTemplate = new DataTemplate(() => { var cell = new TextCell();...
View ArticlePlans to add WebClient to PCL?
Hi all, I've been researching a way to implement my service layer in the PCL of a Xamarin Forms project, and one of the requirements is upload / download progress. Through a good bit of research, I...
View Articlesan francisco font
I'm relatively new to mobile app development and right now I'm trying to change the current font for a label in my xaml to iOS's relatively new San Francisco font. I've tried using FontFamily="SF" and...
View ArticleDynamically change application icons for iOS and Android
For branding purposes is it possible to dynamically change the icons used to launch the application for iOS and Android? For example a user logs into a web portal, uploads their icon image and then...
View ArticlePlease Help .......... the cart icon on Navbar
how to do the same thing to show the number of items on the cart icon of right top corner. any ideas ?
View ArticleHorizontal scrollview within vertical scrollview
I'm currently porting a iOS App to Xamarin.Forms. The app presents a vertical scrollview which contains a list of horizontal scroll views: --------------- | __ __ _|_ __ | |A1| |A2| |A|3| |A4| ... | --...
View ArticleTabbedPage bug?
Is this a bug or I should use it in another way? public class MyQuestionsPage : ContentPage { public MyQuestionsPage() { Title = "My Questions"; Icon = "TabBar-Icon-MyQuestions"; } } public static Page...
View ArticleProblem consuming Restful webservice. "Found conflicts between different...
Hi, I am trying to get data from a Restful web service. I have followed the TodoREST sample. However when I build I get the warning: "Found conflicts between different versions of the same dependent...
View ArticleError when building sln: Cannot copy "Xamarin.Forms.Core.dll" to bin
I get all these timeouts when I attempt to build my solution: Error Could not copy "C:\Users\my_user_name\Documents\Visual Studio...
View ArticleList of published Xamarin.Forms apps?
Is there a list of some known Xamarin.Forms apps that are published that we can look at and reference as good examples of what can be done using Xamarin.Forms on multiple platforms? If not, maybe this...
View ArticleText Input Popup Dialog in Xamarin.Forms?
Is there a way to make custom pop up views in Forms? Or at the very least, display a simple label + input box?
View ArticlePrism and Navigation
Hello! I would like to use Prism.Forms in my app. I can register Container.RegisterTypeForNavigation<Page1, Page1ViewModel>(); for navigation. But I cant find how to use cache during navigation....
View ArticleDLToolkit PageFactory - simple MVVM for Xamarin.Forms (github)
DLToolkit.PageFactory for Xamarin.Forms The main reason for creation of PageFactory was that I needed very simple to use library which would free me from implementing the same things for any...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View ArticleUpdating to Forms 2.0.0 throws Layout cycle detected. Layout could not...
Updating to Forms 2.0.0 throws Layout cycle detected. Layout could not complete exception in WindowsPhone and WinRT. In Android and iOS, I dont experience any crash, but it makes a strange behavior to...
View Article