How we use MuPDF in android
Hi, How we use MuPDF in android in xamarin forms android. http://mupdf.com/ Thanks
View ArticleNFCA A Windows Phone read problem
Hello, I am having a difficulty reading NFCA card on my Windows Phone with Xamarin Forms. Could you point me please to a library or any suggestions how to do it on WP? Kind Regards, Taras
View ArticleBug on MasterDetailPage WP ?
Hi I try using MasterDetailPage using XAML. It's work on android not on WP. here the XAML : <?xml version="1.0" encoding="utf-8" ?> <MasterDetailPage.Master> <ContentPage.Content>...
View ArticleFreshMVVM: No default constructor exception on PageModel constructor injection
Hey there, getting a missing method exception when trying to create a new page using FreshMVVM. System.MissingMethodException: Default constructor not found for type...
View ArticleTapGestureRecognizer not firing for Android
TapGestureRecognizer is working for WinPhone but on Android although the Application Output is showing [ViewRootImpl] ViewPostImeInputStage ACTION_DOWN but the Tapped evenit isn't being called... var...
View ArticleSyncFusion DLL for Datagrid not getting loaded.
System.TypeLoadException thrown.Attached the screenshot of the same.Can someone please help?
View ArticlePreventing "Sleep mode" - Keeping the app alive
When my app has been startet, it shouldn't be sent to background by display-timeouts or whatever. So I want to deactivate the "Sleep mode" of the phone or tablet by code. Does anybody have some tips...
View ArticleListView 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 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 Article