@capgo/inappbrowser 7.9.5 → 7.10.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.
@@ -54,7 +54,7 @@ dependencies {
54
54
  implementation project(':capacitor-android')
55
55
  implementation 'com.caverock:androidsvg:1.4'
56
56
  implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
57
- implementation "androidx.window:window:1.3.0"
57
+ implementation "androidx.window:window:1.4.0"
58
58
  testImplementation "junit:junit:$junitVersion"
59
59
  androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
60
60
  androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
@@ -450,7 +450,7 @@ public class InAppBrowserPlugin
450
450
  options.setTitle(call.getString("title", ""));
451
451
  }
452
452
  options.setToolbarColor(call.getString("toolbarColor", "#ffffff"));
453
- options.setBackgroundColor(call.getString("backgroundColor", "black"));
453
+ options.setBackgroundColor(call.getString("backgroundColor", "white"));
454
454
  options.setToolbarTextColor(call.getString("toolbarTextColor"));
455
455
  options.setArrow(Boolean.TRUE.equals(call.getBoolean("showArrow", false)));
456
456
  options.setIgnoreUntrustedSSLError(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "7.9.5",
3
+ "version": "7.10.0",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",