magic-script-components icon indicating copy to clipboard operation
magic-script-components copied to clipboard

MagicScript Component Framework

Results 63 magic-script-components issues
Sort by recently updated
recently updated
newest added

### Description Lumin RT LandscapeApp supports more than one prism. **Components** should support multiple prisms as well. ### Examples Main app component: ``` ``` --- Sample scene: ``` Click me...

iOS
Android
Lumin

Scrollbar is not visible on the Lumin and ZI

bug
Lumin

ScrollView parameter `aabb` is not working on the ZI simulator. I expected to limit the size of the `scrollview`. Screenshot and code: ``` import React from "react"; import { View,...

bug
Lumin

### Description - Text edit and dropdown list do not support scroll view yet. - Extract a common scroll view code from UiScrollViewNode to a separate module. - Reuse the...

iOS

The `itemPadding` property is not applied unless called `setState` later. In order to reproduce run this modified ListView scene from the Catalog. The padding for item is applied only after...

bug
Lumin

There is a need to have an option for opening external application from within MagicScript Components app. Something like: `Platform.open("external_app_schema").` - [ ] Lumin - [ ] iOS - [...

enhancement

Based on example code and screenshots from the documentation we should unify the behavior of more complex ListViewItems. Lumin: defaultItemPadding is not respected IOS: defaultItemAlignment work incorrectly IOS: When we'll...

bug
iOS
Android
Lumin

Results of the research for the Localization support on Lumin, iOS and Android. TL;DR in my opinion we have two options for Lumin: 1. (In big shortcut) Use magic-script-cli to...

Missing props: - scrollSpeed - scrollToItem (iOS)

iOS
Android

Missing props: - selectedBegin - selectedEnd - scrollValue Blocked: - fontDescription - filePath - absolutePath

iOS
Android
Documentation