fuselibs icon indicating copy to clipboard operation
fuselibs copied to clipboard

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps

Results 103 fuselibs issues
Sort by recently updated
recently updated
newest added

Requested feature in a [forum](https://www.fusetools.com/community/forums/feature_requests/video_buffering_feature). > > Dear Sirs, > > We need to know how much the VideoPlayer downloaded from the external video source to maintain the UX for...

This is a succesor to https://github.com/fusetools/fuselibs-public/issues/1096 The core issue is that Android (possibly iOS as well) root frame setup is not complete by the time we start rooting nodes. This...

Severity: Bug
Affects: Android

Android tables have the feature to open apps in a window or split-screen. We should support this mode.

Severity: Feature
Affects: Android

The following message appears every frame: ``` 03-12 09:20:10.765 24647 24647 I SurfaceView: updateWindow -- setFrame, this = android.view.SurfaceView{3091872 V.E...... ........ 0,0-1920,1200} 03-12 09:20:10.770 24647 24647 I SurfaceView: updateWindow --...

Severity: Bug
Affects: Android

In the below code the `AnimTime` global cannot be used for `Keyframe.Time` since it isn't the same type. It appears the global conversions are strict and don't allow conversion. I...

Severity: Bug
Severity: Enhancement

Fuse apps appear with a transparent Bottom Bar on Pixel 2 and Pixel 2 XL devices. ![screenshot_20180216-114151-01](https://user-images.githubusercontent.com/13898607/36304040-8ae8fb58-130e-11e8-86e4-23aa6e1b6523.jpeg) ``` ``` `ClientPanel` and `BottomBarBackground` have no effect on the color/transparency of this...

Currently `DeviceMargins` just reports `float4(0)` for Android. I suspect there is someway to get at the unsafe areas on devices that have margins. _I don't have any devices with bevels...

Severity: Bug
Severity: Feature
Priority: High

[Reported on the forum.](https://www.fusetools.com/community/forums/bug_reports/ampersands_are_not_correctly_escaped_in_ios_plist) Fuse version 1.5.0 (build 15046) in macOS Ampersands (and likely other invalid xml characters) are not correctly escaped in the plist files generated for ios builds....

[Reported on a forum](https://www.fusetools.com/community/forums/bug_reports/filesystemdeletesync). Fusetools 1.6 MacOs Android # Code to reproduce: ``` var FileSystem = require("FuseJS/FileSystem"); FileSystem.deleteSync(FileSystem.readTextFromFileSync(FileSystem.dataDirectory + "/credentials.json")); ``` # Problem Not throwing error message in Android emulator,...

Severity: Bug
Affects: Android
Severity: User reported

[Reported on forum](https://www.fusetools.com/community/forums/bug_reports/textinput_placeholder_text_squashed_on_android) MacOS Siera High Fusetools 1.5 (build 150046) Reproduced: iPhone 7 iOs 11.2.5 and Nexus 5 Android 6.0.1 # Minimal code to reproduce ``` ``` `TextWrapping` on different...