- This topic has 48 replies, 7 voices, and was last updated 11 years ago by support-michael.
-
AuthorPosts
-
DinoCrivelliMemberWindows – Settings – HTML Generation – IOS – Enable full-screen mode
SonamGyatoMemberI’m using v2.2 and don’t have that option.
I was wondering whether you could create a webapp – with and without
that option checked.and then find out the differences in the generated html page.
I would appreciate that!
Thanks.
support-michaelKeymaster>and then find out the differences in the generated html page.
The code diff is the inclusion of the meta-tag
<apple-mobile-web-app-capable content=”yes”>Here is the apple ref: http://goo.gl/VGDYQC
DinoCrivelliMemberI loaded MobiOne Milestone 2.5. There are already improvements for ios7?
be mobione 2.3.2 and 2.5 equally adapted for iOS7? When we can expect an update? (no, I don’t want to upset or stress you ;o)you can help me?
there is the possibility that the webclip ios7 recognizes if anyone uses iOS7 or an older version? for ipad and iphone I control this with:
phoneui.documentReadyHandler = function() {
n=window.screen.height;if (n < 900)
{
phoneui.gotoPage(‘m1-index’, ‘NONE’);}
if (n > 900)
{
phoneui.gotoPage(‘m1-pindex’, ‘NONE’);}This also works with the operating System? That Android and iPhones to version 6 go on one page and ios7 on another page?
that would help me very much. otherwise it is almost impossible to build a webclip that supported equally the size of iPhone4, iPhone5, with old bars, with the new iOS7 bars, with hide toolbar or Android.
support-michaelKeymaster>I loaded MobiOne Milestone 2.5. There are already improvements for ios7? be mobione 2.3.2 and 2.5 equally adapted for iOS7? When we can expect an update? (no, I don’t want to upset or stress you ;o)
Yes, MobiOne 2.5 milestone-2 includes improvements for the compatibility of applications on iOS7. For web apps we are continuing to work for a solution to the UI layout of webapps when run in Mobile Safari as a regular webpage. I can not say when this will be resolved. We know root cause at a very technical level but don’t yet have a solution. For webclip issues, Mobile Safari requires an update from apple to fix the many its problems.
I’m thinking about your request for conditionally loading a screen ui specific to device size. I have asked the dev team to assist with any potential workarounds. We had several brainstorm session when evaluating the ios7 betas and setting our current state. We did not discuss creating an optional UI layout specific for iOS7 on mobile safari with dynamic address and nav bars. I’ll follow up with you as soon as I have more to share.
SonamGyatoMemberThanks Wayne.
I’ve been able to hold my customers at bay – maybe at best about 2 weeks.
I think a workaround solution from your company will be much faster
than ios 7.1.I’ll just wait for now.
mazhong77MemberWayne,
When will the new production version of Mobione with more recent version of Cordova/PhoneGap be available (for iOS7 issue fix)? Or should I use Mobione milestone 2.5 instead? Please clarify. Thanks!
SonamGyatoMemberAlso, I just wanted to confirm.
If I went native w/ Cordova etc – it has to be in the app store right?
—
Getting back to the webapp issue and why the BACK button doesn’t work in ios7.
I’ve got another button tied to a screen transition (incidentally back to the previous
page also) and that works fine. the BACK button doesn’t work.Wayne – can you tell me the reason for this differentiation.
—
I tested my webapp by disabling full-screen mode.
Looks like this requires an uninstall to take effect…no matter.
Things work as they should – except the BACK button is still inop.
Does this BACK button feature do something unusual than just switching
to a different sub-page within the html file.As usinfo suggested, maybe a temp solution is a special formatting for ios7 –
i don’t think this needs to be ios7.if ( browser is in full screen mode )
allow for spacing for the address bar and the toolbar at the bottom.
else
normal spacing.Thanks.
DavidPhillipsMemberHi Wayne and Octavio, I am not sure if this is the right place to post. I have downloaded the latest Mobione update (milestone 2). I notice that all my javascript functions are performed twice when I run in test centre. I am writing a basketball stats app and the various buttons that run javascript functions behave as if tapped twice. This includes Jquery functions such as SlideToggle() which now cause a panel to slide down and then up rather than down on the first tap and up on the second, as well as my own functions for adding to basketball stats such as:
function threepointer(){
currentstat=7;
switch(homestat){
case true:
homethreepointers++;
homescore+=3;
homeplayerstats[homeplayer][7]++;
homeplayerstats[homeplayer][12]+=3;
$(‘#m1-StatrecorderCollect-custom10’).html(‘3 POINTER ‘ + homeplayerstats[homeplayer][7]);
rotate_homescore();
$(‘#m1-StatrecorderCollect-custom20’).html(homescore);
$(‘#m1-StatrecorderCollect-text8’).text(‘3 Pointer Made’);
homeplayerstat_display();
break;
case false:
awaythreepointers++;
awayscore+=3;
awayplayerstats[awayplayer][7]++;
awayplayerstats[awayplayer][12]+=3;
$(‘#m1-StatrecorderCollect-custom10’).html(‘3 POINTER ‘ + awayplayerstats[awayplayer][7]);
rotate_awayscore();
$(‘#m1-StatrecorderCollect-custom21’).html(awayscore);
$(‘#m1-StatrecorderCollect-text8’).text(‘3 Pointer Made’);
awayplayerstat_display();
}
zoomaction();
}So for this function 6 points are now added instead of 3. Hope this helps with diagnoses problems in the latest release, regards Dave.
support-michaelKeymasterI posted a review of HTML issues on iOS 7 here: http://www.genuitec.com/support-genuitec/viewtopic.php?p=20619&f=2#p20619
It outlines the homescreen/webclip issues with appcache and back button as well as a number of other issues.
DinoCrivelliMemberHi Wayne
may I ask if there’s news? How goes it with the adjustment of MobiOne on iOS7. A clean HTML adjustment would be nice. Now that you can not produce full-screen apps would be nice if the size of the sites on the new Safari with the new address- toolbar would be adjusted. I always get a 5 mm wide margin. And of course, also would be great, the new safari bars would react dynamically to mobiOne sites.
Are there any news from Apple? Of course I did not get any answers to various messages of support and bug report…
Unfortunately, I believe no longer that “add to homescreen” Clips are supported again.
Best regards
DinoCrivelliMemberI get no answer…?
DinoCrivelliMember🙁
support-michaelKeymaster>may I ask if there’s news?
We are waiting on Apple to update iOS7 with fixes to restore full-screen webapp features.
Paul_paulParticipantbut don’t hold your breath!
-
AuthorPosts