Michael Tamburro
Michael Tamburro
### Platforms affected iOS This can be merged after https://github.com/apache/cordova-ios/pull/1051 ### Motivation and Context CDVWebViewEngine needs a way to set the websiteDataStore of its configuration. Fixes: https://github.com/apache/cordova-ios/issues/900 ### Description Adds...
note: works around, rather than addresses existing architectural issues (#1031) note: should be reviewed after merging this related PR https://github.com/apache/cordova-ios/pull/1050 ### Platforms affected cordova-ios ### Motivation and Context This is...
# Feature Request ## Motivation Behind Feature A websiteDataStore can both be configured (e.g., set to non-persistent) and re-used (e.g., in other web browser components). ## Feature Description Optionally exposing...
# Feature Request With recent versions of Xcode, including frameworks became problematic due to the introduction of the M1 Mac and the inclusion of certain simulator architectures within frameworks. To...
# Bug Report Something seems to have changed in cordova 10 with respect to `cordova plugin remove` when there are dependencies. This new behavior makes it difficult for plugin authors...
# Bug Report ## Problem Getting this issue on our radar early: https://developer.apple.com/forums/thread/707735?answerId=721941022#721941022 ### What is expected to happen? This approach used to work, but may not on iOS 16:...
note: works around, rather than addresses existing architectural issues (#1030) note: should be reviewed after merging this related PR https://github.com/apache/cordova-ios/pull/1050 ### Platforms affected cordova-ios ### Motivation and Context This is...
# Bug Report ## Problem Thanks for removing the deprecated viewDidUnload! If you also remove some of the other empty methods (e.g., `viewDidLoad`) this gives developers a way to easily...
With Xcode 12, there are some additional lipo steps needed to deal with static libraries, such as the one created with the Yubico Xcode project. If you were to instead...
Hi-- Do you have plans to integrate any of the new Apple APIs in to this SDK prior to the fall? https://developer.apple.com/documentation/authenticationservices/public-private_key_authentication/supporting_security_key_authentication_using_physical_keys I see the main benefits being: - Support...