sertal70

Results 9 issues of sertal70

I'm trying to use ion-datepicker in an angular form, so my code uses `formControlName` instead of `[(value)]` to bind the value: ``` {{expDate | date}} ``` But when I enter...

Hi, first of all let me say thanks for this great plugin and all the work you are doing on it! I'm using it since january and the improvements you...

Hi, in my application there are situation in which I need to change configuration options for summernote. Since it is not possible to change options after summernote has been initialised...

Hi all, we are trying to retrieve posts from our public page using `getPage` function, but it returns the following error: ```R fb_page

Hello, as per README instructions, I tried to clone the repo on macOS 13.6.1 and start it, this is the output: ```shell $ ./start.sh [+] Running 142/4 ⠼ server 36...

In file `shortcuts.d.ts` the interface `Shortcut` does not list the `iconFromResource` element, which is reported in README and referenced in `ShortcutsPlugin.java` at [this line](https://github.com/avargaskun/cordova-plugin-shortcuts-android/blob/4d3db42290511cac32b96f76bd3fa8c5d6d87fef/src/android/ShortcutsPlugin.java#L286). That interface list instead a `iconPath`...

EAN13 codes starting with 0 are detected as UPC-A code, dropping the leading 0 in the returned code. **To Reproduce** Example Steps to reproduce the behavior in sample app: 1....

After installing the latest release of this plugin, the `npx cap update` command results in error during the pod install phase, see the following output: ```bash $ npx cap update...

Hi, first of all thanks for this wonderful plugin, it is really amazing. In my app I need to allow the user to type a value in the tooltip, so...