Cannot Access Camera Permission
Hi Having a problem while trying to take a image using the camera. Whenever i deploy a fresh install of the app. Open the app. Try to take a photo the permission dialog opens it asks for "Allow to...
View ArticleAdding pages programmatically to CarouselPage
Hello everybody! _I realized the crutch! It works, but I would like to know better approaches to this task. _ I have Months that I want to display in CarouselPage. Here are the problems I faced: 1. At...
View ArticleHow to Open MasterDetailPage from App.cs class and also change the detail...
Hi All, I have a ControlTemplet which is common for all the content pages which i have used in my Application. and my Control templet Contains A hamburger button at the top left corner , So now when i...
View ArticleInitializeComponent does not exist in the current context error
Hi, The error CS0103 (The name 'InitializeComponent' does not exist in the current context) has started appearing after doing a build of our Xamarin Forms solution. The build, however, appears to have...
View ArticleMaster-Detail "Look and feel"
Hi, I have been searching for a tutorial on creating a menu like Gmail master-detail. I can do the functionality. I am just curious as to what controls are used to build that. My guess is....
View ArticleListView ItemTemplate with varying number of images inside
I am trying to set up a listView that shows a number of things from my itemsSource, and within those items I want to show a star rating. I am familiar with sfRating and it works great except for the...
View ArticleMouse wheel event
Does XF expose any mouse wheel events? Any workarounds? Xamarin.Forms doesn't give enough love for tablets.
View ArticlePrism EventAggregator in Xamarin.Forms
I have done some search and did not find any documentation on how to use it in Xamarin.Forms. About WPF, I found some but they was old, and I couldn't figure out how to bind it with Xamarin. Please,...
View ArticleXamarin Live Player with Prism???
Hi guys, I really love Xamarin Live Player. It works perfectly with a "standard" XF application. But I can't find a way to make it work with a Prism application. I just get 20 build errors with the out...
View ArticleTabbedPage Resizes After PopAsync from Other Pages
We have the following navigation hierarchy in place: Login (ContentPage) -> Home (ContentPage) --> List of Items (ContentPage) ---> Details View (TabbedPage) ----> Add Entry (ContentPage...
View ArticleXamarin Forms App cannot connect with SSL web api
I have a xamarin forms app which connects fine if the web api is NON-SSL. I have written a windows console project to connect to the same web api(both ssl and non-ssl) and seems to work fine. I am...
View ArticleXamarin.Form Error: Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be...
I am getting couple of errors while trying to run xamarin forms app on android emulator: A> Got this error randomly: **Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be installed in...
View ArticleFormatted Label with Xamarin.Forms
Can someone please show me how to use Xamarin.Forms.Label.FormattedText correctly? I'm using Xamarin.Forms to write a Carousel based app, when I try Label IntroductionTextLabel = new Label();...
View Articleskiasharp is not work in local:view
There is One Page and One View. In page's xaml file <ContentPage.Content> <ScrollView Orientation="Vertical"> <StackLayout HorizontalOptions="FillAndExpand"> <local:InnerView/>...
View ArticleAdmob Rewarded Video Ad not shown
I am having trouble showing rewarded video ads from admob in my Xamarin.Form app on Android. I am using this component. https://components.xamarin.com/view/googleplayservices-ads I am able to request...
View ArticleGetting control after INavigation.PopAsync() in Xamarin Forms
I have PageA + ViewModelA, and PageB + ViewModelB. From A i'm calling PushAsync(B), editing some data, and calling PopAsync(). So now B becomes closed, and user returns to A. But in B user changed some...
View ArticleOpen browser and start searching a keyword saved in local db
I am using following code for opening google from my xamarin forms app. Device.OpenUri(new Uri("http://www.google.com")); I am also saving a string in my local DB using the following code....
View ArticleiOS. Archive for Publishing fails
Hello! I need your help, friends. After upgrading Visual Studio for Mac to version 7.4 (build 1033), I had problems with the "Archive for Publishing" command for the iOS project. As usual, I select the...
View ArticleDoes anyone know how to resolve this error.
The project runs good at start, but after running two to three times , i am getting this error. Can anyone please help me. Errror: Severity Code Description Project File Line Suppression State Error...
View ArticleMerge between Font Attribute and Font Family in same Label #383
how to use FontAttribute and FontFamily in same Label ? and how to use converter in FontFamily ? please any solution
View Article