scandit-cordova-datacapture-core
Advanced tools
Comparing version 6.2.0-beta.6 to 6.2.0-beta.7
{ | ||
"name": "scandit-cordova-datacapture-core", | ||
"version": "6.2.0-beta.6", | ||
"version": "6.2.0-beta.7", | ||
"description": "Scandit Data Capture SDK for Cordova", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -96,3 +96,3 @@ /// <amd-module name="scandit-cordova-datacapture-core.DataCaptureView"/> | ||
if (didChangePositionOrSize) { | ||
if (this._htmlElementState.isShown && didChangePositionOrSize) { | ||
this.updatePositionAndSize(); | ||
@@ -257,2 +257,3 @@ } | ||
this.updatePositionAndSize(); | ||
this.viewProxy.show(); | ||
@@ -259,0 +260,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
213581
2228