Ionic Web Hosted app does't support plugins

Hello,

I just deployed an application to Heroku say http://demoionic.herokuapp.com and installed plug-in to that application say Geo-location and In-AppBrowser. Other Mobile application i am just loading that view to application everything goes fine but it seems plug-in doesn’t works on mobile phone.

Is I am demanding wrong ? Or missing something

Thanks in advance

Cordova plugins are made of native code that gets bundled with your mobile app (an ipa for iOS, an apk for Android).
In your case, you use Ionic as a CSS framework to build a web site, the plugins cannot be executed by the mobile device because you are not building a mobile app.