Page 6 of 8

How to select an image from the image library if i have the app offline?

Posted: Thu Nov 14, 2013 5:18 pm
by Maryna Brodina

Hello! Sorry for delay, working on it.


How to select an image from the image library if i have the app offline?

Posted: Fri Nov 15, 2013 1:35 pm
by Kateryna Grynko

Hi Jackson,

Add the following custom CSS code: precodediv[name=html_2]{
height:100%;
width:100%;
overflow: hidden !important;
}/code/pre


How to select an image from the image library if i have the app offline?

Posted: Fri Nov 15, 2013 1:46 pm
by JACKSON LIANG

well, the html box is now huge but the problem is the same still overlapping. Image


How to select an image from the image library if i have the app offline?

Posted: Mon Nov 18, 2013 6:12 am
by JACKSON LIANG

is there any way to fix this since my projects almost due?


How to select an image from the image library if i have the app offline?

Posted: Mon Nov 18, 2013 7:15 am
by Maryna Brodina

Hello! Yes, I'm sorry for delay. Developers team is working on it. I'll let you know result.


How to select an image from the image library if i have the app offline?

Posted: Mon Nov 18, 2013 7:29 am
by JACKSON LIANG

thank u maryna. Hope you can find the problem. In the meantime, is there a way to change the size of the html box because i think u guys updated the user interface or something recently and then for some reason the content shrinks really small when output is displayed.


How to select an image from the image library if i have the app offline?

Posted: Mon Nov 18, 2013 7:34 am
by JACKSON LIANG

How to select an image from the image library if i have the app offline?

Posted: Mon Nov 18, 2013 3:03 pm
by Maryna Brodina

If we understand correctly you need to add photoswipe on "FullCourseMap" page where you have one image. To do that:
1) Click Create New CSS
2) Select "Create from URL" and enter prehttp://www.photoswipe.com/latest/photoswipe.css/pre3) After new CSS file appears in project you would need to edit it - replace prebackground-image: url(icons.png);/prewith prebackground-image: url(http://www.photoswipe.com/latest/icons.png);/preand prebackground-image: url(icons@2x.png);/pre with prebackground-image: url(http://www.photoswipe.com/latest/icons@2x.png);/pre After that on click on "FullCourseMap" button gallery will open.
More information is here http://docs.appery.io/tutorials/addin...


How to select an image from the image library if i have the app offline?

Posted: Tue Nov 19, 2013 2:01 am
by JACKSON LIANG

Thanks so much Maryna i think it worked, just need to test if it works offline. One last thing, is there any way to change the size of the html box because the image so big after i used this code for the css file:

div[name=html_2]{
height:100%;
width:100%;
overflow: hidden !important;
}

Image


How to select an image from the image library if i have the app offline?

Posted: Tue Nov 19, 2013 8:34 am
by Maryna Brodina

Hello! To make "FullCourseMap" page look like this Image in CSS add the following line prehttp://www.photoswipe.com/latest/examples/jquery-mobile.css/pre