Skip to content

Commit

Permalink
feat(android): use Crosswalk to improve performance on old Android ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
Benjamin Reed committed Oct 27, 2015
1 parent e26e6aa commit 5b34e7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<preference name="MediaPlaybackRequiresUserAction" value="false"/>
<preference name="SuppressesIncrementalRendering" value="false"/>
<preference name="xwalkVersion" value="14+" />
<preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect" />
<preference name="xwalkMode" value="embedded" />
<feature name="Console">
<param name="ios-package" value="CDVLogger" onload="true"/>
</feature>
Expand Down Expand Up @@ -118,4 +121,4 @@
</config-file>
</platform>
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
</widget>
</widget>
7 changes: 7 additions & 0 deletions ionic.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
"watchPatterns": [
"www/**/*",
"!www/lib/**/*"
],
"browsers": [
{
"platform": "android",
"browser": "crosswalk",
"version": "12.41.296.5"
}
]
}

0 comments on commit 5b34e7f

Please sign in to comment.