Read and display the html of a webpage
How anyone got this to work? Ive been trying for quite a while now but can't seem to make this work. The requests always come back empty.
View ArticleMasterDetailPage right aligned ToolbarButton hidden in iPad Landscape mode
If I add a button to the navigation toolbar when a page is created in iPad Landscape orientation and assigned to the Detail of a MasterDetailPage it will not show up. If you start in Portrait and...
View ArticleTabbedPage
Hallo, I have a Xaml TabbedPage(object) with 3 views in it <view:1 /> <view:2 /> <view:3 /> I can acces the object in XAML but not in the code behind {Binding object} is working but...
View ArticleAzure Mobile Service AD login with Xamarin iOS acquireToken error
I have configured a Xamarin Forms iOS app to use Azure Active Directory authentication. I successfully get the login prompt (using ADAL_iPhone_storyboard.storyboard obtained online). When I log in with...
View ArticleHow can I invalidate a view in a ListView after lazy load
Say I have a ListView with a custom ItemTemplate. After all of the data is loaded and the screen is rendered, how can I invalidate a View in one (or more) rows and force a redraw? Note: the underlying...
View ArticleScrollView, StackLayout and a lot of Childrens
Hello, I have a StackLayout in a ScrollView. My StackLayout got a lot of childrens and i want to only update thoses that are visibles. How to know the ones that are on screen at a time ? to know the...
View ArticleOxyPlot for Xamarin.Forms error (exception while loading assemblies)
Hello, I added OxyPlot.XamarinForms package to my project but I got this error (I'm on beta channel), any idea ? C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(2,2):...
View ArticleIos simulator not working
Hello everybody, my simulator was working yesterday. Then this morning i pull the solution with github. Since when i run the ios simulator have this message "Error MT0000: Unexpected error - Please...
View ArticleShow Error Message
Whats the best way to show error message in a cross platform application? Thanks
View ArticleLaggy/Bouncy problem on Android during PushModalAsync()
Hi, please can someone tell me how to get rid of the lag/animation on Android when doing a PushModalAsync of a content page? I have a simple Tabbed layout, and would like to present a simple content...
View ArticleErrors after upgrading
Any ideas how to fix this? I upgraded to the newest version, now nothing is working. The projects dont build. Packages are missing. This is very disappointing, since my environment was working fine,...
View ArticleiOS page covers status bar
What should I do to prevent the application cover the status bar area? It covers the whole window and status icons are visible through top_grid on iPad 2 simulator <?xml version="1.0"...
View ArticleWork with Custom Renderers in Sketches
Anyone know how to work with custom renderers in Sketches? My first attempt didn't work. I added all the custom renderer code directly into the sketches file...no errors but just didn't work.
View ArticleBlack Bars
Randomly when developing a very simple forms app, I am getting these black bars on the top and bottom of the app. Does anyone know why this is happening?
View Articlepaypal integration?
Has anyone gotten a cross platform solution for paypal integration that plays nicely with forms? I'm having a hard time getting android bindings working and wondering what others have done.
View ArticleHow to tame the Xamarin.iOS Build Host ?
I cannot be connected to the mac all the time. That thing "Xamarin.iOS Build Host" is terrorizing me all the time. It activates the "Error List" window at every build and debug even in configurations...
View ArticleAndroid: Custom Group Header Renderer
Can someone point me in the right direction, I'm looking to change the styling on TableView's group header from the default black background and blue text, but I'm a having difficulties getting on the...
View ArticleIssue w/ Grids
I have a page wherein I have a Grid and some controls, labels, pictures, etc. The user can tap the items on the page to get details, in which case I create a new instance of a custom control and add it...
View ArticleIntegrate a StackLayout with UITableViewCell
I'm writing my own renderer which produces a UITableView (similar to ListView). As part of that process I need to add a StackLayout into my UITableViewCell. I'm trying to use...
View ArticleException in Sqlite-Net-PCL after updating Xamarin
My code worked well. Nothing has changed. But after I updated Xamarin to version 5.5.4, I am getting following exception when I run the following line: CODE: SQLitePlatformAndroid sqlitePlatform = new...
View Article