Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Hello! Sorry for delay, working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

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

Hi Jackson,

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

JACKSON LIANG
Posts: 0
Joined: Fri Aug 02, 2013 5:12 am

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

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

JACKSON LIANG
Posts: 0
Joined: Fri Aug 02, 2013 5:12 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

JACKSON LIANG
Posts: 0
Joined: Fri Aug 02, 2013 5:12 am

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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...

JACKSON LIANG
Posts: 0
Joined: Fri Aug 02, 2013 5:12 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Return to “Issues”