This question is locked. New answers and comments are not allowed.
I am able to get the ChildBrowser working in a "Cross-platform Device Application (Blank)" project. However, I can't get it to work in a "Cross-platform Device Application (Kendo UI Mobile)" project.
This call fails:
window.plugins.childBrowser.showWebPage("http://www.google.com");
The reason is that "window.plugins" is undefined.
The code for adding the ChildBrowser is nearly identical in both projects so I'm confident that it is being implemented correctly in the Kendo UI Mobile project.
Please help. Integrated Kendo UI is one of the biggest appeals of Icenium, so I really need it to work there.
This call fails:
window.plugins.childBrowser.showWebPage("http://www.google.com");
The reason is that "window.plugins" is undefined.
The code for adding the ChildBrowser is nearly identical in both projects so I'm confident that it is being implemented correctly in the Kendo UI Mobile project.
Please help. Integrated Kendo UI is one of the biggest appeals of Icenium, so I really need it to work there.