i am trying to build a mobile app, but i am also trying to make it look good on mobile and desktop. when messing around with the Responsive settings, i do not like how the app looks visually when stretched to a desktop screen.
by the way,
i made every group the sizes that bubble suggested for a phone screen.
i am trying to find the proper way to actually turn it into a mobile app and submit it to android and ios, gonative, phonegap, etc.
but i also want to copy the app, and make it look better for desktop. how would i do this? i can copy the app, and that is simple enough. but can i connect them so that if a user makes a post in the desktop version, it shows up in the mobile, and likewise if a user he follows makes a post in the mobile app, but he is on the desktop version, he can still get the post?
I think the easier way is going to be having specific mobile-only pages inside the same app. There should be a checkbox on the page level that allows you specify whether or not this page is mobile, and what it’s “parent” desktop page is.
You would create two versions if each page. The version you want accessed by mobile users would get marked as such, then you reference the main desktop page as it’s parent. When a user accesses the desktop page from their mobile device, they should be redirected to the mobile version
I missed that part. I’m not a big fan of hybrid approaches to building mobile apps, so I don’t have much experience with gonative or phonegap. Sorry!