Emil Sandstø

Results 21 comments of Emil Sandstø
trafficstars

I suspect it's related to the following saying that it's only updated when rooted or unrooted https://github.com/fusetools/fuselibs-public/blob/master/Source/Fuse.Controls.Navigation/NavigationControl.uno#L84

Then we have problems in preview, which expects all properties to support being changed at any time. Can we introduce an attribute for this? So that we can force reify...

I've investigated it, and it's caused by the transparency setting https://github.com/fusetools/uno/blob/631db10ce57c059f62dcad61cd8203b303ccccea/Library/Core/UnoCore/Targets/Android/app/src/main/res/values/styles.xml#L8 I had hoped that `@android:color/black` would help, but the Google Launchbar (navbar used in the Pixel series) doesn't respect...

Another thing, everything drawn at the bottom area is clipped as well, so it seems like it's only the `android:windowBackground` it respects. Or that it doesn't support capturing of GL...

Yes, I guess we can make it compatible by putting the interface field at the end of the interface with default = None.

@JWhiteUX, this is the default behavior in Atom. I will recommend you to install https://atom.io/packages/autoclose-html Just set "Additional Grammars" to include UX in the settings of Autoclose-html package

![image](https://cloud.githubusercontent.com/assets/1014854/13493503/be7a72c0-e13e-11e5-8a9d-b5a7d5f0f656.png)

Oh, I see. Looks like it was removed in one of the latest versions :( (https://github.com/mattberkowitz/autoclose-html/commit/73cdb1292978c3b491ef5adc24bb108001aebce3). I gonna see what I can do about that. I will update you, when...

### Temporary Workarund 1. Run `apm uninstall autoclose-html`. Skip this step if you already have uninstalled autoclose-html 2. Run `apm install [email protected]` 3. Set grammar language to UX as I...