Error: Zoho Creator does not convert openUrL() "form-perma" to "form-mobile" for mobile browser

Error: Zoho Creator does not convert openUrL() "form-perma" to "form-mobile" for mobile browser

When a form is opened on a mobile device using the openUrL() statement, Zoho Creator must convert "form-perma" to "form-mobile" so the form is displayed properly in the mobile browser. Zoho Creator does NOT do this. The form is opened as a regular form not mobile, so the form is too small and must be resized by the user.

Example:

openUrl("https://creator.zoho.com" + zoho.appuri + "/ form-perma /MyForm"
should become
openUrl("https://creator.zoho.com" + zoho.appuri + "/ form-mobile /MyForm"

when opened in the mobile browser.