-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- new xdk version 3240 - native keyboard initial state fix
- Loading branch information
1 parent
504530d
commit f66b712
Showing
4 changed files
with
59 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
!/.jscodehints | ||
!/app.json | ||
!/screenshot.png | ||
!/icon.png | ||
!/icon.png | ||
*.mobileprovision |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
{ | ||
"project": { | ||
"projectSettingsVersion": "2.0.0", | ||
"currentBuildConfiguration": "Android-Crosswalk", | ||
"projectSettingsVersion": "3.0.0", | ||
"currentBuildConfiguration": "Android", | ||
"projectFiles": {}, | ||
"projectDirectories": {}, | ||
"initialAutoPluginCount": 0 | ||
}, | ||
"editorTab": { | ||
"currentEditorMode": 0 | ||
}, | ||
"build-tab": { | ||
"selectedTargets": [ | ||
"CORDOVA_ANDROID" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters