Jump to content
UBot Underground

Developer Ui Scripting Compatibility Level?


Recommended Posts

Question for devs or anyone knowledgeable. The developer edition UI (still at pro level myself so I cant test) is essentially a browser itself? If I built a HTML/CSS/Javascript interface is there any limitation  on what can be used with the UI or is it fully compatible to the same extent as using a browser (FF, Chrome)? 

 

I love the ease of using Ubot to handle back end stuff but I am wanting to develop an app that would use significant amounts of javascript for the front end, this is why Im asking.

Link to post
Share on other sites

Yes its like a browser but not exactly the same. You can't pull local files from it - or at least I've never seen a way - so you can't have a local CSS file for example you would have to host it online and have it be pulled in like an external file in a normal website - or just put it in the head tag like I do. Images can be base64 encoded so that you don't have to host them online and put the base64 code right into the HTML. Those are the biggest differences I can think of.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...