Coder Social home page Coder Social logo

Comments (9)

rid00z avatar rid00z commented on September 15, 2024 1

I'm wondering if this solves your issue: 9ee3497

You can just put that code into your iOS project.

var mc = new MenuContainerPageiOSRenderer ();

from slideoverkit.

rid00z avatar rid00z commented on September 15, 2024

Is this only the SlideUpMenu?

from slideoverkit.

escamoteur avatar escamoteur commented on September 15, 2024

I only use slideup at the moment. Strange thing is that it works on iPhone 5

from slideoverkit.

escamoteur avatar escamoteur commented on September 15, 2024

Hi Michael,

it's hard to believe, but my testers just told me that it know works.
Do you have any idea why it could work on iPhone5 but not 6?

Thanks
Thomas

from slideoverkit.

ryanspiffy avatar ryanspiffy commented on September 15, 2024

We ran into this same issue. The SlideOverKit worked fine for a dev build, but a release build had the linker error and the menu was not working on the iPhone6 and newer. We added the one line to our iOS project and it fixed the linker error.

from slideoverkit.

Ingenator avatar Ingenator commented on September 15, 2024

Hey there,

I'm experiencing the same issue only with testflight builds on iphone 6 and newer, iphone 5 works perfectly.

from slideoverkit.

ryanspiffy avatar ryanspiffy commented on September 15, 2024

We have it in our AppDelegate.cs. The variable isn’t used, it’s merely a
work around. The idea is that with that line, you have a hard reference to
the object, which forces the linker to include the needed entries.

On November 4, 2016 at 1:38:03 AM, MIckey Keenan ([email protected])
wrote:

You can just put that code into your iOS project.
var mc = new MenuContainerPageiOSRenderer ();

Confused. Where do you add that in the IOS project? Just anywhere?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#11 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/APxl8ZKlN8Q88DXnxUvsa5x4vqmRovyCks5q6sS7gaJpZM4JTZnY
.

from slideoverkit.

alecmontgomery avatar alecmontgomery commented on September 15, 2024

I was experiencing this same issue and @rid00z 's solution of adding

var mc = new MenuContainerPageiOSRenderer (); fixed it. I added it to the iOS AppDelegate file. You will need to import the SlideOverKit.iOS namespace.

from slideoverkit.

 avatar commented on September 15, 2024

the solution recommended above didn't work for me on iOS but works on Android. Following is the code for Menu screen:

        this.IsFullScreen = true;
        var size = Plugin.XamJam.Screen.CrossScreen.Current.Size;
        this.WidthRequest = size.Width;
        this.MenuOrientations = MenuOrientation.RightToLeft;
        this.BackgroundColor = Color.FromHex("#F0F0F0");

from slideoverkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.