Here I'm implementing a sample.js file in which designing a floating component. This sample.js file is independent of any other application. It means when i'm adding this file to sencha-touch project it should show the floating component and if i'm adding this sample.js to ext4.1 project then also it should show the component.
For this i want to know whether the application is using Sencha touch sdk or ext 4.1 sdk?
How can i achieve this?
Any help would be highly appreciated.