webView.js 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. !(function(e, n) {
  2. 'object' == typeof exports && 'undefined' != typeof module
  3. ? (module.exports = n())
  4. : 'function' == typeof define && define.amd
  5. ? define(n)
  6. : ((e = e || self).uni = n())
  7. })(this, function() {
  8. 'use strict'
  9. try {
  10. var e = {}
  11. Object.defineProperty(e, 'passive', {
  12. get: function() {
  13. !0
  14. }
  15. }),
  16. window.addEventListener('test-passive', null, e)
  17. } catch (e) {}
  18. var n = Object.prototype.hasOwnProperty
  19. function i(e, i) {
  20. return n.call(e, i)
  21. }
  22. var t = []
  23. function r() {
  24. return window.__dcloud_weex_postMessage || window.__dcloud_weex_
  25. }
  26. var o = function(e, n) {
  27. var i = { options: { timestamp: +new Date() }, name: e, arg: n }
  28. if (r()) {
  29. if ('postMessage' === e) {
  30. var o = { data: [n] }
  31. return window.__dcloud_weex_postMessage
  32. ? window.__dcloud_weex_postMessage(o)
  33. : window.__dcloud_weex_.postMessage(JSON.stringify(o))
  34. }
  35. var a = { type: 'WEB_INVOKE_APPSERVICE', args: { data: i, webviewIds: t } }
  36. window.__dcloud_weex_postMessage
  37. ? window.__dcloud_weex_postMessageToService(a)
  38. : window.__dcloud_weex_.postMessageToService(JSON.stringify(a))
  39. }
  40. if (!window.plus) return window.parent.postMessage({ type: 'WEB_INVOKE_APPSERVICE', data: i, pageId: '' }, '*')
  41. if (0 === t.length) {
  42. var d = plus.webview.currentWebview()
  43. if (!d) throw new Error('plus.webview.currentWebview() is undefined')
  44. var s = d.parent(),
  45. w = ''
  46. ;(w = s ? s.id : d.id), t.push(w)
  47. }
  48. if (plus.webview.getWebviewById('__uniapp__service'))
  49. plus.webview.postMessageToUniNView({ type: 'WEB_INVOKE_APPSERVICE', args: { data: i, webviewIds: t } }, '__uniapp__service')
  50. else {
  51. var u = JSON.stringify(i)
  52. plus.webview.getLaunchWebview().evalJS(
  53. 'UniPlusBridge.subscribeHandler("'
  54. .concat('WEB_INVOKE_APPSERVICE', '",')
  55. .concat(u, ',')
  56. .concat(JSON.stringify(t), ');')
  57. )
  58. }
  59. },
  60. a = {
  61. navigateTo: function() {
  62. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
  63. n = e.url
  64. o('navigateTo', { url: encodeURI(n) })
  65. },
  66. navigateBack: function() {
  67. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
  68. n = e.delta
  69. o('navigateBack', { delta: parseInt(n) || 1 })
  70. },
  71. switchTab: function() {
  72. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
  73. n = e.url
  74. o('switchTab', { url: encodeURI(n) })
  75. },
  76. reLaunch: function() {
  77. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
  78. n = e.url
  79. o('reLaunch', { url: encodeURI(n) })
  80. },
  81. redirectTo: function() {
  82. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {},
  83. n = e.url
  84. o('redirectTo', { url: encodeURI(n) })
  85. },
  86. getEnv: function(e) {
  87. r() ? e({ nvue: !0 }) : window.plus ? e({ plus: !0 }) : e({ h5: !0 })
  88. },
  89. postMessage: function() {
  90. var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : {}
  91. o('postMessage', e.data || {})
  92. }
  93. },
  94. d = /uni-app/i.test(navigator.userAgent),
  95. s = /Html5Plus/i.test(navigator.userAgent),
  96. w = /complete|loaded|interactive/
  97. var u = window.my && navigator.userAgent.indexOf(['t', 'n', 'e', 'i', 'l', 'C', 'y', 'a', 'p', 'i', 'l', 'A'].reverse().join('')) > -1
  98. var g = window.swan && window.swan.webView && /swan/i.test(navigator.userAgent)
  99. var v = window.qq && window.qq.miniProgram && /QQ/i.test(navigator.userAgent) && /miniProgram/i.test(navigator.userAgent)
  100. var c = window.tt && window.tt.miniProgram && /toutiaomicroapp/i.test(navigator.userAgent)
  101. var m = window.wx && window.wx.miniProgram && /micromessenger/i.test(navigator.userAgent) && /miniProgram/i.test(navigator.userAgent)
  102. var p = window.qa && /quickapp/i.test(navigator.userAgent)
  103. var f = window.ks && window.ks.miniProgram && /micromessenger/i.test(navigator.userAgent) && /miniProgram/i.test(navigator.userAgent)
  104. var l = window.tt && window.tt.miniProgram && /Lark|Feishu/i.test(navigator.userAgent)
  105. var _ = window.jd && window.jd.miniProgram && /micromessenger/i.test(navigator.userAgent) && /miniProgram/i.test(navigator.userAgent)
  106. var E = window.xhs && window.xhs.miniProgram && /xhsminiapp/i.test(navigator.userAgent)
  107. for (
  108. var h,
  109. P = function() {
  110. ;(window.UniAppJSBridge = !0), document.dispatchEvent(new CustomEvent('UniAppJSBridgeReady', { bubbles: !0, cancelable: !0 }))
  111. },
  112. b = [
  113. function(e) {
  114. if (d || s)
  115. return (
  116. window.__dcloud_weex_postMessage || window.__dcloud_weex_
  117. ? document.addEventListener('DOMContentLoaded', e)
  118. : window.plus && w.test(document.readyState)
  119. ? setTimeout(e, 0)
  120. : document.addEventListener('plusready', e),
  121. a
  122. )
  123. },
  124. function(e) {
  125. if (m)
  126. return (
  127. window.WeixinJSBridge && window.WeixinJSBridge.invoke
  128. ? setTimeout(e, 0)
  129. : document.addEventListener('WeixinJSBridgeReady', e),
  130. window.wx.miniProgram
  131. )
  132. },
  133. function(e) {
  134. if (v)
  135. return (
  136. window.QQJSBridge && window.QQJSBridge.invoke ? setTimeout(e, 0) : document.addEventListener('QQJSBridgeReady', e),
  137. window.qq.miniProgram
  138. )
  139. },
  140. function(e) {
  141. if (u) {
  142. document.addEventListener('DOMContentLoaded', e)
  143. var n = window.my
  144. return {
  145. navigateTo: n.navigateTo,
  146. navigateBack: n.navigateBack,
  147. switchTab: n.switchTab,
  148. reLaunch: n.reLaunch,
  149. redirectTo: n.redirectTo,
  150. postMessage: n.postMessage,
  151. getEnv: n.getEnv
  152. }
  153. }
  154. },
  155. function(e) {
  156. if (g) return document.addEventListener('DOMContentLoaded', e), window.swan.webView
  157. },
  158. function(e) {
  159. if (c) return document.addEventListener('DOMContentLoaded', e), window.tt.miniProgram
  160. },
  161. function(e) {
  162. if (p) {
  163. window.QaJSBridge && window.QaJSBridge.invoke ? setTimeout(e, 0) : document.addEventListener('QaJSBridgeReady', e)
  164. var n = window.qa
  165. return {
  166. navigateTo: n.navigateTo,
  167. navigateBack: n.navigateBack,
  168. switchTab: n.switchTab,
  169. reLaunch: n.reLaunch,
  170. redirectTo: n.redirectTo,
  171. postMessage: n.postMessage,
  172. getEnv: n.getEnv
  173. }
  174. }
  175. },
  176. function(e) {
  177. if (f)
  178. return (
  179. window.WeixinJSBridge && window.WeixinJSBridge.invoke
  180. ? setTimeout(e, 0)
  181. : document.addEventListener('WeixinJSBridgeReady', e),
  182. window.ks.miniProgram
  183. )
  184. },
  185. function(e) {
  186. if (l) return document.addEventListener('DOMContentLoaded', e), window.tt.miniProgram
  187. },
  188. function(e) {
  189. if (_)
  190. return (
  191. window.JDJSBridgeReady && window.JDJSBridgeReady.invoke ? setTimeout(e, 0) : document.addEventListener('JDJSBridgeReady', e),
  192. window.jd.miniProgram
  193. )
  194. },
  195. function(e) {
  196. if (E) return window.xhs.miniProgram
  197. },
  198. function(e) {
  199. return document.addEventListener('DOMContentLoaded', e), a
  200. }
  201. ],
  202. y = 0;
  203. y < b.length && !(h = b[y](P));
  204. y++
  205. );
  206. h || (h = {})
  207. var B = 'undefined' != typeof uni ? uni : {}
  208. if (!B.navigateTo) for (var S in h) i(h, S) && (B[S] = h[S])
  209. return (B.webView = h), B
  210. })