Vipul Kapoor
Vipul Kapoor
Same here. I'm using an icon font and tried setting the color in the css but there's no affect.
I couldn't find anything. Could you post an example?
Thanks @bearoutthere . I'll see what I can do for regular javascript from that. There is no code in the normal demo folder for this. I'd still like the author...
Bump. Same issue on plain js app
Simplified plain javascript example ``` const dataForm = page.getViewById("myDataForm"); let entity = dataForm.getPropertyByName("date"); if(page.android){ var simpleDateFormat = new java.text.SimpleDateFormat("yyyy-MM-dd", java.util.Locale.US); entity.editor.android.setDateFormat(simpleDateFormat); } ```
I need the same help. Anyone?
You think the problem is with core and not this plugin?
Its sad to see this plugin is not being maintained right now. There are over 500 open issues and last update was almost 2 years ago. @EddyVerbruggen can you confirm...
No. I believe the plugin needs to be updated. @EddyVerbruggen could tell. I hope he hasn't abandoned the project.
in NS7 you should be using @nativescript/firebase