How to identify if the iOS app is native or hybrid while using it?

What are the ways to find out if the iOS app is native or a hybrid?

Itโ€™s very hard to tell them apart if hybrid is well-built, at least from black-box perspective.

One of the common problems with hybrids is that if you tap fast multiple times on some button, itโ€™ll open several instances of destination screen. Of course, good developer will prevent this, so it might not work on application youโ€™re testing.