Xstore Mobile formfactor specific changes
Hi All,
I have a scenario to implement for Xstore Mobile and I can't seem to find a solution to it yet.
Scenario:
- Xstore V20
- A new requirement to implement a new form that is applicable to desktop and tablet. However, handheld is different and need a different format.
For the new form, I plan to add to :version1 so that it's applicable to both desktop and tablet. The handheld version will be added to a different config path.
My understanding is that the :formfactor/tablet is loaded before :version1. Since this is the base, desktop and tablet will work fine when the new form is in version1. However, if the handheld form is added to :formfactor/handheld, :version1 will override the :formfactor/handheld changes, which prevents the correct form from loading.