Skip to content

Releases: 453jerry/ALBridge-iOS

v1.2.0

28 May 18:19
Compare
Choose a tag to compare
  • refactor(demo, ALBridge, WebViewExtension): Remove functions that are not related to web view from the web view extension
  • fix(demo, ALBridge, WebViewExtension): Remove unnecessary unconditional unwrapping
  • docs(README, podspec): Update documents

v1.1.0

10 Dec 12:36
efb18a3
Compare
Choose a tag to compare
- Support progress callback
   Add progress changed handler to JSAction to support notification that progress has changed.
- Fix mutile-thread support
   Mark completionHandler and progressChangedHandler as @escaping closures

v1.0.0

26 Nov 16:38
931b516
Compare
Choose a tag to compare
  • JS Action
    JS Action is called by java script post message. The result of java script action is returned through asynchronous callbacks
  • Native event dispatch
    Native event is distributed to the window object and in java script code it can be subscribed to by window.addEventListener(event, handler)
  • White list
    Only sites on the white list can use java script bridge