forked from iKreation/speroroads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ios.xml
24 lines (22 loc) · 1.06 KB
/
config.ios.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.appgyver.helloSteroids" version="2.0.0" xmlns="http://www.w3.org/ns/widgets">
<name>Hello Steroids</name>
<description>
A sample Steroids application.
</description>
<author email="[email protected]" href="http://www.appgyver.com/steroids">
AppGyver Steroids Team
</author>
<access origin="*" />
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="DisallowOverscroll" value="false" />
<preference name="EnableViewportScale" value="false" />
<preference name="HideKeyboardFormAccessoryBar" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="KeyboardShrinksView" value="false" />
<preference name="SuppressesIncrementalRendering" value="false" />
<preference name="PaginationMode" value="unpaginated"/>
<preference name="PageLength" value="0"/>
<preference name="PaginationBreakingMode" value="page"/>
<preference name="GapBetweenPages" value="0"/>
</widget>