Andrew Quan

Results 13 issues of Andrew Quan

with RTL text content (such as Arabic & Hebrew) when it has multiple lines and text-wrapping on, does not align right on Android (tested on 9 & 10).

allows for layouts to have different css references but page names prefix must match css file name e.g. > scss/__invite.scss > .invite { background-color:#333333; ... } > ... > >...

Thank you @jesusmartinoza for initially keeping this project alive :) - updated dependencies - updated android manifest requirements - fixed permission request for iOS

https://forums.fusetools.com/t/unable-to-install-sublime-fuse-plugin/7520/2 @kusma @mortend perhaps we could include the release .zip file in the plugin repo: https://github.com/fuse-open/Fuse.SublimePlugin ...then update the studio to point to it? ~ https://github.com/fuse-open/fuse-studio/search?q=https%3A%2F%2Fgo.fusetools.com%2Flatest-sublime-plugin-2&unscoped_q=https%3A%2F%2Fgo.fusetools.com%2Flatest-sublime-plugin-2

- added options for optimization: ``` "Android": { "Optimize": { "MinifyEnabled": true, "ShrinkResources": true, "DefaultAndroidProGuard": "proguard-android-optimize.txt", "PrependRulesFile": "proguard-rules-prepend.pro", "AppendRulesFile": "proguard-rules-append.pro" }, ... ``` Default android proguard rules(proguard-android.txt) are applied when...

Added support for Multi-Window and related properties needed to support foldable devices: https://developer.android.com/guide/topics/ui/foldables https://developer.android.com/guide/topics/ui/multi-window https://developer.android.com/guide/topics/ui/picture-in-picture https://developer.samsung.com/galaxy/foldable/techdocs https://stackoverflow.com/questions/14111052/adding-samsung-multi-window-support-to-android-application https://program.developer.samsung.com/2019/04/05/seven-mistakes-to-avoid-when-developing-for-foldable-displays Sample project settings: ``` "Android": { "MultiWindow": { "Enabled": true, "DefaultSizeWidth": "320p",...

So you may create an app extension like so in Xcode: https://medium.com/@abhishekthapliyal/ios-share-extension-930ba1ad3c3d That's fine but when we need to recompile the uno project, it recreates your project without the code...

enhancement

I had a test user report a crash very early in my app experience (they didn't get to main functionality yet), I noticed in the crash report that they were...

After executing `uno build -t=ios -adebug`, the terminals last output is `Opening Xcode`, I have to press CTRL+C before I can rebuild, instead of it already exiting after opening Xcode.

Console.log() doesn't output anything to terminal, when using `uno build -t=ios --run`