Can we have UI in native and functionality in IONIC?

Before moving to IONIC2 app, I just want to know can we have some part of UI to have in native (e.g. Java XML file or XIB file of Objective-C) just in case if a specific native component which is not possible to generate using IONIC2 components in HTML.

Basically, I am trying to build an app where app pages comprise of few Native UI pages along with HTML UI pages. But it’s background functionality should be handled using Angular2 in IONIC only.

Let us know is it possible to do so?

1 Like

Are you talking about ionic native?

https://cordova.apache.org/docs/en/latest/guide/hybrid/webviews/index.html

Check this link out. I didn’t understand what you meant in OP but I believe this is what you want. I know people have been doing this to do hybrid apps with Web people and custom native functionality

I guess this might be helpful for you
http://microsoft.github.io/ace/

1 Like

Is their anything else apart from

ACE , this repo is no longer maintained & is also 6 years old