Shashank Agrawal

Results 59 comments of Shashank Agrawal

[We](https://www.wizpanda.com/) are maintaining a fork and we have fixed this issue for both `cordova-android` 7.x & 8.x.

Any update here? Since this plugin is already using `WkWebView` most of the developers has started to worry about this feature as the [existing plugin](https://github.com/etabard/Cordova-OverAppBrowser/issues/12) is not being maintained and...

I've forked this plugin to provide support for `cordova-lib@9` but meanwhile, you can do the following in your app as workaround: 1. Install `xcode`: `npm i xcode --save-dev` 2. Edit...

PR https://github.com/arnesson/cordova-plugin-firebase/pull/1034 created

Well, amazing. Today I was facing the same issue and I was trying to bang my head. Basically, when the `draggable = true`, I do not get the click event...

Thanks for the test release. I realized later that this issue is for React apps while I'm using vanilla JS in my Angular app.

Hi, @daybrush. As I have mentioned above, I'm actually facing the same issue with Vanilla JS (using 0.26.0). When the `draggable` is set to `true` on an element, any of...

@daybrush, I just tested the release 0.27.1, and the problem is gone 🤩 Thanks a ton!

As per the docs https://angular.io/guide/universal#using-absolute-urls-for-http-data-requests-on-the-server, it says- > If you are using one of the `@nguniversal/*-engine` packages (such as `@nguniversal/express-engine`), this is taken care for you automatically. You don't need...