Peter
Peter
Looking at using an **expander** in virtual scroll ie a click a button and an item height expands to contain a sub-menu, which can vary per item. Tried using the...
Same problem. This occurs with either of Capacitor or Cordova wrapper. Tried adding ` sourcemaps = 'inline-source-map';` to `C:\dev\ionic\sqlite-test\node_modules\@angular-devkit\build-angular\src\angular-cli-files\models\webpack-configs\browser.js` as suggested [here](https://github.com/ionic-team/capacitor/issues/715), but did not help. Debugging the TypeScript when...
Actually, I did get it working by following the above, but I needed to add the `'inline-source-map` into the else block, ie line 28 in `browser.js`. I then noticed the...
Yes, I have this with `"@ionic/angular": "^6.1.9"`. ``` TS: public min = '2022-06-30T06:00:00.000'; public max = '2022-06-30T18:00:00.000'; public value = '2022-06-30T10:29:06.000'; HTML: ``` So anything that makes the display 12...
Similar to this, I wanted to define my page using css grid, assign each canvas within the grid, and then just have the gauge draw to 100% height/width of the...
Duplicate of [this](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/63)?
Hi, was just asked about this again by our testers (so another nudge). Or even some workaround to do it?
Yes, I have been using **navigator.language** to get the culture, but a client complained this is not what language his OS is running (just the browser), so I now want...
Perhaps I am missing something I don't understand here, but could just created a new native UWP application, embed a webview (Webview2), and then host point to local assets that...
@janpio - yes that is the part I have no idea how it works. Thought there would be some snag :-(