facebook

Specific JQuery Plugins

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #330525 Reply

    appmos
    Member

    I would like to know if is possible to use these plugins:

    http://www.photoswipe.com/

    http://jquery.vostrel.cz/reel or http://blog.stableflow.com/jquery-plugins/360-degrees-product-view/ (more simple)

    If yes, how I can implement them.

    If not, please, inform similar

    Thanks

    #330653 Reply

    appmos
    Member

    Hi

    Could anyone help me with this? I need to use an image gallery and I chose Photoswipe. But I do not know if you can use it with MobiOne. The same happens with the 360º plugin.

    Thanks

    #330669 Reply

    Hi appmos,

    We continue to open up MobiOne’s integration support for 3rd party web content, components and libraries. We take great care to avoid creating incompatibilities with core libraries such as jQuery. But the open-ended nature of custom src means we can not tests nor support ever combination of mobione + 3rd party software. When possible we will test with the most popular open and close source add-ons.

    We will assist you as much as possible as we want to make mobione the most useful product in its class.

    #330670 Reply

    Have you tried these plug-ins on device separate from mobione? This is a std course of action required to:

    1) ensure that the base functionality works all by itself
    2) ensure that the base functionality is good enough for your purposes

    What is your experience with photoswipe per #1 and #2 above? Would like to hear your opinion. One of our devs was working with photoswipe recently.

    #330674 Reply

    appmos
    Member

    Hi Octavio,

    Photoswipe is the most popular image gallery plugin that I know. Several app-builders offer Photoswipe pre installed. You only need to setup. There is also the Galleria (http://galleria.io/) which is good too, but I prefer Photoswipe. Galleria is more easy (less files and details), so I’m trying to install it now.

    Could you explain the process to implement a plugin in the Mobione? I would like to check the procedures and verify what´s wrong (I see the images but I cannot change them).

    – Add JS files for “javascript libraries” option of startup screen
    – Add CSS file to CSS Style Sheets of startup screen
    – Include the reference line (<script src=”galleria/galleria-1.2.8.min.js”></script>) in the custom html of the gallery screen (or I need to do this in the custom html of the startup screen?)
    – Create a html widget and insert the code:

    <div id="galleria">
                <img src="pic_jc0.png">
                <img src="pic_jc1.png">
                <img src="pic_jc2.png">
            </div>
            <script>
                Galleria.loadThemeGalleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
                Galleria.run('#galleria');
            </script>

    – Add images as “Additional Files” of startup screen

    That´s it?

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Specific JQuery Plugins

You must be logged in to post in the forum log in