Rich text formatting HTML web viewer with thunkable

Hello All!

Hope you are having a good day.
I am @tchind .
I have been trying to implement rich text formatting by adding a web viewer and using HTML.
I am getting unexpected results presently.
Thunkable

Interface:Snap to Snap
Looking forward to your replies!
@tchind

I can’t seem to open this project. Can you share the link from the project page?

I was able to open the project link. When you share a link to a project with many screens, it’s important to tell us which screen you’re having a problem with and if there are many blocks on that screen, which section of blocks as well.

Also, when you say “I am getting unexpected results” … I have no idea what that means. What do you expect to see and what are you actually seeing?

Updated results: Thunkable

  1. Post button is not clicking
  2. Not appearing webviewer HTML code
  3. That is all
1 Like

also…i noticed that webviewer is not appearing on mobile but on the web it is. is there some issue with Live Test in snaptoplace.blocks?

@worldfromyeyer Hi does your html problem look like this one?
https://community.thunkable.com/t/bug-packaged-html-files-are-not-sending-receiving-messages-via-the-webviewer-component/1594357

Yes.

Sorry, The problem is still not solved and persists for more than 2 weeks

Your problem with the POST screen and the Web Viewer.

Yes there is a problem with the Web Viewer but the Post button in your code fails because you are trying to pass null or undefined values to the create row block which result in the app crashing.

1 Like

Which “unidentified value”?

1 Like

Use an alert component to view all the variables before you create row and you will see that your values comes up as null or undefined.

This is what I did.

is Variable image null?

1 Like

Have you assigned anything to this variable?

Remember, in local table, you can save the URL of the image but not the actual image file.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.