Hello,
I need to detect the platform of the mobile device.
I tried using Browser.platform , but gettinig Linux ARMv7 instead of android ,may be that is because android is an os developed from linux family.
Now i found that there is the system condition "is on Platform".
This is working for Android by selecting "Android" from dropdown list.
But for blackberry the dropdown menu "BlackBerry 10 App" is not detecting the platform, is that means the condition is true after packaging to blackberry?
Thank You...