Dejan
Dejan
Same issue here. Ionic Framework: 3.9.2 Cordova version: 7.1.0 Cordova Android version: android 6.3.0 Device: Samsung Galaxy S7 (SM-G930F) Android Version: 7.0 Plugin version: v0.9.0-beta.2 --- The point `Repeating` in...
@katzer My fault, sorry, here You go: ``` /** create a new array, which will hold all notification configurations */ let notifications: Array = new Array(); /** create a single...
@katzer I think You mean me instead of haha8x, or? You're right. I'm using the ionic native wrapper: - https://ionicframework.com/docs/native/local-notifications/ - https://github.com/ionic-team/ionic-native/tree/50d7762b8a6e3818fad48a8860900d1c1e76ba6b/src/%40ionic-native/plugins/local-notifications Yep, I've noticed already, that a string would...
@katzer I can reproduce the same behaviour as @stinaa described. 1. Open Chrome WebView in `chrome://inspect` 2. Run directly from the console the following function: ``` cordova.plugins.notification.local.schedule({ id: 100, title:...
@katzer Tested with Your latest fix, works like a charm. I really appreciate Your fast reply and hard work on this plugin! Cheers Unkn0wn0x
I've found a simple way for me to attach for example a `border-radius` styling to the `` element, which is dynamically created by the Ionic Image Loader. Put the following...
Did you tried to use the function `window.Ionic.WebView.convertFileSrc(yourUrlHere);`? That should do the magic and convert the url into the right format to be able to render it. Checkout the Ionic...
Please checkout my solution I've posted here: * https://github.com/zyra/ionic-image-loader/issues/256#issuecomment-522017975 I'm sure you can adapt this to the fallback image too. Hope it will help you.
I've solved handling both of the plugins like this: My `picture` object contains all the data, related to the picture like the source url, picture name, etc.. Markup `` Function...
Still does not work with version 2.0.7. The `data-domain` attribute is not added to the `` tag unless you provide a valid access token for the plausible hosted setting. Any...