We have an existing iOS app that is quite large. We cannot redesign everything in Ionic right away. However, we are wanting to start designing new feature (i.e. views) with Ionic and call them with the native swift/iOS code. That part is easy as I would assume you would just call it vie a web view and have to pass authentication, etc. over to the ionic page we create.
Now, the hard part - is there a way to call (from Ionic) the native iOS view that we have previously created with swift and objective-c? We need to be able to call those native views and navigate to them from our ionic/angular page. Is there a way to do this? Thanks!
4 posts - 3 participants