Importing and using Javascript libraries is not allowed within the capsule code since it runs in a sandboxed environment. We do however provide default libraries that can make REST calls to end-points that hold your capsule logic, which will allow you to use the language and/or libraries of your choice.
Articles in this section
- What security exceptions do I need to make to allow Bixby Developer Studio to connect to the Bixby cloud?
- Welcome to Bixby Developer Support!
- Why is my email to the support team not being received?
- How do I get started with Bixby development?
- How do I resolve library capsule deprecations when I've already defined the latest version available in the developer documentation?
- How can I access individual user information to provide a customized experience in my capsule?
- How do I reset Bixby Developer Studio's workspace?
- How do I get detailed location information from a GeoPoint?
- Why don't Bixby Developer Studio search results find all occurrences of the search String?
- How do resolve oAuth verification errors in my capsule?
Comments
1 comment
A workaround is to build your JS file into a single file, minify it as well, then place it inside your Bixby project's code folder.
Please sign in to leave a comment.