I have used entry and Picker in collection view header and it works fine in android.But in ios when I click on the entry or picker the page is getting down.Is there anyway to resolve this!?
I have issue similar to https://gitub.com/xamarin/Xamarin.Forms/issues/9879#issuecomment-609627755
Related
I am working on Xamarin forms app. There are two different views and I need to show and hide these views according to particular conditions (Using isvisible=true/false).
I am getting issue in iOS -
If invisible is true for 1st view and false for 2nd view then 1st view is not visible, one thing I have noticed 2nd view contains collection view and if that collection view removed then it works properly (collection view is only in 2nd view).
Above issue is only in iOS not in android,
Can anyone please help?
I am using Xamarin.Forms.Picker to show country list. It works properly in normal scenario. I have kept the one (downarrow.png) image, if user click on the image then I run below code to open select picker value. The problem is that it works but show picker value selection popup twice if user click on image. This problem occurred only in Android platform.
picker.focus()
Additional Information :
Xamarin.Forms version : 3.4.0.1008975
I am using xamarin forms for my project.
I am using Picker in forms. When the picker items has long text, then it will wrap like multilines.
But it shows like below image:
I am using Renderer Page in android and add the below code:
Control.SetSingleLine(false);
But it is not working. Can anyone please help to resolve this issue.
Currently in both iOS and android the time picker works like this: you have a time field, and when you tap it, the time picker pops up and you make your selection.
What I’m trying to find out, in Xamarin forms, is if you can expose the time picker itself as part of the main page’s UI, and not as part of a pop-up. So that you can set the time right on the existing UI without having to load another.
Is that possible?
I want to develop a custom popup that works exactly like a picker. The only difference I am looking out for is that I want a view or page to be in the popup content rather than the basic picker items.
Have you checked Rg.Plugins.Popup ?
https://github.com/rotorgames/Rg.Plugins.Popup
You can create your own pages and choose where and how they will popup. Animations ,click to close, timeout closing and many other features are supported.