Skip to content

Commit

Permalink
Center actionsheet on iPad #49
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jan 1, 2017
1 parent e57d0e8 commit e91910d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea
*.iml
demo
screenshots
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Android code: mostly [Brill Papping](https://github.com/bpappin)


## 6. Change history
* 2.3.2 Default iPad popup is now in the center (was in the top left corner)
* 2.3.1 Added `subtitle` (iOS) and `destructiveButtonLast` preferences. Also, iOS now uses the newer `UIAlertController` instead of `UIActionSheet`.
* 2.2.2 OK, 2.2.1 has issues with Russian and the like, so reverted. Just add `<meta charset="utf-8" />` to your html file.
* 2.2.1 Encoding of diacritical characters fixed on iOS, so you can now use `Español` as a title or button label.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-actionsheet",
"version": "2.3.1",
"version": "2.3.2",
"description": "Show a sheet of options the user can choose from.",
"cordova": {
"id": "cordova-plugin-actionsheet",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-actionsheet"
version="2.3.1">
version="2.3.2">

<name>ActionSheet</name>

Expand Down

0 comments on commit e91910d

Please sign in to comment.