@capacitor/ios 4.0.1 → 4.0.2-nightly-0ad41d05.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,7 +123,7 @@ open class CAPWebView: UIView {
123
123
 
124
124
  extension CAPWebView {
125
125
 
126
- open func webViewConfiguration(for instanceConfiguration: InstanceConfiguration) -> WKWebViewConfiguration {
126
+ public func webViewConfiguration(for instanceConfiguration: InstanceConfiguration) -> WKWebViewConfiguration {
127
127
  let webViewConfiguration = WKWebViewConfiguration()
128
128
  webViewConfiguration.allowsInlineMediaPlayback = true
129
129
  webViewConfiguration.suppressesIncrementalRendering = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/ios",
3
- "version": "4.0.1",
3
+ "version": "4.0.2-nightly-0ad41d05.0",
4
4
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
5
5
  "homepage": "https://capacitorjs.com",
6
6
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "a14824b660ccd39b7ed150a26debb15e9a161303"
33
+ "gitHead": "0ad41d0567e69d31e65c92d4890fc8860d0344ac"
34
34
  }