Lee Crossley
Lee Crossley
I've started something from the ground up [here](https://github.com/leecrossley/cordova-plugin-progress), but it's limited at the moment. It's very different to this plugin, so they should probably co-exist as opposed to losing functionality...
Apologies, I have not tried or done any testing on Watch OS 3.x yet
If you've added the extension via xcode and run platform rm then add, your watch app will be lost. There isn't a simple way around this sadly and I'm not...
I like this. It could do with some improvements, such as callbacks instead of NSLog etc. I will merge in and update in the next couple of weeks.
I also see this issue. `http://localhost/*` should apply to all ports, not just port 80. It works for http://localhost/ but not http://localhost:1234/ etc
`` and `*://*/*` both work, the issue with ports manifests when there is a domain name specified
Here is the diff: ```diff diff --git a/node_modules/rn-tourguide/lib/components/Modal.js b/node_modules/rn-tourguide/lib/components/Modal.js index f848302..e1d65dd 100644 --- a/node_modules/rn-tourguide/lib/components/Modal.js +++ b/node_modules/rn-tourguide/lib/components/Modal.js @@ -26,6 +26,7 @@ let Modal = (() => { this.layout = layout; };...
There are potentially some improvements that can be made here, some ideas: - checking to see if the body content is scrollable, a lot of modern web / hybrid apps...
Facebook message text for android is no longer possible, you can share a url or an image but not both. This is a limitation imposed by Facebook, not the plugin.
Can you clean and PR the modification @loicfavory?