Topic: How do i add a 'Back Button URL' in Mobile mode-html (iphone)
How do i add a 'Back Button URL' in Mobile mode using Simple Viewer Pro V2.1.2 ?
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer-Pro v2 → How do i add a 'Back Button URL' in Mobile mode-html (iphone)
How do i add a 'Back Button URL' in Mobile mode using Simple Viewer Pro V2.1.2 ?
There is no Back Button option currently available for the mobile version.
However, you could overlay an HTML Back Button (or link) on top of the gallery which would work for both Flash and mobile versions.
In the gallery's HTML index file, use the following code in the <head> section:
<style type="text/css">
#overlay {
position: absolute:
left: 20px;
top: 20px;
}
</style>
Then, in the <body> section, use:
<div id="#overlay"><a href="../index.html">Back...</a></div>
Finally, you will need to make your gallery's background transparent by using the following line in your embedding code:
SV.simpleviewer.load('sv-container', '100%', '100%', 'transparent', true);
SimpleViewer Forum → SimpleViewer-Pro v2 → How do i add a 'Back Button URL' in Mobile mode-html (iphone)
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.