- This topic has 7 replies, 3 voices, and was last updated 10 years, 6 months ago by rprosser.
-
AuthorPosts
-
shahinMemberI coded a Mobione program and installed on Android. The program has a JavaScript that activates every 2 minutes and vibrates the phone. It works well as long as the display is on, but when the display goes to sleep the activation sleeps too. I am using Navigation.viberate method. I am not sure if the method sleeps with it or the entire program goes to sleep! Any idea
BrandonMemberMobione applications do not support running in the backgorund. So once the phone goes to sleep or is sent to the background anything will stop working until it is resumed.
shahinMemberThanks for your answer. Do you know any workaround? or if the company is planning to add the option?
BrandonMemberNo workaround ATM.
You could check into the MyEclipse tools, they might do it, but not as easy to use as Mobione
shahinMemberI have used Eclipse, but is it easy to use Eclipse tools in MobiOne?
BrandonMemberNo, you would have to switch platforms. Check out myeclipseide.com genuitec’s flag ship software
Another possible option though would be to build in Mobione and then use PhoneGap build services to enhance features. Im not sure exactly what would be needed to do that but it seems possible.
rprosserMember@shahin wrote:
Thanks for your answer. Do you know any workaround? or if the company is planning to add the option?
I am interested in that option too.
Richard
rprosserMember@CincyPlanet wrote:
Mobione applications do not support running in the backgorund. So once the phone goes to sleep or is sent to the background anything will stop working until it is resumed.
Can a user opt to have an app run as a service? I know that can be set on the Android platform but I do not know about the user’s control of such aspects and I know even less about the iOS approach.
Rather surprisingly perhaps I do not (yet) have my own mobile ‘phone – just a Nexus tablet – but even I did I would not know about the cross-platform issues.
I realise that users may not want to have ‘background’ apps forced upon them but if they can elect to place an app in that state then that would satisfy my requirements.
Thanks …
Richard
-
AuthorPosts