Andrey Grunev

Results 26 comments of Andrey Grunev

Ionic has its own collection-repeat which works in a similar way. Why do you need exactly this library?

Added a pull request for this issue.

Hello, I have the same issue after upgrading to iOS 12. When I click on a textarea, and keyboard shows up, it takes the HTML contents of the page "too...

@Birowsky oh, it seems like you're having the same problem... I've been fighting with this for a few days and ended up using WkWebView instead of UIWebView - cordova-plugin-wkwebview-engine or...

Hello, It doesn't work on iOS that way. I tried to put in Image src the path received from the success callback, but it didn't work. Ended up with adding...

For iOS, add ``` NSExtensionActivationSupportsWebURLWithMaxCount 10 ``` to your share extension .plist file under NSExtensionActivationRule section

For Android, paste the following into your AndroidManifest.xml file: ```xml ``` This will make your app accept *any* type of files, including links. If you need to restrict to links...