Active
Project:
Fusion Mobile
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
25 Mar 2011 at 14:13 UTC
Updated:
7 Mar 2012 at 13:52 UTC
I have also noticed that when I pull up a mobile page that is using the fusion mobile theme, the logo pulls up fine, but when I click on a menu item to navigate to a new page on the mobile site, the logo disappears until I rotate the screen sideways or hit refresh manually. If you notice in the screen shots I'v included, I have used a wikipedia logo and it disappears every time I click a new link. I can tilt the iphone and it will show the logo again, or I can refresh and it show it again.
You can try this yourself on an iphone by going to http://testsandbox.irishninjas.com
Thanks,
Lee Quessenberry
Comments
Comment #1
stephthegeek commentedYeah I just noticed this too, very weird.. doesn't happen in an emulator, but also occurs on my actual Android phone. Will look into it in the next couple of days.
Comment #2
stephthegeek commentedExtra weird, I can't replicate it again. Doesn't seem to be cache, as I tried hitting it from a borrowed iPhone for the first time and no problems. Can't replicate it on your site either -- still happening for you?
Could someone let me know if they can get any logo disappearing on http://fusmo6.dev2.webenabled.net/ ?
Comment #3
kostajh commentedI'm running into the same problem. The logo doesn't show in the iOS simulator unless I rotate the page, then rotate back again.
I noticed that if I use an iPhone 3 user agent in Safari, and disable Javascript, the logo loads fine. Since there are scripts loaded by fusion_core, it seems like there is a conflict with one of those scripts.
Comment #4
kostajh commentedThe simple way around this is in your fusion_mobile theme, add the following in the .info file:
scripts[] = scripts/script.js
and make sure that there is an empty file called "script.js" inside your scripts directory.
Comment #5
windm commentedHm.
#4 does not change anything in my case... only to get that right:
1. The line "scripts[] = scripts/script.js" should be copied into the fusion_mobile.info (?)
2. I set up a completely empty file "script.js" and a folder "scripts" in the fusion_mobile directory (?) - so I have it placed in /sites/all/themes/fusion_mobile/scripts/script.js
Did I miss something? Does not work so far... although I checked everything twice, cleared caches etc...
Is there any other option to get the logo working properly?