Button still only works occasionally in Freshdesk Custom App

i have requested the Issue already in this Topic. Unfortunately, the issue with the custom app has come up again.

Hey @Daniel_Bohme,

sorry to hear that is is back. And are both issues back (dialog not opening & dialog opening but button not clickable)?

Did you do the changes mentioned in the other topic for both files (html & js)?
I found an example app for 3.0 framework here: GitHub - freshworks-developers/app-placeholder-samples: Freshworks samples for app placeholders

There they show how to at least do the main html.

How do you open the modal/dialog? Here I found an advice to do this:

It is for 2.3, but I don’t think there is a difference to 3.0.

And a tiny thing, which I saw in the other thread - You use Crayons button for submitting, but listen to the standard event and not fwClick.
Don’t know if that changes anything, but maybe try to listen to fwClick???

Hope that helps
Tom