Hi - unfortunately no news for now, we need additional time to test this on Android and iOS devices.
Hi - unfortunately no news for now, we need additional time to test this on Android and iOS devices.
Hello! There is some strange behavior... Looks like there is some error on page, we were not able to catch it. But if you create new screen with another name and move all functionality from problem screen to the new one it works. Please try and let us result.
Regarding zooming I'm not able to zoom neither your app, nor my own one (on iPad/iOS7 and iPhone 5/iOS6). Perhaps we don't quite understand each other. Could you clarify what do you have when zoom app? Could you post screenshot of zoomed app?
Hi Marina,
The navigation problem happens on all my pages which have a list, that is 7 or 8 pages... I would prefere not to have to redo all those pages...
As for the zoom problem, this was solved a few days ago thanks to someone from appery (it was Katya, and her reply was the first one I got on this thread. Anyway all good now for the zoom!
I'm just looking forward to solve the navigation part! ![]()
hi Marina,
So I created for one of my problem screen a new page.. but no positive results, it's still not working... I put the navigation link on a mobilelistitem click, and nothing happen, i'm not brought to the designated page.
I hope you will be able to help me out with this... This is my last problem before uploading it to the appstore..
Thanks
Hello! Sorry for delay, we're working on it, but having some difficulties with resolving this issue. I'll let you know when have more information from developers team.
Hi Marie,
This is a bug. There are two possible workarounds:
Thank you, I'm gonna try now ![]()
I tested with a footer, and indeed it works! Thanks! But I would prefer to add a header instead of a footer, and I've got one problem : I didn't use the header initially because I couldn't find how to add other buttons than the default back button.
So instead I created a grid with 3 colums. Left column was a image with a link to back page, in the middle was the title of my page, and on the right was an image which links to my home page. How can I integrate this in the header? Each time I try, it add my image vertically and modify the height of the header in consequence. (see screenshots)
Hello!
1) Did you check if it works with header only (without footer)?
2) To add components to header you should add Grid first and put components to the Grid.
3) To make header without title add the following CSS pre
.ui-header .ui-title{
display: none !important;
}/pre in CSS asset, or change style for corresponding selector in theme
1) Yes it works with header only!
2 & 3) Got it! It's working as I want now, thanks a lot for all your help!! ![]()