Skip to content

Commit 3e2f5e0

Browse files
author
Igor Khomenko
committed
updated Cordova samples
1 parent 5b65df1 commit 3e2f5e0

File tree

250 files changed

+20821
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+20821
-1
lines changed

samples/chat-cordova/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
<platform name="ios">
2323
<allow-intent href="itms:*" />
2424
<allow-intent href="itms-apps:*" />
25+
<preference name="Orientation" value="landscape" />
2526
</platform>
2627
</widget>

samples/chat-cordova/platforms/ios/QB Chat/QB Chat-Info.plist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,19 @@
3939
<key>NSAllowsArbitraryLoads</key>
4040
<true/>
4141
</dict>
42+
<key>UIInterfaceOrientation</key>
43+
<array>
44+
<string>UIInterfaceOrientationLandscapeLeft</string>
45+
</array>
46+
<key>UISupportedInterfaceOrientations</key>
47+
<array>
48+
<string>UIInterfaceOrientationLandscapeLeft</string>
49+
<string>UIInterfaceOrientationLandscapeRight</string>
50+
</array>
51+
<key>UISupportedInterfaceOrientations~ipad</key>
52+
<array>
53+
<string>UIInterfaceOrientationLandscapeLeft</string>
54+
<string>UIInterfaceOrientationLandscapeRight</string>
55+
</array>
4256
</dict>
4357
</plist>

samples/chat-cordova/platforms/ios/QB Chat/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@
4545
<preference name="PageLength" value="0" />
4646
<preference name="PaginationBreakingMode" value="page" />
4747
<preference name="PaginationMode" value="unpaginated" />
48+
<preference name="Orientation" value="landscape" />
4849
</widget>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Non-project-specific build files:
2+
build.xml
3+
local.properties
4+
/gradlew
5+
/gradlew.bat
6+
/gradle
7+
# Ant builds
8+
ant-build
9+
ant-gen
10+
# Eclipse builds
11+
gen
12+
out
13+
# Gradle builds
14+
/build
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Fri May 27 12:53:37 EEST 2016
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)