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

`pageProgress()` would tie in to the underlying property on INavigation interface, and would allow us to get the progress of an arbitrary page. cc @mortoray

For transpiled JavaScript, the line/column information for the _transpiled_ code is not very useful. Often, a source map is included, which maps every line of the transpiled code to its...

Severity: Feature
Priority: Medium

Fuse 1.4.0 build 14778, macOS. Testing on a Nexus 5 with Android 6, likely other versions affected too. When there is no handler for a particular URI-scheme available on an...

Fuse 1.4.0 build 14778, macOS. Affected: Android preview and build Not affected: iOS Tested on a Nexus 5 with Android 6. Should be tested on some newer devices with 7...

Fuse 1.4.0 build 14778, macOS. ``` ``` The drag gesture gets scaled too, making the rectangle move 3x slower than the pointer dragging it. Note: it is reported that draggable...

We need a property to indicate changes to a property only take effect at rooting time. This has come up before, and again in https://github.com/fusetools/fuselibs-public/issues/779 It is both necessary so...

Severity: Bug
Severity: Enhancement

### Steps to reproduce 1. `uno build -t=dotnetexe --run` the following project [PageControlTransition.zip](https://github.com/fusetools/fuselibs-public/files/1491984/PageControlTransition.zip) 2. I'd expected no transition between the red and blue page. ### Code ```xml module.exports = {...

Regardless of which LineCap I set it seems I always get the same (which might be `Butt` ?). Tested on a couple of different Android devices, including Nexus 5 w/Android...

This happens every time I run this on Android: ``` FAILED: AllTests.Fuse.Navigation.Test.ActivatedTest.RouterNavigatorActivated Assertion failed in 'RouterNavigatorActivated', at C:\Users\erik\src\fuselibs\Source\Fuse.Navigation\Tests\Activated.Test.uno:87 Expected: 1 But got : ```

Affects: Android
Affects: Tests

I just got this locally (running on Android): ``` FAILED: AllTests.Fuse.Navigation.Test.ActivatedTest.LinearActivated Assertion failed in 'LinearActivated', at C:\Users\erik\src\fuselibs\Source\Fuse.Navigation\Tests\Activated.Test.uno:227 Expected: 123412 But got : 12341 ``` On the second and third run,...

Affects: Android
Affects: Tests