I'm having a hard time debugging my app and I can't find anything wrong with it. This app have been running fine on the other or lower target framework.
The issue is, whenever I try to scroll a bit on any View that has a ScrollView attached in it, it starts to scroll to the bottom-most part and when I try to scroll it up, there was like a gravity that pulls it down, keeping the view from the bottom part of the layout.
I tested the 2 application currently I'm working with, on at least 3 different virtual devices that have these common specs:
CPU: Intel Atom (x86)
Target: Google APIs (x86 System Image) (API level 19)
Skin: HVGA
I also tested a very simple app that uses a ScrollView filled with TextViews on it, so that I can test a scrolling effect, but then again, the bug still occurs.
The reason why I want to use the Google APIs is for the Google maps in w/c it has also a ScrollView in w/c the bug can still be recognize.
0 comments:
Post a Comment