I need help modifying the InAppBrowser in native code
问题 this is a different question but is still regarding my original problem: Is there an elegant way to access the camera from the inappbrowser under iOS? tl;dr: I want to open the cordova camera plugin on top of the inappbrowser plugin(view hierarchy problem) After my first approach (old question) did not lead me anywhere, I tried to modify the inappbrowser (gitlink). I wanted it to be a subview of the cordova view, which the following code managed to accomplish: __weak CDVInAppBrowser* weakSelf