Search found 12 matches

Go to advanced search

by Gavin Reynolds
Sun Mar 16, 2014 3:29 am
Forum: Issues
Topic: Saving mp3 file in app as ringtone or notification
Replies: 1
Views: 393
 
Jump to post

Saving mp3 file in app as ringtone or notification

Hello, I've been looking for any working examples but cannot find anything that matches what i'm looking for. I have an app that has a small mp3 file packaged in the apk. I would like to include and option for users to save the mp3 file as either a ringtone or notification. e.g. when clicking or pre...
by Gavin Reynolds
Thu Mar 06, 2014 5:19 pm
Forum: Issues
Topic: Uncaught Reference Error: Tiggzi is not defined
Replies: 2
Views: 951
 
Jump to post

Uncaught Reference Error: Tiggzi is not defined

Forget this, changed tiggzi to Appery and it works fine now.

by Gavin Reynolds
Thu Mar 06, 2014 5:15 pm
Forum: Issues
Topic: Uncaught Reference Error: Tiggzi is not defined
Replies: 2
Views: 951
 
Jump to post

Uncaught Reference Error: Tiggzi is not defined

I have encountered an issue when testing and trying to run my application, which has worked before today. When attempting to move to my 'Results' page on a quiz, the load icon just spins and the results page does not open. Debugging in Chrome, the following error is displayed: "Uncaught Referen...
by Gavin Reynolds
Mon Sep 02, 2013 7:31 pm
Forum: Issues
Topic: Local Variables not working on phone but do on test
Replies: 8
Views: 1035
 
Jump to post

Local Variables not working on phone but do on test

Is there any workaround?
What sort of timescale is there for getting bugs fixed?
Many thanks for your help.
Gavin

by Gavin Reynolds
Mon Sep 02, 2013 6:52 pm
Forum: Issues
Topic: Local Variables not working on phone but do on test
Replies: 8
Views: 1035
 
Jump to post

Local Variables not working on phone but do on test

Yes, Mobile Radio Buttons in a Mobile Radio Group. I used the same buttons in my old app.

by Gavin Reynolds
Mon Sep 02, 2013 4:24 pm
Forum: Issues
Topic: Local Variables not working on phone but do on test
Replies: 8
Views: 1035
 
Jump to post

Local Variables not working on phone but do on test

Thanks Marina - I am using the same instructions you originally provided to the following question which worked at the time:

https://getsatisfaction.com/apperyio/...

by Gavin Reynolds
Mon Sep 02, 2013 3:08 pm
Forum: Issues
Topic: Local Variables not working on phone but do on test
Replies: 8
Views: 1035
 
Jump to post

Local Variables not working on phone but do on test

I have a simple quiz (2 questions), where a right and wrong answer is displayed on each page in a radio button. A local variable is assigned to the options with either a value of 1 or 0 being assigned to the local variable. Question 1 Correct: (Variable name: t1, Value: 1) or Wrong: (Variable name: ...
by Gavin Reynolds
Sun Apr 21, 2013 8:40 am
Forum: Issues
Topic: Sending content to other android applications
Replies: 4
Views: 1287
 
Jump to post

Sending content to other android applications

I would like to send content to other apps on an android device - the Android Developers website suggests using: Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send."); sendIntent.setType("text/pla...
by Gavin Reynolds
Thu Mar 28, 2013 4:57 pm
Forum: Issues
Topic: app not available on all Android devices
Replies: 47
Views: 10890
 
Jump to post

app not available on all Android devices

Any update on this?

I have unchecked all permissions under Project App Settings Android permissions but there are excessive permissions included in the final apk build. I am missing out on about 50% of devices because of this (including my own, which I used to test the application on!)

by Gavin Reynolds
Tue Mar 26, 2013 2:44 pm
Forum: Issues
Topic: Code for centering image no longer works?
Replies: 27
Views: 5518
 
Jump to post

Code for centering image no longer works?

I used this method and it works great

Go to advanced search