How to check for an app (native or hybrid)

10,493

Yes, there is a simple way to distinguish between hybrid and native app. Go to Developer Options from Settings and turn on Show Layout bounds. And then launch your app and see the layout highlighted. If there are lots of rectangle highlighted, it's native. Otherwise hybrid.

Share:
10,493
Neeraj Hatwal
Author by

Neeraj Hatwal

Updated on June 04, 2022

Comments

  • Neeraj Hatwal
    Neeraj Hatwal almost 2 years

    I'm working on sauce lab integration with appium, and created a poc for ebay app. Now the requirement is that the poc should work for native, hybrid and web. How would i know that which app is native and which is hybrid because I don't have the source code for the app, only have the apk file for automation test.

    Please suggest.