Skip to content

WebView browsing and scrolling is a bit jumpy.  #359

@Maqsood007

Description

@Maqsood007

I have render android WebView in GVR FrameLayout to load my webpages but its experience is jumpy and scrolling is not smooth. i am unable to read it continuously.

frameLayout = new GVRFrameLayout(this); frameLayout.setBackgroundColor(Color.TRANSPARENT); View.inflate(this, R.layout.activity_irisvision_browser, frameLayout); mWebView = (WebView) frameLayout.findViewById(R.id.webView); if (mWebView != null) { mWebView.loadUrl("http://theirisvision.com/media/", preventCaching); }

And i inflate the Android webview in GVRFrameLayout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions