Jesús Castro
Jesús Castro
I need this same feature too
The same error, in my scenario the message is read instead of write from field.... I'm using the easyRegularAdapter and meanwhile I'm scrolling down, the app crashes
@Thoimanich The same issue. It'd very nice in order to know which spinner fired the onItemSelected event. Grouping on unique method to handle events of multiple spinners of the same...
I updated the library, migrating _appcompat_ libs to AndroidX and upgrading gradle files. I've set the buildToolsVersion = 32, minSdkVersion = 23. I've also set android:exported for each Activity on...
Guys, try with this approach: Copy ttf files (e.g. iconize-fontawesome.ttf) to Resources folder on iOS Project. You can find them here: https://github.com/jsmarcus/Iconize/tree/master/src/Fonts
The same thing :S. @tuyen-vuduc if you add an `IconToolbarItem` instance in a ContentPage programmatically, it works. For instance: ``` ToolbarItems.Add(new IconToolbarItem { Icon = "fa-building", IconColor = Color.White, Command...
The same thing. @aksharpatel47 It worked for me too. My doubt it's about XWalkViewInternal.java. Does the `org.xwalk.core.internal` package exist?
@armaganX Friend, your approach doesn't work. I added the font names and there's no change
@gmwilhelm @armaganX I found a workaround :) : Copy ttf files (e.g. iconize-fontawesome.ttf) to Resources folder on iOS Project. You can find them here: https://github.com/jsmarcus/Iconize/tree/master/src/Fonts
@droidekas Which version of python did you try? I tried with 2.7 and 3.2, it doesn't work.