userException

Results 3 comments of userException
trafficstars

@janpio I was able to solve my issue as well using the @zestia/cordova-plugin-wkwebview-engine-windowopen Is this really a cordova issue or cordova-plugin-wkwebview-engine doesn't support window.open? My project was quite old and...

@LuAndreCast Trying this in 2020, it creates a private headers folder in the framework which has all the Objective-C headers visible outside the framework.

I got an error for NSNumber violation so changed: NSNumber.init(value: someValue) to NSNumber.(value: someValue) Worked !