For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 37 replies, 3 voices, and was last updated 13 years, 5 months ago by
Paul_paul.
-
AuthorPosts
-
September 6, 2012 at 11:25 pm #329931
Paul_paulParticipantHi There, I was wondering if you had an answer for me regarding my last post? Keeping the summary screen available whilst using the dial phone function.
September 10, 2012 at 3:48 pm #330021
Paul_paulParticipantAnybody there?
September 11, 2012 at 4:04 pm #330057
Paul_paulParticipanthelloooo??
September 11, 2012 at 6:22 pm #330061
support-octavioMemberHi stickleback,
I’ve shared your request with dev team to to provide accurate response. Will follow up tomorrow.
November 20, 2012 at 7:00 am #332486
Paul_paulParticipantCan I just jog your memory a little, tomorrow was almost 2 months ago, any news yet?
November 20, 2012 at 2:31 pm #332509
support-michaelKeymasterHi
> Keeping the summary screen available whilst using the dial phone function.
Need some more info:
1) test device/os version
2) you are testing a webapp, right?
2a) when the call concludes is your experience that the webapp restarts?
2b) is the webapp being launched from the device’s homescreen, i.e., it was previously saved to the homescreen?November 20, 2012 at 3:56 pm #332517
Paul_paulParticipantHi Wayne,
yes it is a web app, have tested on iphone 4 and 5, the phone is activated from a ‘call phone’ button within the app, the app has to be restarted after the phone call is activated as it closes and forgets the list data. I would like to put the ‘call phone’ button on the summary screen and not lose the list data while making the call, is this possible?November 20, 2012 at 4:06 pm #332518
support-michaelKeymaster>yes it is a web app
Is the webapp being launched from the homescreen?
November 20, 2012 at 5:33 pm #332521
Paul_paulParticipantHi Wayne, no it’s being launched from an ‘order’ page, would you like me to send you the link to the app?
November 20, 2012 at 5:55 pm #332522
support-octavioMemberHi stickleback,
Is that ‘order page’ (main app) launched from the homescreen? Share your webapp url with us our support email: support at genuitec dot com, use title mobione webapp from stickleback
November 27, 2012 at 6:50 pm #332776
support-michaelKeymaster@stickleback
From the webapp url we ran tests on ios devices. Here is our findings.
We selected several menu items and then reviewed them from the order screen. Placed call. Terminate call. Webapp resumes.Scenario-1: launch webapp from URL
When webapp resumes after call the user is able to view the order summary. All order data is present. The webapp is not reloaded.Scenario-2: save webapp to home screen and launch
When webapp resumes after the call the webapp is reloaded and order data is lost.An option to consider is saving the most recent order summary with timestamp to localstorage and then read it when the webapp restarts.
January 30, 2013 at 3:43 pm #334791
Paul_paulParticipantHi Support, I need to alter the custom.js file to select items from different lists, i.e. List 1: select items, List 2: select items and so on. How can I achieve this. Hope you can help.
January 31, 2013 at 12:54 pm #334856
support-octavioMember@stickleback,
Could you share more details about where are you having troubles? maybe a couple screenshots will help us to understand your request/problem.
January 31, 2013 at 1:37 pm #334859
Paul_paulParticipantHi
List 1: select items and summarize works fine on my apps using the custom.js file in your example as follows:phoneui.prePageTransition = function(currentPageId,targetPageId) {
// add custom pre-transition code here
// return false to terminate transitionif (currentPageId == ‘#m1-order’) {
summarize();
}return true;
}phoneui.documentReadyHandler = function() {
}function summarize() {
var summary = “”;//multiple select list: get selected items as array
$(‘select[name=”list1″] :selected’).each(
function(i, selected) {
summary += $(selected).text()/* + “;” + $(selected).val()*/ + “\n”;
});$(‘#m1-summary-textArea1’).text(summary);
}I now wish to be able to allow the user to select from a choice of lists, ie Breakfast (list2), Dinner(list3) and Lunch (list4) and summarize each list individually depending on which category they choose.
Than you for your help.
February 7, 2013 at 3:20 pm #335149
Paul_paulParticipantHave you formulated any response to my question?
-
AuthorPosts
