Nandan B N

Results 20 comments of Nandan B N

Hi @liamdebeasi , I have created PR which addresses the feature request and enables form submission even outside the form with added `form` property.

Same issue observed after upgrading to Ionic 6 and Angular 13. Not sure if it's plugin issue or something related to angular.

@petrot What did you do to resolve the issue? And any way to identify which plugin causing the issue. Since my application is huge and uses lot of plugins.

> FCM Can you share FCM plugin github link. So I can look into and compare what might be causing the issue.

@petrot I figured out in my case. The issue is caused by AdMob plugin plugin itself. Trying to figure out what is causing the plugin fail with Angular 13.

@ratson Any help or info would be appreciated.

I found a solution. I compiled the library with ngc and it works perfectly fine. Let me know if anybody needs help. I'll publish and post instructions in my fork.

[admob-plus-ionic-0.0.1.zip](https://github.com/admob-plus/admob-plus/files/8015907/admob-plus-ionic-0.0.1.zip) - run `npm uninstall @admob-plus/ionic` - Download the give package which I created using ngc compiler. - Change the file extension from .zip to .tgz - run `npm install...

@Mr-Anonymous Try running `npm install admob-plus-ionic-0.0.1.tgz --legacy-peer-deps`