Skip to content

Commit

Permalink
#43 Transition Image is shown when using Slide right/down
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Mar 23, 2015
1 parent 0a501dd commit 8d3332a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.telerik.plugins.nativepagetransitions"
version="0.2.13">
version="0.2.14">

<name>Native Page Transitions</name>

Expand Down
1 change: 1 addition & 0 deletions src/android/NativePageTransitions.java
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ public void run() {
}
}, 20);
}
bringToFront(webView);
_callbackContext.sendPluginResult(new PluginResult(PluginResult.Status.OK));
}

Expand Down

0 comments on commit 8d3332a

Please sign in to comment.