I added 2 WebView
s inside CardScrollView
. Like this:
CardScrollView
XXXXXXXXXXXXXXXXXXXXX
X---Web---X----Web--X
X--View---X---View--X
X-----1---X------2--X
XXXXXXXXXXXXXXXXXXXXX
I read, that it's probably discouraged, but nontheless, someone has to try it :)
I experienced scaling issues inside page, when I started swiping back and forward. Each webpage's content was scaled down on X axis 2 times.
Is there a way to prevent this?