That doesn't make a lot of sense if I understand correctly. So every iPad app generated with Appery is forced to have a start page that consists of 2 columns?
Doesn't that seem a bit restricted?
That doesn't make a lot of sense if I understand correctly. So every iPad app generated with Appery is forced to have a start page that consists of 2 columns?
Doesn't that seem a bit restricted?
Andy,
Please check the link that I've posted above.
We will remove Tablet template in the future. You can freely use Phone template for the tablet devices.
Yep, had a look at that. What I don't understand how to do is convert my existing app to use a different template. I've got quite a few pages with all sorts of calculations being done and I want to avoid having to reproduce everything from scratch.
Is this possible?
Alternatively, if I edit the source for Home.html under Source Web Resources Home.html, get rid of the content-primary div and edit the CSS, will this work?
There is no migration mechanism from one template to another.
It's better to recreate it from the existing one, data bindings and even data interactions within one page are completely different in this templates versions.
The only problem with that is that my plan only allows for one app so I can't start a new one and then copy/paste my Javascript from the old one.
Any suggestions?
You can make a backup file of your project and make export of your source files and after that make copy/paste code parts.