Victor Chelaru

Results 195 issues of Victor Chelaru

**Describe the bug** The `Probability` variable does not seem to properly apply whether a rule is applied in auto mapping. Specifically, values inbetween 0 and 1 (such as 0.5) act...

bug

## 💬 Questions and Help Currently to add a popup, the following code can be used: ``` var instance = Rg.Plugins.Popup.Services.PopupNavigation.Instance; await instance.PushAsync(popupToAdd); ``` I don't see a method in...

question

On Android you can set `BackgroundInputTransparent` to true, and the popup will not block clicks on the underlying UI when it is shown. On UWP this property has no affect....

I realize that I'm supposed to add PopupPage-inheriting objects to the `PopupNavigation.Instance`. I'm in the process of a very large refactor on my project, and during this refactor I need...

### Doc issue description I had a lot of difficulty deploying an iOS application to an iPhone (actual hardware, not simulator) which is connected to my Mac, but through Visual...

Pri3

**Describe the bug** Radio buttons (which render properly on iOS and Android) do not render properly on UWP. **To Reproduce** 1. Create a UWP project 2. Create a page 3....

enhancement
platform-UWP

**Is your feature request related to a problem? Please describe.** I often create RadioButtonGroupViews which are bound to a property on my ViewModel and I do a simple binding: ```...

enhancement

In my experience on mobile, render state changes are often what kills framerate. When this occurs I need to know how many render state changes I'm having per frame, which...

Feature Request
environment

If Children.Add is not intended to be used, then it should not be available. Users of Xamarin Forms use .Children.Add to add children to a view, so they would expect...

enhancement
Clean up

I find it awkward that the CocosSharp template includes a GameLayer.cs file which inherits from Layer. This seems to imply that the user should be using this to contain their...

environment