Igor Mancos

Results 8 comments of Igor Mancos

What is status of this task? I waiting too this feature..

Hey, who fixed this issue? > This tool was helpful in making sure my icon was correct: > http://romannurik.github.io/AndroidAssetStudio/icons-notification.html > > I had to update the icon to be a...

> It's not my tool, so I can't really speak for it. Did you make sure the icon is a single color transparent PNG before putting it into the icon...

+1 I have this route: ``` php /** * @Route("/{section_slug}/{article_id}", name="article") * @ParamConverter("section", class="SiteCoreBundle:Section", options={"section_slug"="slug"}) * @ParamConverter("article", class="SiteCoreBundle:Article", options={"article_id"="id"}) * @Template() */ public function articleAction(Section $section, Article $article) { return...

Guys, same issue .... How to fix it? My Project is in suspended mode, can't continue working :(

I found issue - is related to RefreshView. When add ListView with xe:Commands.Tap not working when this list is inside RefreshView

Not sure if is your case, but after research I found - the FirebaseInstanceIdService is deprecated and not working start from Xamarin.Firebase.Messaging 120.0.0 To fix it use the FirebaseMessagingService OnNewToken...