Unable to add marketplace widget in native mobile page

0
Hi There, I am working on Mendix Studio Pro 9.6.0. I have downloaded the HTML/ JavaScript Snippet widget from the marketplace. But I was unable to find the widget in the Mendix for the mobile app page I have overridded two times and tried by clicking add widget. But the new downloaded widget is not found in mendix studio for native mobile app I want to add an iframe to the native mobile page. is any way to do this?
asked
2 answers
0

You should use the Webview widget from the NativeMobileResources module.

HTML/JS snippet is not supported in native.

answered
-1

Try downloading the the mpk file for the widget from GitHub repo https://github.com/mendix/HTMLSnippet/tree/master/dist

 

Place this mpk file in your project directory → widgets folder. If there is existing file, replace it. Restart Studio pro, open your project and see if you can place that widget in any form.

answered