Search found 18 matches

Go to advanced search

by Elliot Lombardo
Tue Mar 10, 2015 2:56 pm
Forum: Issues
Topic: Selecting multiple elements in the Appery JS API
Replies: 1
Views: 384
 
Jump to post

Selecting multiple elements in the Appery JS API

I have multiple html elements on one page. On a button press, I would like to show just one and hide the rest. I am using code Apperyio('component1').hide(); Apperyio('component1').show(); /code I would like to be able to target all the elements I want to hide in one function, such a...
by Elliot Lombardo
Sat Mar 07, 2015 12:17 am
Forum: Issues
Topic: Forcing app to use device browser to run in?
Replies: 1
Views: 536
 
Jump to post

Forcing app to use device browser to run in?

I have a script that lets the user change the text size for a book app. The script increases or decreases the size and saves it as a cookie. One issue I'm having on some android devices (specifically ones on android 4.2) is that it will only accept the first input (just one event) and will ignore al...
by Elliot Lombardo
Sun Feb 22, 2015 7:29 pm
Forum: Issues
Topic: Background image won't repeat on screen resize
Replies: 6
Views: 1145
 
Jump to post

Background image won't repeat on screen resize

Found out the issue. had to target ui-body-b class because it kept overriding

#startScreen .ui-body-b {

Thanks!

by Elliot Lombardo
Sun Feb 22, 2015 7:21 pm
Forum: Issues
Topic: Background image won't repeat on screen resize
Replies: 6
Views: 1145
 
Jump to post

Background image won't repeat on screen resize

Unfortuantely I've actually never gotten it to work as a css call, I've always had to make it an onLoad js event. I'm targeting the mobilecontainer dsid but it never will display any bg image if done from style.css

by Elliot Lombardo
Sun Feb 22, 2015 3:17 pm
Forum: Issues
Topic: Background image won't repeat on screen resize
Replies: 6
Views: 1145
 
Jump to post

Background image won't repeat on screen resize

I have the same issue testing on my iPhone as well. Is there no way to repeat the background?

by Elliot Lombardo
Sat Feb 21, 2015 6:07 pm
Forum: Issues
Topic: Background image won't repeat on screen resize
Replies: 6
Views: 1145
 
Jump to post

Background image won't repeat on screen resize

I'm trying to have my background image repeat. Currently the repeat function is working on the standard 320 x 480 resolution, but when I go to a different one, the image cuts off. It looks like the mobilecontainer doesn't resize to the full screen width when it changes. Here's a screenshot of the is...
by Elliot Lombardo
Thu Feb 05, 2015 5:06 am
Forum: Issues
Topic: Possible to mass edit source code?
Replies: 1
Views: 530
 
Jump to post

Possible to mass edit source code?

Is there any way to mass edit several (hundred?) html or css files at once and still compile it into an app? In the future I might want to change certain elements on many pages at once.

by Elliot Lombardo
Tue Feb 03, 2015 12:36 am
Forum: Issues
Topic: Changing header with javascript based on an on-page element?
Replies: 1
Views: 407
 
Jump to post

Changing header with javascript based on an on-page element?

I'm trying to base all pages of an app that will function as a book off of 1 template page. I would like to be able to change the header dynamically based on the chapter or page the reader is on. Is there a javascript function I can embed in the template that would dynamically change the header base...
by Elliot Lombardo
Sun Feb 01, 2015 8:56 pm
Forum: Issues
Topic: Header components not displaying inline
Replies: 2
Views: 584
 
Jump to post

Header components not displaying inline

Thank you!

by Elliot Lombardo
Sun Feb 01, 2015 6:09 am
Forum: Issues
Topic: Header components not displaying inline
Replies: 2
Views: 584
 
Jump to post

Header components not displaying inline

I currently have my header with two custom components (the buttons on left and right) as shown https://d2r1vs3d9006ap.cloudfront.net/s3_images/1150077/Untitled-2_inline.jpg?1422770839 I want them to display on either side of the header. When I go to test it, they don't appear inline like in the edit...

Go to advanced search