Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Disabled Mobile Template

  1. #11
    Join Date
    Apr 2009
    Posts
    20

    Default iPhone still displays mobile skin - what is the workaround?

    I'm not using the Vortx plugin, the MobileDevices table is empty and the Mobile.IsEnabled appconfig is set to false. However the iPhone still displays the mobile skin. Is there a workaround to prevent the mobile skin from showing up on iPhone?
    Thanks,

    Rochelle Pennington

  2. #12
    Join Date
    Apr 2012
    Posts
    167

    Default

    Hey rochelle

    What's your website? Will check it out on iPhone

  3. #13
    Join Date
    Apr 2009
    Posts
    20

    Exclamation

    The site is not live yet, so I can't give you the link unfortunately. Has anyone found a solution to this? We are going live tomorrow.

    Thanks,
    Rochelle

  4. #14
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Have you tested this with a different phone? If that table's been completely cleared out, then there's no way an 'out of the box' install will switch to the mobile skin - it can't, there's nothing for it to match against to say "Yup, this is mobile." It's more likely that the iPhone's been cookied to use the mobile skin, and if check on another one you'll see the desktop.

    Aside from that, it'd have to be either the table wasn't cleared out (maybe someone connected to the wrong DB) or there's been some kind of mod made that's causing that.

  5. #15
    Join Date
    Feb 2006
    Posts
    41

    Default

    I too am experiencing this behavior with the vb.net version 9.3.0.0 with the mobile.isenable set to false and the mobiledevice table cleared out.


    iPad renders it properly, iPhone (Safari on ios6, multiple devices tested) renders the mobile theme.

  6. #16
    Join Date
    Feb 2006
    Posts
    41

    Default

    SOLVED

    When the site was set to .Net 4.0, it rendered the mobile site on iPhone regardless of any and all settings to the contrary.

    Setting it to .net 2.x solved this issue for me.


    Jordan.

  7. #17
    Join Date
    Oct 2010
    Location
    Spokane, WA
    Posts
    38

    Default

    We are a little concerned about this problem. We are not certain what has cause our problem, but a customer was allowed to check out using mobile checkout today. The problem is that he purchased using paypal and he bought an item with a deferred core(cores are charges for high ticket auto parts that require the original part be returned), anyways, we have disabled this in our website, but we assume the mobile version does not have our code to disable paypal. The problem that we cannot replicate what he did. We have a hand full of iphones in the office and i cant get it to go to mobile on any of them. I run andorid and also it runs the full site. We used to have vortx's mobile site enabled, but we shut it down about 6 months ago because it was not a very good site and would require a lot of work to get it to work properly.

    So if anyone knows how to force a phone into mobile, i would really like to know.
    Thanks!
    Currently running 9.3 Multistore on 5 sites.

  8. #18
    Join Date
    Oct 2012
    Posts
    1

    Default

    This change allows the user to use the pinch zoom method to zoom out or in.

    This has essentially resolved the issue although I'm still trying to find a better method for showing large amounts of data on a small screen.

  9. #19
    Join Date
    Oct 2012
    Posts
    7

    Default Still rendering on iphone

    I am running aspdotnetstorefront2.0
    Ive truncated the mobile devices table

    SELECT * INTO dbo.MobileDeviceOld
    FROM dbo.MobileDevice
    TRUNCATE TABLE dbo.MobileDevice

    Ive even deleted the mobile skin and it still renders on iphone how??
    Has anyone got this bug sorted?

    Going back to .net2.x isnt an option for me.

  10. #20
    Join Date
    Oct 2012
    Posts
    7

    Default Resolve

    Only way around replace mobile skin with actual normal template

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •