Vinicius Dutra

Results 37 comments of Vinicius Dutra

I Have the same problem, when the input is set with the value "00:00:00" the plugin clean of value of control. How to procced with this?

I found the source problem there is on line 134 return this.hour || this.minute || this.second ? (this.hour + ":" + (1 === this.minute.toString().length ? "0" + this.minute : this.minute)...

how include new language to translate? I want bring pt-BR to the project. Thanks

@masdeseiscaracteres here with Windows 10 64bit and Python 3.6 install so fine. Now, I'will test the lib work. #AllForABetterBrazil

@kieronlanning any updates about this isseu? The icon doesn't appear for me too. Thanks!

+1 I'm with the same issue on VS for windows and iOS. is there some workaround ?

Hello @martijn00, please, could you check out this critical issue?

It seems that resources was not been included by builder pipeline. A possible workaround it's copy the resources and put manually into the platform output project.

Hello @balaji830 ! Considering that XF.Material uses [Rg.Plugin.Popup](https://github.com/rotorgames/Rg.Plugins.Popup) you have access to directly their API's, so an possible workaround would be something like this: `PopupNavigation.Instance.PopAsyc() ` To remove the last...