onsenui How to create a web app with an interactive mobile app in a div
0
I want to make something similar to the OnsenUI website itself. Most of the page looks standard bootstrap and then there's a div with a phone (changes from iphone to android upon press of button on the web page). and all elements in the phone are onsenui. I want the onsenui elements in the "mobile app" section to interact with the desktop app parts, and vice versa. I'm making a scaled down app styler, so I can click on the button in the "mobile app" part, and in the desktop part change the div to allow me to set text style: font, size, color etc. As I change things in the desktop part, the mobile app part changes accordingly. Can this be done? Any framework (VUE preferred) or even JQuery and vanilla are acceptable.
onsen-ui2