Support Request: On Andriod Not able to get SiteKiosk.ComputerName

Description

Not able to call the function:
window.external.InitScriptInterface();
And get the vale out of SiteKiosk.ComputerName

On Samsung Galaxy Tab.

Answer: (1)

Re: On Andriod Not able to get SiteKiosk.ComputerName 8/26/2015 10:48 AM
Hello,

This Object Model code is for SiteKiosk Windows only (for the IE based Skins).

SiteKiosk Android uses another Object Model which is not officially supported yet.
But if you are interested you can request the SiteKiosk Android Object Model help via e-mail.
support-europe(at)provisio.com

Please note:
There is no direct equivalent to this http://www.provisio.com/helpconsole/SiteKiosk%20Object%20Model%20Help/en-US/default.htm?sitekiosk_computername_prop.htm with the SK Android Object Model but here an example code (without further support) that reads out the name the Android device is registered to SiteRemote with.


getBlackboardValueByKey(key) {
var entries = siteKiosk.siteRemote.blackboard.getAll(key);
var result = null;
entries.forEach(function(entry) {
result = entry.value;
});
return result;
}


Please understand that our free support cannot offer you any assistance with creating your own code or customizing the skin files.

If you need further assistance in creating individual coding solutions you can contact us via e-mail that we may find a solution against payment for your needs.

In case you are interested in a solution against payment please write a detailed description to support-europe(at)provisio.com that we can check the technical feasibility and the amount of work to make a quotation.
The adjustment fees are depending on the complexity of the changes and in general it costs 120 Euro per hour.

Regards,
Michael Olbrich
My Account
Login
Language (Tickets):