0

I added 2 WebViews 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?

Ostap Andrusiv
  • 4,827
  • 1
  • 35
  • 38

1 Answers1

1

I found an answer to my own question.

Issue got solved, when I added to my WebView in layout file:

android:layerType="software"
Ostap Andrusiv
  • 4,827
  • 1
  • 35
  • 38