[Solved] Question about web viewer receives message

how do I send a message from webview to trigger this block:image
because I am using summernote in my app.

You webpage needs include:

<script src="https://thunkable.github.io/webviewer-extension/thunkableWebviewerExtension.js" type="text/javascript"></script>
ThunkableWebviewerExtension.postMessage('hello world');

You can find instructions and details here:

2 Likes

thx

hey… i tried this to insert my imbed …i placed my code into a html file then i uploaded it …after that instead of putting a url in the text field i typed in the file that i made and thats it !

This is the wway to do all types of cool stuff that we dont yet have components for! The webview would benefit ffrom allowing for file transfers too (:wink: @Steven) ! This would allow us to do client side photo transformations from native photo to base64 and all types of others stuff