Is it possible to tell whether a compiled Android app is using a WebView? -
for instance, want know part of netflix android app implemented using webview, because i'd similar (the way rows , columns of movie thumbnails scroll horizontally , vertically) , want know if possible using webview.
one thing have done turned on of developer tools on device, such 1 draws rectangles around views. can see netflix app seems have 1 main view, no internal views. doesn't mean webview.
you can use uiautomatorviewer
inspect ui of running production app on device, see widgets uses , located on-screen.
Comments
Post a Comment