area9innovation / flow9

Platform for safe, easy and productive programming of complex, multi-platform apps with a modern user interface
Other
566 stars 34 forks source link

Android layout height error! #276

Open bitraft opened 5 years ago

bitraft commented 5 years ago

The CLOSE button is layout out of window without a scrollbar. Screenshot_20190623-143427

bitraft commented 5 years ago

Click Android back button will exit the app. The default behavior is back to previous view or layout.

bitraft commented 5 years ago

test Schedule demo add task, Drag the clock pointer will trigger the click event immediated(It should trigger event when drag stoped).

bitraft commented 5 years ago

Schedule demo select year is very slow take about 2~4 secs to show on Android release build.

VsevolodZakharov commented 5 years ago

Please for mobile devices specify exact device and OS version. On back button: see platformevent.flow - you need to set DeviceBackButton listener explicitly.

bitraft commented 5 years ago

@VsevolodZakharov thanks for the explain.

My device is Galaxy S10, default Android 9. and Galaxy S7 , Android 7.1.

For the very slow response to touch event on android, is this a bug or design problem? can be fix easily? with current status it is hard to be used in production with decent interactiveness.

The flutter use Skia to render, which is very smooth. maybe flow9 can borrow some idea form flutterUI.