Search found 20 matches

Go to advanced search

by kuvalda
Wed Dec 04, 2013 8:30 pm
Forum: Issues
Topic: Manipulating DOM using JQuery API
Replies: 7
Views: 1711
 
Jump to post

Manipulating DOM using JQuery API

Sorry, not sure what you mean by "working"?

When I test my app in the browser and view the "frame source" in Chrome I can clearly see that the DOM is not modified... am I missing something here?

by kuvalda
Wed Dec 04, 2013 7:57 pm
Forum: Issues
Topic: Manipulating DOM using JQuery API
Replies: 7
Views: 1711
 
Jump to post

Manipulating DOM using JQuery API

I am trying to manipulate the html DOM on my page using JQuery api when the page is loaded. I've added the following code to the Load event for my Home page (also tried adding it to the Page Show event). I know the code is executing because I can see the alert box, however, the DOM is not modified. ...
by kuvalda
Fri Nov 29, 2013 7:04 pm
Forum: Issues
Topic: Testing my app on the phone shows an older version
Replies: 8
Views: 1597
 
Jump to post

Testing my app on the phone shows an older version

It's right in your mobile preview browser... see screen shot. Image

same thing happens if I scan the qr code right inside the UI builder (drop-down next to Test button)

by kuvalda
Fri Nov 29, 2013 5:09 pm
Forum: Issues
Topic: Testing my app on the phone shows an older version
Replies: 8
Views: 1597
 
Jump to post

Testing my app on the phone shows an older version

I am building a mobile web app using Appery. I can always test the latest version of the app in the browser just fine, but whenever I open it on my phone it gives me an older version so I can't test my changes. I just select "View on Phone" option and scan the qr code to get the app URL op...
by kuvalda
Fri Nov 15, 2013 3:05 pm
Forum: Issues
Topic: Sliding Panel on two app different pages is broken
Replies: 8
Views: 1943
 
Jump to post

Sliding Panel on two app different pages is broken

Hi Katya, do you need more information to research this? Thanks.

by kuvalda
Thu Nov 14, 2013 2:18 pm
Forum: Issues
Topic: Sliding Panel on two app different pages is broken
Replies: 8
Views: 1943
 
Jump to post

Sliding Panel on two app different pages is broken

Hi Katya, Here is the code that I use. Sliding panel id="mypanel" it's placed inside html panel component name="panelMenu" I have the same Sliding panel on both pages (id="mypanel" for both) code <!-- panelMenu --> <span name="panelMenu" dsid="panelMenu&q...
by kuvalda
Wed Nov 13, 2013 10:30 pm
Forum: Issues
Topic: Sliding Panel menu button with data-icon="bars"
Replies: 17
Views: 4371
 
Jump to post

Sliding Panel menu button with data-icon="bars"

That was easy :) Thank you!

by kuvalda
Wed Nov 13, 2013 10:27 pm
Forum: Issues
Topic: Sliding Panel on two app different pages is broken
Replies: 8
Views: 1943
 
Jump to post

Sliding Panel on two app different pages is broken

Here you go:
http://appery.io/app/mobile-frame?src...

Try opening up the panel on the first page, then choose 'Offers' in the panel. This will take you to the Offers page. Try clicking on the panel button again - this is broken now.

by kuvalda
Wed Nov 13, 2013 8:53 pm
Forum: Issues
Topic: Sliding Panel on two app different pages is broken
Replies: 8
Views: 1943
 
Jump to post

Sliding Panel on two app different pages is broken

Hello, I followed your sliding panel tutorial and everything works fine on one page. Now I created another page and added the same sliding panel to the second page. However, after I navigate from page 1 to page 2 and try clicking on the panel button it's broken. I don't get any js errors in Chrome d...
by kuvalda
Wed Nov 13, 2013 7:00 pm
Forum: Issues
Topic: Sliding Panel menu button with data-icon="bars"
Replies: 17
Views: 4371
 
Jump to post

Sliding Panel menu button with data-icon="bars"

This is the code that was generated from the UI builder: code <!-- Panel --> <a data-role="button" name="Panel" dsid="Panel" class='ui-btn-left Home_Panel' id="Home_Panel" data-corners="true" data-icon="grid" data-iconpos="left" x...

Go to advanced search