udarts

Results 25 issues of udarts

Somehow the toolbar buttons are not working on android, they are working on iOS. When I press for example, Bold, it is not selected, it does nothing. Have tested in...

There is not much documentation, which could be very useful for a lot of people. I have a question on how to use the iconMap. Can you provide documentation on...

I am getting the following error when trying to build the release app, it is not showing when debugging. android/app/build/intermediates/res/merged/release/drawable-xhdpi/node_modules_reactnativezssrichtexteditor_img_icon_format_italic.png: error: uncompiled PNG file passed as argument. Must be compiled...

I am using the following code to get the html content and add it to the state. Somehow this is working on iOS, but not on android. On Android it...

The issue I am having is that when I first use the switch, it remains in that state. So when I switch it to "Male", it won't allow me to...

I am trying to add a context menu to a draggable element, but it won't show the draggable image anymore. I am using: react-native-popup-menu and the following code: ``` setConextMenuOpen(false)}...

How can I rotate Emojis? I have been trying to create it, but unsuccesfull. Any assistance?

When I am include the following line in my project: const CalendarAPI = require('node-google-calendar'); I am getting an error: UnableToResolveError: Unable to resolve module `fs` from `/{path to project}/node_modules/google-oauth-jwt/lib/auth.js`: Module...

If I have the download button in the header of my react page and the canvas is inside another component (in the Content component): How can I generate an image...

So I am creating a tool where multiple draggable items could be add. The weird part is that only one items is being dragged correctly when I click my mouse...