diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index aa645455e..0b2f72531 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -241,6 +241,9 @@ + + webview.xml + @@ -736,6 +739,7 @@ + PreserveNewest diff --git a/apps/ui-tests-app/bindings/xmlbasics.ts b/apps/ui-tests-app/bindings/xmlbasics.ts index 40a5fa4bb..018aa5d24 100644 --- a/apps/ui-tests-app/bindings/xmlbasics.ts +++ b/apps/ui-tests-app/bindings/xmlbasics.ts @@ -10,8 +10,8 @@ export function stack0Loaded(args: observable.EventData) { var button = stack0.getViewById("btn"); var bindingOptions = { sourceProperty: "textSource", - targetProperty: "text", - twoWay: true + targetProperty: "text"// , + // twoWay: true }; target.bind(bindingOptions, source); source.set("textSource", "Text"); diff --git a/apps/ui-tests-app/dialogs/dialogs.xml b/apps/ui-tests-app/dialogs/dialogs.xml index 730fbd8bb..061a412c0 100644 --- a/apps/ui-tests-app/dialogs/dialogs.xml +++ b/apps/ui-tests-app/dialogs/dialogs.xml @@ -1,6 +1,6 @@  -