You are here:
Limitations
Learn about the limitations of UIPluginV2.
- The CSS styles of all elements in the UIPlugin are reset by library code. To make the UI consistent across platforms, you must provide an extensive CSS style for each HTML element used.
- UIPluginV2 doesn’t support nested UIPlugins. You can't reuse code among UIPlugins.
- Web calls made in UIPluginsV2 are limited to the allowed domains in the app. It isn’t possible to make calls to an arbitrary endpoint.
- The system doesn’t pass any existing styles from the app to the UIPluginV2. Styling is dependent on the project and user must define it according to their requirements.
- List bindings in UIPluginV2 can bind to maximum 105 list elements. If the binding path
contains more than 105 elements, the system truncates it and logs a warning. Also, list
bindings are read-only and you can’t update them.Note In UIPluginV2, you can use the attribute listbindingName.meta.isTruncated.
- The standard application font Fira Sans isn’t available in UIPluginV2. Use CSS to define the fonts to use.

