I’m trying to ue the webview. and use the back button and forward button. I have some question. If I push the goback button, It moves the blank page. So, I tried to add this WhileCanGoBack block. How can I use the WhileCanGoBack on Webview?
This is current code, and this code will not work.
Hi! Try to invert your trigger order, <WhileCanGoBack> outside the <Clicked>.
I tried to invert the trigger order. but it not worked. I think that WhileCanGoBack is not connect the canGoBack() function of Webview. Can you check this code please?
The node ‘myWebView’ can not be used here: The type must be compatible with ‘Fuse.Navigation.INavigation’ - /Users/sean/Desktop/testwebview/MainView.ux(4:1):E
Object reference not set to an instance of an object - (0:0):E