Regarding Back Problem in master details page
I am facing issues with on pressing the back button, my application get closed. actually i want to create a menu with hamburger icon that will display to all the application using master details page....
View ArticleVisual Studio 2017 wont display Xamarin Profiler - Spent 5 hours.
I've put 5 hours into trying to get VS to display the Xamarin profiler. Yes I followed the troubleshooting checklist https://developer.xamarin.com/guides/cross-platform/profiler/troubleshooting/ I am...
View Articlevisual studio 2017 Enterprise, Xamarin Profiler is not showing
In my visual studio 2017 Enterprise, Xamarin Profiler is not showing.Please help this to solve this. at starting in vs2017 it is showing and I worked but after doing few updates to the Vs2017 it is...
View ArticleProblem with release, Archive for publishing.
When i try to install in android devices the keystore signing is working well but when i try to Release, Archive for publishing getting error attached below so please help me out....
View ArticleHow to call any Navigation.PushPopupAsync from CustomViewCell in Xamarin Form?
I have a ListView and which is having CustomViewCell. CustomViewCell having few buttons. Button: ShowProfile: This button popup another page. The problem is I don't know how to...
View ArticleHow to delete item from ListView and ViewModel ObservableRangeCollection in...
I want to delete item from ListView and ViewModel ObservableRangeCollection in Xamrin.Form. Here is my code. Please suggest. EmployeeResultsPage <ListView x:Name="EmployeeResultsListView"...
View ArticleSelected item BackgroundColor overwrites button BackgroundColor (ListView)
Hello to all. I have this custom ViewCell: <ViewCell> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="auto"/>...
View ArticleXamarin 4.8.0.756 is not installing only downloading apparently...
Currently I'm inable to build my app in Xamarin Studio because the project is disabled (it says This project type requires Xamarin.Android to be installed). Every time I check for updates, it always...
View ArticlePlaying Local Video On ExoPlayer
Does anyone know how I can play a local .mp4 file from androids Resource folder or Asset? I've read nearly everything I can find online but can't get anything to work. As far as I've read, it's not...
View ArticleWhat are the plans for UrhoSharp?
I have been using UrhoSharp for the past 1,5 years (and have heavily invested my game on it). Generally speaking I'm really satisfied with it (I'm feeling really productive working with it). BUT my...
View ArticlePlay mp4 video while application launches
I am trying to play a mp4 video without any play-pause or seek-bar controls at the moment when application launches (just like the splash screen).
View ArticleHow to redirect page ?
I am getting response from API { "success": false, "message": "Whoops..! Some Error Occured !!", "parameters": "" } so I want to check condition on the basis of true or false. If it is true then it...
View ArticleMaster detail page strange behavior after update
Hi, Since I updated Xamarin Forms to latest version (2.3.2.127), the detail pages (which are navigation pages) from my master detail, flicker. Each time I select a different page, the navigation bar...
View ArticleFlicker in Master Detail Navigation
White screen flickers when changing the detail page on Android (as if a whole white screen is painted between the transitions). Previous versions were smooth. (iOS works fine) The problem is present in...
View ArticleOpen mobile camera in webview
I'm building an application where i load website in a webview. On website i open device camera ( take pics etc ) and its working perfectly fine on all browsers but when i load same application in...
View ArticleSwitch with image
Hi, I want to implement a switch with image like below. How can I do this on xamarin.forms Do you know a librabry for that ? Thank you !
View ArticleProcessing real-time camera frames with SkiaSharp
I'm trying to come up with some cross-platform logic to process video frames in real-time. I already have a platform specific implementation working on UWP using Win2D; I'm trying to see if I can now...
View ArticleInjecting to another application requires INJECT_EVENTS permission
Hi, I need help to go back from gallery to my application! I'm creating a test for my application (ionic 2 app) with xamarin: in my application I can go to gallery to set profile photo. In test, I need...
View ArticleHow to find the equivalent pixel format in skiasharp?
In system.drawing there is a pixelformat in which we have added the pixel format while creating the BITMAP.Kindly refer the below code. Bitmap image = new Bitmap((int)width, (int)height,...
View ArticleDo iPhone apps have to work on iPad for them to be published on the App Store?
When releasing an iOS app for iPhone, does it also have to work on iPad? _Make sure your app works on iPad, not just on iPhone. Users appreciate having the flexibility to run your app on either type of...
View Article