Custom Input UI not showing correctly

Hi guys,

I’m loading an html file using Custom Input activity, but it doesn’t show up correctly.
When I open it in a browser it looks exactly how I’d would like

But when I open it with the Custom Input activity, I have this as a result

And this is the code for this part(except buttons and javascript):

Is UiPath Custom Input activity not compatible somehow with all html code? Or does someone know what the problem is here?

Cheers,
Cristian

Please check below link:

See if helps if you add below line in your HTML as shown in above link provided

 <meta charset="utf-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge" />

Cheers

2 Likes

Excellent, thanks!
Just an important note, I had that already after all the css code, but apparently that piece of code needs to be added just right after the tag

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.