I was working on App manager, while accessing the store from my device the User interface was not responsive. But I have heard that all these bugs are resolved in the latest version. So when could I expect the release of next version. Or alternatively, how can I customize the code so that I could make the store, responsive for accessing through mobile devices
Asked
Active
Viewed 93 times
1 Answers
0
released version of wso2 app manager use bootstrap 2.X version and you can use bootstrap 3.X versions to make it responsive.
Here is the bootstrap update guide: http://code.divshot.com/bootstrap3_upgrader/

Dakshika
- 1,694
- 1
- 14
- 18
-
I tried to replace bootstrap 2.x with 3.x , but not working... bootstrap 3.x require JQuery 1.9.0 or above and other JS library is not compatible with that. I really appreciate any help. – Swara Singh Jun 10 '16 at 11:55
-
You need to change spanX to col-<>-X as wel. have you try that out – Dakshika Jun 16 '16 at 04:49