Ronan Burke
Ronan Burke
iOS and Windows have their own standard formats for image sizes: - https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/ - https://docs.microsoft.com/en-us/windows/uwp/app-resources/tailor-resources-lang-scale-contrast#scale It would be nice if this application supported generating the standard sizes for Android, iOS,...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
**Is your feature request related to a problem? Please describe.** Reading the GDPR documentation it is a bit unclear what needs to be done to disable ad personalisation. `PersonalizedAds: You...
### Description On Android, it is possible for `RegisterTypes` in `App.xaml.cs` to be called multiple times within the "lifespan" of the app. This can lead to unexpected behaviours. In the...
## 🐛 Bug Report Crashes are happening for `PopupNavigationImpl.AddAsync` and `PopupNavigationImpl.RemoveAsync` (this one is most common). I am using Prism.Plugin.Popups and tried originally posting this on that repo: https://github.com/dansiegel/Prism.Plugin.Popups/issues/238 The...
## 🐛 Bug Report I am using Prism 7.2, Xamarin.Forms 4.8, and trying to use Rg.Plugins.Popup on UWP. If I navigate through a few pages and then open up a...
I have a Xamarin.Forms project using Mapsui running on UWP. I have enabled Panlock: `mapView.PanLock = true;` which generally seems to be working great. I want the map to be...
Emulate the in-game settings menu. Have the capability for different tabs along the top to group different settings. - Tools - Views - Graphics - Simulation Settings menu should be...
**Describe the bug** Error messages in console when trying to run the project on more modern versions of node/npm. **To Reproduce** Steps to reproduce the behavior: 1. Install latest npm/node...
There are currently 4 historical backgrounds in the repository: - background-image: url("../img/site/steel-wave.jpg"); - background-image: url("../img/site/void-edge.jpg"); - background-image: url("../img/site/gray-triangles.jpg"); - background-image: url("../img/site/black-mist.jpg"); It would be good to have arrows to cycle...