- This topic has 4 replies, 2 voices, and was last updated 12 years, 3 months ago by appmos.
-
AuthorPosts
-
appmosMemberI would like to know if is possible to use these plugins:
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
appmosMemberHi
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
support-octavioMemberHi 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.
support-octavioMemberHave 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 purposesWhat 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.
appmosMemberHi 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
-
AuthorPosts