Android Question Crash nativo in /system/lib/libinput.so

luciano deri

Active Member
Licensed User
Longtime User
When a designed a flexible tabel app crash.
upload_2016-12-29_17-12-40.png
In my test with a Samsung Tab 4 (SM-T535), android 5.02 not have problemns
 

luciano deri

Active Member
Licensed User
Longtime User
You should remove it and use ScrollView.ScrollToNow (I guess that it is used between two calls to ScrollView.ScrollPosition).
Inside sub innerClearAll is this the modification that i must do? Because sv.ScrollToNow is a unknown member
'SV.VerticalScrollPosition = 0
'DoEvents
'SV.VerticalScrollPosition = 0
SV.ScrollToNow...
 
Upvote 0
Top