| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi,
Can you please provide more details on the concern. You have a browser widget and you are trying to reload the URL/content that time browser is not loading in iOS. Can you please confirm the Kony Version details.
Hi,
i am currently using kony visualizer 7.3 enterprise edition.
Note: it is working fine in android and im experiencing only on iOS
Hi,
Destroy the form on "onhide"event of the form.
Hi,
Please let us know how you are passing the URL to browser widget. If you are passing using URL property then it's deprecated.
Please use requestURLConfig for browser to load the URL.
frm.browser.requestURLConfig = {URL: "https://www.example.com", requestMethod: constants.BROWSER_REQUEST_METHOD_GET}.
Hi,
This issue is not resolved after upgrading to latest plugins in visualizer.
Thanks,
Apologies,
the issue is now resolved.
Regards,
Hi @Anthony Pvigeā can you share your workaround for the community to know what worked for you. Thanks!!!
Use the below code for rending the URL in browser widget in iPhone
var urlConf = {URL:url, requestMethod:constants.BROWSER_REQUEST_METHOD_GET};
Thank you