Peter

Results 15 issues of Peter

### Describe the bug Hi, I Have a WinUI3 `application` where I use the Webview2. I have the following startup code... ``` public MainWindow() { try { m_logger = LoggerProvider.Instance.GetLogger();...

bug
area-WebView
needs-triage
team-Rendering

Hi, I am using this in virtual mode, as I have potentially very large lists. Also, I have just single selection, where I preselect an item if it was previously...

enhancement

### Issue Type - [ ] Bug Report - [ x] Feature Request - [ ] Support Question ## Description Just reading the announcement at https://cordova.apache.org/announcements/2021/09/06/cordova-electron-release-3.0.0.html.. ``` Cordova Plugin Support...

# Bug Report ## Problem I am not sure if you want to consider this a bug, as perhaps my use case is a bit out of the ordinary, but...

# Bug Report ## Problem I have been building my Ionic Cordova windows application for a number of years now. A always build x86, x64, and ARM. All of a...

# Bug Report ## Problem No matter what I do, the Cordova package manifest always ends up with the description "A sample Apache Cordova application that responds to the deviceready...

This may be similar (or even the same)? as [this issue](https://github.com/natural-apptitude/ngrx-store-ionic-storage/issues/31) When running my application in browser (ionic serve), all works well. I see the state stored in local storage,...

## VERSION: ## _Provide the version of Swashbuckle you're using_ ``` c.SingleApiVersion("v1", "A title for your API")) // .EnableSwaggerUi(); HttpConfiguration httpConfig = new HttpConfiguration(); SwaggerConfig.Register(httpConfig); WebApiConfig.Register(httpConfig, unityContainer); app.UseWebApi(httpConfig); // SwaggerConfig.cs......

## Current behavior I have outlined this here [in this post](https://stackoverflow.com/questions/76784685/ngx-translate-not-loading-for-some-lazy-modules), but not expecting much feed back from there. In summary, as in the post, when loading my second lazy...

After upgrading to Ionic 7 / Angular 16, I could not use the release version of this Ionic Selectable as Angular 16 now needs all libs to be Ivy compatible,...