Open ability
web-view
PhizClip JSSDK Interface document
| attribute | type | Default value | Required | Introductions | Minimum version |
|---|---|---|---|---|---|
| src | string | no | webview A link to a web page. | ||
| timeout | number | 0 | no | Specifies a timeout event that will be triggered if the page does not receive a call to pz.complete() within the specified time. The unit is seconds (s). | |
| bindmessage | eventhandler | no | Webpage to phizclip postMessage A message is triggered and received at certain times (phizclip back, component destruction, sharing). e.detail = { data }, data is a multiple postMessage Array of parameters of | ||
| bindload | eventhandler | no | This event is triggered when the page loads successfully. e.detail = | ||
| binderror | eventhandler | no | This event is triggered when a page load fails. e.detail = | ||
| bindevent | eventhandler | no | Receive data from web pages via JSSDK | ||
| bindtimeout | eventhandler | no | Triggered only when timeout is configured, when the page loads and when the net does not call pz.complete |