@dolphinweex/weex-harmony 0.1.84 → 0.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolphinweex/weex-harmony",
3
- "version": "0.1.84",
3
+ "version": "0.1.85",
4
4
  "description": "weex harmony adapter",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -185,6 +185,10 @@ export default {
185
185
  },
186
186
  methods: {
187
187
  finishFullScreen(){
188
+ try{
189
+ this.$bridge.setPageOrientation({ orientation: 0 })
190
+ }catch(e){
191
+ }
188
192
  this.embedPosition = this.defaultPosition;
189
193
  this.embedHeight = this.defaultHeight;
190
194
  this.embedWidth = this.defaultWidth;