wayne_bai
wayne_bai

Reputation: 1238

Could I consider that Android WebView equate to Android native browser?

I am using Android WebView to play a CSS3 animation.

When I test the animation on GingerBread(2.3), it works fine on Native Browser, but doesn't work on WebView.

Because the native browser is developed base on WebView, so I consider that the function they deal with the css3 animation should be same and I expect the result is same. But the fact is different.

Could anyone explain that?

BTW: I have enable Javascript for WebView, setWebViewClient and setWebChromeClient for WebView.

Upvotes: 0

Views: 208

Answers (1)

Abhijit Chakra
Abhijit Chakra

Reputation: 3234

Have you added all the clients? webviewclient,webchromeclient, enabled etc.

Upvotes: 1

Related Questions