- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by
Andrew.
-
AuthorPosts
-
AndrewMemberHi,
Just downloaded the lastest version and it seems my apps now do not work in the test area (no functions being called when buttons are pressed) and when I generate it to a web version on my phone, same thing, it comes up and just looks at me.Just prior to the upgrade (5 minutes before upgrade), it was all working fine.
Also where is the debugger on the new version?Any hints?
Regards
Andrew
AndrewMemberAn update,
It seems to have put some code in my custom file when I test. It has done it for all my versions that I have tested.
The code is:
* Notification that the page’s HTML/CSS/JS is about to be loaded.
* Perform custom logic here, f.e. you can cancel request to the server.
* @param {String} targetScreenId
* @returns {boolean} true to continue loading; false to halt loadingI commented the code out and it seems to work. When I generate it and try it on a phone, I press a button to send an email (using on click action) and it seems to open up a safari browser and hangs instead of setting up an email ready for me to send.
Any ideas?
Cheers
Andrew
support-michaelKeymaster>It seems to have put some code in my custom file when I test.
The code you shared is javascript doc comment and it should have been in comments and never evaluated. Can you post the _custom.js file that is affected with this snippet for us to evaluate?
Also what was the previous version of mobione you upgrade from?
AndrewMemberHi Wayne.
My pressing issue at the moment is my app when generated into a web app for iphone does not set up an email when I press an email button. Previously with the earlier version it would set up an email with fields selected and be ready for sending.
Now when I press a button to send an email (using on click action —> Send Email) and it seems to open up a safari browser and hangs instead of setting up an email ready for me to send.
I had version 2.2 before I upgraded to 2.5.
Is there some setting I need to look at to enable the email to be sent.
Cheers
Andrew
support-michaelKeymasterHi Andrew,
We will be looking at this today.
Background info needed before we can investigate:
1) What devices and OS versions are you testing on.
2) You mentioned you are testing a webapp. Is it saved to the homescreen and launched from the homescreen?
AndrewMemberHi Wayne,
Thanks for your support, really appreciate it.
1) What devices and OS versions are you testing on.
Iphone3 IOS 6.1.3 and iphone4 IOS 7.0.4
2) You mentioned you are testing a webapp. Is it saved to the homescreen and launched from the homescreen?
Ahh !! I have been using the email link, however when I saved it to the homescreen, it works fine. Thanks for the hint. Wonder why the email link does not work in sending emails? Anyway, told my users to save to homescreen, all good.Regards
Andrew -
AuthorPosts