Page 1 of 2
Android .apk version doesn't work...
Posted: Fri Jun 29, 2012 1:14 pm
by SamClarke
I have built an app, using the Tiggzi tester on my phone to test it as I was developing. It all works well, but now when I export the android .apk, it behaves differently! And I am not talking about a minor look&feel issue - it fails to set a local variable and navigate to a new screen. Has anyone else experienced this?
Android .apk version doesn't work...
Posted: Fri Jun 29, 2012 3:14 pm
by maxkatz
Can you tell us exactly what worked in the tester but fails to work as standalone .apk file? Examples, code, and/or screen shots would help.
Android .apk version doesn't work...
Posted: Mon Jul 02, 2012 5:13 am
by SamClarke
I have a simple username field that is set on one of the pages in my app and saved to a local storage variable on a button click. The button click also navigates back to the landing page. When I get back to the landing page, the value in the local storage variable has not been set.
It works fine in the tester. I would be happy to open my project to you, I'm just not sure how to!
Thanks,
Sam
Android .apk version doesn't work...
Posted: Mon Jul 02, 2012 4:55 pm
by maxkatz
Please share the app for collaboration with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a.
http://help.tiggzi.com/documentation/...
Android .apk version doesn't work...
Posted: Fri Aug 03, 2012 10:50 pm
by Ole Henrik Oftedal
Hi!
I have almost the same problem with my app. Everything works fine in the Tiggzi Android tester. When I install the .apk file on my phone Samsung Galaxy S3 it behaves very different. I tried different versions also for my .apk build (Galaxy S3 has android 4.04 and I've selected v 4.03 as the highest in Tiggzi at the moment). Switching between screen doesn't always work and invoking my services for registering a new user ("Tilkobling" screen) won't work either.
I also suspect local variables because I use that in my project.
I have shared the application for support.
Name: Timeflex.
best regards
Ole Henrik Oftedal
Timeflex Systemer AS
http://www.timeflex.com
http://www.timeflex.no
Android .apk version doesn't work...
Posted: Sat Aug 04, 2012 4:32 am
by maxkatz
Please share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a. Tell us exactly what works in mobile tester, what doesn't work when you install the app, and how to reproduce the problems.
Android .apk version doesn't work...
Posted: Sat Aug 04, 2012 7:21 am
by Ole Henrik Oftedal
Hi!
In mobile tester everything works fine.
In the bottom of the screen you can choose between i.e. "Stemple" and "Status" each represent a normal OnClick Navigate to Page event/action.
When I compile a .APK file and install it on the phone everything looks nice. But when I select Status and then select "Stemple" the app won't navigate to this page or any other page.
The App "Timeflex" is shared with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a
Android .apk version doesn't work...
Posted: Sat Aug 04, 2012 7:55 am
by Ole Henrik Oftedal
I can also reproduce this in a new app:
Build an app with 3 screens with Navbar in the bottom (the standard way)
Use default OnClick Navigate to Page event/action on buttons in Navbar.
Produce a .APK file (i put it on my Dropbox for easy access) and install.
Get the latest Samsung Galaxy SIII. Mine has Android 4.04 on it.
After changing screen one time changing screen after that is no longer possible.
I can make it work if I use the Use Full Screen Refresh on the NaviagteTo dialogue box. But then of course I do want Ajax functionality, so this is not a good option.
Android .apk version doesn't work...
Posted: Sat Aug 04, 2012 1:03 pm
by Ole Henrik Oftedal
I have now changed my app from "Navigate To Page" function to use custom javascript with:
Tiggr.navigateTo('MyScreen);
When I change this line to Tiggr.navigateTo('MyScreen',"ajax"), I get the exact problem as described earlier in this thread.
Android .apk version doesn't work...
Posted: Sun Aug 05, 2012 12:14 am
by maxkatz
We'll test and let you know what's happening.