Android Question Get an opposition in the movement between the horizontal motion Asviewpager And Vertical motion WebView

alfaiz678

Active Member
Licensed User
Get an opposition in the movement between the horizontal motion
Asviewpager
And
Vertical motion
WebView

During Load Layout, where webview
On AsviewPager

As in the next code

B4X:
    Dim xpnl As B4XView = xui.CreatePanel("")
        xpnl.LoadLayout("Lu_LoadIn_ASViewPager")
        'WebView1LoadHtml
        WebView1.LoadUrl("https://www.b4x.com/android/forum/")
        xpnl.SetLayoutAnimated(0,0,0,ASViewPager1.Base.Width,ASViewPager1.Base.Height)
        ASViewPager1.AddPage(xpnl,"")
 

alfaiz678

Active Member
Licensed User
I think the question is incomprehensible.
The bottom line
When you move webView content
Up and down.

The movement becomes heavy and intermittent.

See example
 

Attachments

  • Project.zip
    14.8 KB · Views: 81
Upvote 0
Top