BUG Webview Click event

I created the click event for buttons in the webview it’s all revamped but the click is not working.

I exported the AIA and minded the thunkable and there it worked right.

What can it be?

2

3

5

do you have changes here in this line?

<td align="center">
<img  src="images/lixera.png" width="30" onClick="window.AppInventor.setWebViewString('<?php echo $dado["id"]; ?> delete')"></td>

:point_right: window.AppInventor.setWebViewString

onClick="window.AppInventor.setWebViewString('<?php echo $dado[&quot;id&quot;]; ?> delete')"

You must escape quotes for "id"

Will anyone help?
Where are the developers of Makeroid?
Are we going to have to give up and get back to Thunkable?

If you really want to go to Thunkable, you can go back to Thunkable. No one is forcing you to use Makeroid.

3 Likes

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