MobileHTMLViewer more than one method

In transitioning to 2021r3.1, lotsa changes.

Dim _embed as FolderItem = SpecialFolder.Resource(“mobile.html”)
MobileHTMLViewer.loadPage(_embed)

gives me this error: “There is more than one method with this name but this does not match any of the available signatures.”

I’m not finding multiple methods - and the file contains clean and well-worn HTML.

Thoughts?

Perhaps MobileHTMLViewer1 or what is the name of your instance of MobileHTMLViewer?

1 Like

Got It - misspelled/inconsistent instance name. Thanks!