GithubHelp home page GithubHelp logo

Comments (8)

adgsm avatar adgsm commented on June 15, 2024

I have no Windows 8 phone to test... will try to find some docs about touch events differences in between win 8 and android/ios

from multi-level-push-menu.

SergeyBarskiy avatar SergeyBarskiy commented on June 15, 2024

If this helps, navigator.userAgent||navigator.vendor||window.opera returns
Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 925)

I added this function:
function isTouchEndEventSupported() {
try {
document.createEvent("touchend");
return true;
} catch (e) {
return false;
}
}
And called it instead of mobileCheck to get the thing to work on WP 8. This worked on iPad and iPhone, I had a friend test now for me.

from multi-level-push-menu.

adgsm avatar adgsm commented on June 15, 2024

https://gist.github.com/adgsm/8549526

I've added support for MSPointerEvent blindly. Please replace these two files in your local repository and let me know does this work for you on Win8 phone...

Anyway I've just learned from MSDN that starting with Internet Explorer 11, the MS vendor prefix version of this object will be no longer supported?!
http://msdn.microsoft.com/en-us/library/windows/apps/hh441233.aspx

from multi-level-push-menu.

SergeyBarskiy avatar SergeyBarskiy commented on June 15, 2024

Work on my WP8. Thanks.

from multi-level-push-menu.

adgsm avatar adgsm commented on June 15, 2024

Will update then next release with it. Thanks for support.

from multi-level-push-menu.

MauricioAntunez avatar MauricioAntunez commented on June 15, 2024

Looks fine but is not functional. Swipe not working, links inside menu not working.
I've tested http://multi-level-push-menu.make.rs/demo/basichtml/basichtml.html on mi WP8, not working.

from multi-level-push-menu.

adgsm avatar adgsm commented on June 15, 2024

Did you use two files from gist?

from multi-level-push-menu.

MauricioAntunez avatar MauricioAntunez commented on June 15, 2024

Yes, now works on WP8, not fluid as iOS or Android, but works fine. Thanks a lot.
Tested on Nokia 520, iPhone5, iPhone4, Galaxy SII

from multi-level-push-menu.

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.