Isken Huang created WEEX-35:
-------------------------------
Summary: A component open URL got different action on iOS and
Android
Key: WEEX-35
URL: https://issues.apache.org/jira/browse/WEEX-35
Project: Weex
Issue Type: Bug
Environment: iOS, Android
Reporter: Isken Huang
iOS:
https://github.com/apache/incubator-weex/blob/master/ios/sdk/WeexSDK/Sources/Component/WXAComponent.m#L63
Android:
https://github.com/apache/incubator-weex/blob/master/android/sdk/src/main/java/com/taobao/weex/ui/component/WXA.java#L53
iOS SDK's is when href exist and string length more then 0 to do something.
Android SDK's is when href is not null to do something. This logic should be
the same.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)