umbraco7 - How to approach mobile app content on Umbraco? -


we have website stores content both desktop , mobile app. mobile app retrieves content via umbraco rest api.

as content on each page vary desktop , app, we've come solution - keeping separate documents per each version. hard maintain content managers.

any known solutions problem?

you create "mobile content" tab on regular doctype , put mobile specific fields there? urls same retrieve mobile specific fields through json.

you make fallback if mobile field has no value, normal 1 instead.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -