Hi all,
We may have found problems using b4a
1) If you use the ' android:targetSdkVersion="14" ' and if you set the disegner at 100%x and 100%y , the panel will not take full screen. So, if you unset the ' android:targetSdkVersion="14" ', the resizing will work correctly.
Is there a way to make it work correctly?
2) In ' Canvas ' object, if you set a panel's colour from the designer and you try to draw something like a line, the line will work correctly, instead, if you set a panel's colour from the source code, the line will not work.
Attached here you can find a little sample code to reproduce the issues