BaseUrl for HtmlWebViewSource: how to use it?
I'm trying to set the BaseUrl of a HtmlWebViewSource for a WebView, so that local resources such as images can be shown when I want to load a web page from a "local" string containing the html. I...
View ArticleiOS keyboard height on iPhone 6
Hey guys, on my app built in Xamarin Studio with Xamarin.Forms on iPhone 6 and 6+ I get a keyboard that is taller than other iOS 8 apps, like "Reminders" for example. Check both attached screenshots....
View ArticleIsAssignableFrom Error: System.Type does not contain a definition for...
I am attempting use IsAssignableFrom in a Xamarin Forms app, but I am being presented with the error System.Type does not contain a definition for 'IsAssignableFrom' and no extension method...
View ArticleHow can I Create a Blank PCL/Shared Xamarin.Forms project in Visual Studio?
Currently on creating a blank pcl/shared Xamarin.Forms project in VS I'm getting an error which says that Windows Phone 8 SDK is required. But I am already having VS Update 3 installed on my machine....
View ArticleiOS Current Location Access
Hi guys, Requirement: -------------- I have a requirement in my app where the user clicks check-in, the app gets the current user location and saves the check-in time. App should proceed to save the...
View ArticleButton Image behaviour for iOS.
I have a strange issue with a Button image when rendered on IOS. The image is a 32px x 32px PNG with no transparency. just 2 flat colours. However when it's rendered on the button in the iOS simulator...
View Article[Winphone8] Performance of xamarin form in Winphone8
I have a project that 1 homepage contains serveral items (contaner is not a listview). Each item is a view and I added manually. And something may be goes wrong, the application runs quite slow. It...
View ArticleJson DateTime Converter
Hi. I have problem when showing DateTime to client from json. I have included my code And json here : Json.net serializer public Task<XList> List(string token, CancellationToken...
View ArticleTrial
Hallo, developer.xamarin.com/samples/WorkingWithImages/ in this example only the local images are working and the downloaded are not shown. I tried some other examples (webview/image) and got the same...
View ArticleConnect with Social Accounts (Facebook,twitter etc) and change profile picture
Hi, We are creating a app that we need to implement all Social Account and change the profile picture from app. we are added "Xamarin.Auth" components and using a "OAuth2Authenticator" service after...
View ArticleUnhandled exception when popping modal on Android.
In my MainActivity, I'm starting the application and provide a RootPage. This goes as follows: public class MainActivity : XFormsApplicationDroid { protected override void OnCreate(Bundle bundle) {...
View ArticleUnhandled exception when popping modal on Android.
In my MainActivity, I'm starting the application and provide a RootPage. This goes as follows: public class MainActivity : XFormsApplicationDroid { protected override void OnCreate(Bundle bundle) {...
View ArticleProblem with popping modal on Android.
In my MainActivity, I'm starting the application and provide a RootPage. This goes as follows: public class MainActivity : XFormsApplicationDroid { protected override void OnCreate(Bundle bundle) {...
View ArticleProblem with popping modal on Android.
In my MainActivity, I'm starting the application and provide a RootPage. This goes as follows: public class MainActivity : XFormsApplicationDroid { protected override void OnCreate(Bundle bundle) {...
View ArticleXAML Custom base page not working - Can't load types
I have an issue trying to create a custom MyBasePage that will deal with some key behavior for all pages of the app. For that, I have created a class "MyBasePage" that inherits from "ContentPage" in...
View ArticleImage source http credentials
Hello, I'm building an internal application and I want to use authentication on an image source. The problem is that I need basic (or cookie login) on the UserPhotoUrl. This is the xaml of the page,...
View ArticleReadonly EntryCell with Tap-Event?
Hello everybody, I have a TableView with some cells. Some of them are editable, some are not. I would like to use an EntryCell for showing a Label and a Text in a horizontal alignment. This entry cell...
View Article