You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add additional events to my wizView, specifically:
Whenever user starts to load a new page (like clicking on a link in webview) I want to receive event in my cordova web view, something like wizViewStartLoading.
Similarly, when the the page loading is finished, I need similar event like wizViewLoadingDone.
Now, I checked the plugin architecture and it seems to me that the best solution should be to send message over wizMessenger to mainView using loadUrl("javascript:...") from to overrided onPageFinished and newly override onPageStarted.
The similar approach should work on iOS as well.
Is this the right way how to reach my needs or do you have better idea?
The text was updated successfully, but these errors were encountered:
Greetings,
I need to add additional events to my wizView, specifically:
Whenever user starts to load a new page (like clicking on a link in webview) I want to receive event in my cordova web view, something like wizViewStartLoading.
Similarly, when the the page loading is finished, I need similar event like wizViewLoadingDone.
Now, I checked the plugin architecture and it seems to me that the best solution should be to send message over wizMessenger to mainView using loadUrl("javascript:...") from to overrided onPageFinished and newly override onPageStarted.
The similar approach should work on iOS as well.
Is this the right way how to reach my needs or do you have better idea?
The text was updated successfully, but these errors were encountered: