Miquel

Results 42 comments of Miquel

We are using stencil to build this library [forms-reactive](https://www.npmjs.com/package/forms-reactive) which is a port from angular reactive forms to any javascript. I'm trying to switch from `dist-custom-elements-bundle` to `dist-custom-elements` in order...

I've finally achieved it by [installing nebular manually](https://akveo.github.io/nebular/8.0.x/docs/guides/install-nebular#manually), importing css directly inside component scss, making component encapsulation ShadowDom and adding class `nb-theme-default` to `ion-content`: my-component.scss: ```scss @import '~@nebular/theme/styles/prebuilt/default.css'; ``` my-component.ts:...

In fact I'm having the same problem. I've inspected the mounted image and I see: ```json "HostConfig": { "Binds": [ "08bda73663675dbe7c6669d9a0e8a274244aa367f148831a4ce4e0f871273775:/var/lib/odoo:rw", "89d2aa93f45c24f7bcab13362e1894fdc17dc0acea09803db1ff3941a4bfce72:/mnt/extra-addons:rw" ], ``` and also ```json "Mounts": [ {...

Ok, I don't understand why docker created this named volume when I specified path volume in docker-compose.yml The only way I could achieve the purpose is: ```sh ~$ sudo rm...

In fact this is little more weird: after doing all changes I've found the following situation: Seems that `getAcquisitionManager` is called twice internally but just called once from `app.js`!! The...

It seems that the container has no permissions on the volume. I've tried to change the local dir via this configuration and result is the same: ```yml local_scan: true options:...

Have you checked in javascript if the app is reactivating again the ads? I.e. if you implemented `onPause` and `onResume` events. Normally it should not happen, if you call `admob.destroyBannerView();`...

Your best chance is to set `autoShowInterstitial: false` and manage the loading and showing by yourself. Please see the complete example at https://github.com/appfeel/admob-google-cordova/wiki/showInterstitialAd

Please, could you provide the code you are using?

Please, could you provide a link to this feature? I've been looking around and didn't found it.