-
https://weex.apache.org/zh/docs/components/scroller.html#%E7%A4%BA%E4%BE%8B
需要为class为 elevator 的样式中添加 flex-direction: row;
-
Attached is both a Flex reference example (which works) and the current royale emulation of the same, which demonstrates the issues.
Also see the commit discussion thread at: https://github.com/a…
-
Please Make these three setups layout same as Flex.
I will be very Thankful to you.
I have tried to fix layout of these setups but,I am unable to fix these setups Layout.Please help
Project Detai…
-
This line (from existing Flex project):
var resp : XMLList = XMLList( evt.result.*::response );
causes this compiler error:
didn't find CompilationUnit for *
Could not find file …
-
Issues in top,bottom,left,right,height,width properties
Issues in Every File
Project Details are :
https://paste.apache.org/cpo8y
Test case is available on VDI.
Go to Inventory from Select in M…
-
TextInput value is not updated while typing when the input is partially covered by the software keyboard. If the input is above the software keyboard, any text typed updates the text input immediately…
-
Example : https://paste.apache.org/n11g2
In Royale When i doubleClick on ADG Column Vehicle No i will throw exception
![image](https://user-images.githubusercontent.com/42200979/99061578-9bf04f80-…
-
https://github.com/caarlos0/meta/tree/main
-
Hi there,
I came [from this](https://github.com/google/docsy-example/issues/40#issuecomment-587513855) would be nice a new feature for docsy theme: **A next/previous button for the docs section.**…
-
In Flex, setting height of 100% on object A does not necessarily mean it stretches to the size of its container B, whereas in Royale this is always the case.
In this example
```
…