Hi Marnya, I was able to get this done by linking page from a button. Now I have different problem. I have an HTML5 application of my own which I want to link to an appery page. Here is what I did:- 1) I have created a button on startScreen and created a button on that. 2) Then I created a new page(...
Thanks, I will try this. Additionally I observed below problem after trying so many times:- 1) I added a button to startSreen. 2) Created another page. 3) Linked this new page to the button on click event. 4) (Issue) When I run the application, it does go to the new page but it is not showing the up...
I am new to appery. I have my own HTML5 content and I want to upload the content to some folder and invoke the index.html file of my HTML5 application from the click event of a button on the startScreen. Can you help with this?