innomotionmedia

Results 5 issues of innomotionmedia

If on iOS (Xamarin.Forms) requests an alert ( like a toast on android ), the alert is rendered BEHIND the popup, while alerts SHOULD OFC ALWAYS be in front. How...

Hi, the attribute android:exported is missing. This is the manifest after build: This needs to have android:exported="false" or "true" for it to be acceptable by the playstore. This is a...

Im doing this: await new ImageCropper() { PageTitle = "Test Title", AspectRatioX = 1, AspectRatioY = 1, CropShape = ImageCropper.CropShapeType.Rectangle, SelectSourceTitle = "Select source", TakePhotoTitle = "Take Photo", PhotoLibraryTitle =...

hello, i have a flowlistview with 2 columns. So every row has 2 columns. But i want to add a different layout that goes over the entire screen (one row...

First click on button will close keyboard, second click will actually fire event handler on button. How can we circumenvent?