mos379

Results 18 comments of mos379

ran into this issue and solved it by doing small changes in the directive added `if (attrs.fittextMax != undefined && maxFontSize !== attrs.fittextMax) { maxFontSize = attrs.fittextMax; }` in the...

@mphill sounds like a cool idea, but couldn't your app automatically trigger a notification if you are already surveilling the location?

I like it a lot! On Sun, 31 Oct 2021, 19:25 Elvin (Tharindu) Thudugala < ***@***.***> wrote: > @mphill If no one has strong objection. I'm > OK. > >...

wohoo this is so cool! now I just need to find time to try it out

quick question on the permissions. Now that we have the new Location Permissions, how can we trigger the request for these in iOS and Android?

Can someone confirm if you as well have a weird ";240x0" at the end of each image uri? I can see in the log that it tries to download the...

any update on this? receiving this now too, but the images sometimes load. Not sure how to pinpoint, as I'm using this on a listview with quite a few items...

still not bindable Color? :)

hmm I only realized this because my source was markdown then I transformed to html and then back.

I discovered that as well, but ende up cleaning the result with simple postprocessing. ``` result = result.Replace("\n\n", "\n"); result = result.Replace("\r\n\r\n", "\r\n"); result = result.Replace("\r\n\r\n", "\r\n"); if (result.StartsWith("\r\n")) {...