[
https://issues.apache.org/jira/browse/WEEX-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071994#comment-16071994
]
xingZhang commented on WEEX-49:
-------------------------------
iOS:
https://github.com/apache/incubator-weex/commit/fd2a7741a492b24b3971501f6847b889da204d94
> add osName to weex.config.env
> -----------------------------
>
> Key: WEEX-49
> URL: https://issues.apache.org/jira/browse/WEEX-49
> Project: Weex
> Issue Type: Improvement
> Components: Project
> Affects Versions: 0.15
> Reporter: Danz He
> Assignee: sospartan
>
> Since the *weex.config.env.platform* on web has tell user that the
> environment is 'Web', there should be another property to tell which system
> ('android' or 'iOS') it is on. So a *weex.config.env.osName* is needed. On
> Android and iOS platform, the platform name and the osName is the same,
> however on Web platform (webview or mobile browsers), they are different.
> For example, a weex page runing in a chrome browser on a Android device with
> weex-vue-render. access the two properties will be:
> * weex.config.env.platform: 'Web'
> * weex.config.env.osName: 'android'
> * weex.config.env.osName: 'iOS'
> doc: http://weex.apache.org/references/weex-variable.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)