Search found 9 matches

Go to advanced search

by Michael Luce
Wed May 27, 2015 8:13 am
Forum: Issues
Topic: Windows Phone Button Problems & Back Stack
Replies: 3
Views: 398
 
Jump to post

Windows Phone Button Problems & Back Stack

NOTE: I have managed to clear items from the back stack by using javascript instead of Appery's in built NavigateTo method. Using the following code. It will essentially remove the page being navigated from in the back stack. window.location.replace("logon.html"); Instead of; Apperyio.navi...
by Michael Luce
Mon May 25, 2015 9:06 pm
Forum: Issues
Topic: Windows Phone Button Problems & Back Stack
Replies: 3
Views: 398
 
Jump to post

Windows Phone Button Problems & Back Stack

As a note, it works when deployed to a test device, just not in the emulators.

I also need to call the following code in c#, but dont know how to do it in Appery;

NavigationService.RemoveBackEntry();

by Michael Luce
Sat May 23, 2015 7:58 pm
Forum: Issues
Topic: Windows Phone Button Problems & Back Stack
Replies: 3
Views: 398
 
Jump to post

Windows Phone Button Problems & Back Stack

Hi, I have built an app and submitted it to both the Google Play store and the Apple app store with no problems. With the windows phone version, I am exporting it as a visual studio solution so that I can open it up in the emulator to get some screenshots. The problem is, the first page loads but no...
by Michael Luce
Thu May 14, 2015 8:09 pm
Forum: Issues
Topic: Behaviour differences between web Tester and Appery app
Replies: 3
Views: 287
 
Jump to post

Behaviour differences between web Tester and Appery app

The javascript is currently on the Load event. If I change this to be on the 'Tap' event, and then tap the screen to run the javascript, it works fine.

EDIT: I have now changed it from Load to Page Show and it works as expected.

by Michael Luce
Thu May 14, 2015 3:10 pm
Forum: Issues
Topic: Behaviour differences between web Tester and Appery app
Replies: 3
Views: 287
 
Jump to post

Behaviour differences between web Tester and Appery app

It works fine in the browser on PC. It is the Appery preview (iOS) app that displays the strange behaviour.

by Michael Luce
Thu May 14, 2015 12:59 pm
Forum: Issues
Topic: Behaviour differences between web Tester and Appery app
Replies: 3
Views: 287
 
Jump to post

Behaviour differences between web Tester and Appery app

Hi, I have an application that has the first page as a blank page with some javascript on. The javascript is; var previouslyOpened = localStorage.getItem('Opened'); if (previouslyOpened) { Apperyio.navigateTo('Logon', {}); } else { Apperyio.navigateTo('Different_Page', {}); } The Different_Page cont...
by Michael Luce
Thu May 14, 2015 12:02 pm
Forum: Issues
Topic: localStorage persistance when app is closed?
Replies: 4
Views: 441
 
Jump to post

localStorage persistance when app is closed?

This doesn't work with the appery portal app (iOS). I have explained below.

by Michael Luce
Thu May 14, 2015 9:56 am
Forum: Issues
Topic: localStorage persistance when app is closed?
Replies: 4
Views: 441
 
Jump to post

localStorage persistance when app is closed?

This code does not seem to work correctly when using the appery app for viewing your own apps on the iPhone. Is this something to do with how it uses the browser? It seems to work fine using the Appery Tester (web page). The behaviour is; This javascript is on the first app page and is a blank page....
by Michael Luce
Mon May 11, 2015 5:58 pm
Forum: Issues
Topic: localStorage persistance when app is closed?
Replies: 4
Views: 441
 
Jump to post

localStorage persistance when app is closed?

Hi, When my app opens I am checking for a localStorage variable that is set when opened (a boolean). The idea is to find out if this is the first time the user has opened the app. If I store a boolean using localStorage, will it persist the next time the app is opened (on iOS)? var previouslyOpened ...

Go to advanced search