native applications are programs that are compiled to a target cpu and are executed directly by it. Web apps are not native applications, but a web browser is.
A native application is a binary file containing cpu instructions that a computer executes when you run it. ios apps are native apps. Windows exe files are native apps, etc.