appyoumake / Appyoumake

Nyeste MLAB
Other
1 stars 0 forks source link

Need a dropdown menu for "Test on mobile" #477

Open leadermontanus opened 5 years ago

leadermontanus commented 5 years ago

Currently, in the /assets/js/new/mlab_dt_utils.js file "android" is hard coded into the code in the "run_actions" function.

This should be replaced with individual calls from a drop down menu, so clicking on "Test on mobile" shows a menu listing all the device types supported in the parameter.yml file:

compiler_service: supported_platforms: [ios, android]

The options on this menu will then have the same code as is currently attached to the "Test on mobile" button but with different parameters depending on the OS requested.