Search found 13 matches

Go to advanced search

by Bryan Morrow
Fri Nov 07, 2014 6:07 pm
Forum: Issues
Topic: How do I align a grid to the bottom of the device screen?
Replies: 1
Views: 196
 
Jump to post

How do I align a grid to the bottom of the device screen?

I have a 2X3 grid, width set to 100%. I'd like this part of my app to always be at the bottom of the screen. I've tried to apply a few examples I found, but the latest builds appear to changed things around and I'm unsure how to apply a css class name to a component now. Regardless, any help with al...
by Bryan Morrow
Wed Sep 17, 2014 3:03 pm
Forum: Issues
Topic: How do I go back without doing a page refresh?
Replies: 1
Views: 178
 
Jump to post

How do I go back without doing a page refresh?

I've got a screen that has a list that populates off a db service. Takes a little bit of time to build that list. When they click a list item, it goes to another page with a report for the selected item. I have a back button on this page in the header (autogenerated) , when I hit back, it reloads th...
by Bryan Morrow
Tue Sep 16, 2014 8:04 pm
Forum: Issues
Topic: My list control is not registering click events on my phone. But works in the Test environment.
Replies: 2
Views: 288
 
Jump to post

My list control is not registering click events on my phone. But works in the Test environment.

I have a grid with a radiobutton group in it. When I click a radio button, i'm simply trying to run a javascript alert('got here') message. I have tried getting this to work on Click, VirtualClick and Tap. This works fine in the test environment, but is not working on my Android phone.

by Bryan Morrow
Wed Sep 10, 2014 9:30 pm
Forum: Issues
Topic: Cookies not working in compiled version of my app.
Replies: 3
Views: 327
 
Jump to post

Cookies not working in compiled version of my app.

I tried using localStorage first, but that appears to only store info locally while the app is running. I'm trying to store a person's login info so they dont have to retype it each time they launch the app. Or perhaps I was using localStorage incorrectly and it does store data beyond the session it...
by Bryan Morrow
Wed Sep 10, 2014 5:24 pm
Forum: Issues
Topic: Cookies not working in compiled version of my app.
Replies: 3
Views: 327
 
Jump to post

Cookies not working in compiled version of my app.

Can anyone think of a reason why my complied app doesn't appear to store/retrieve cookie info? Works fine in the test environment but when I compile/install it on my Android phone cookies are not being set/retrieved.

by Bryan Morrow
Fri Sep 05, 2014 1:43 pm
Forum: Issues
Topic: Event sequence not firing correctly
Replies: 3
Views: 347
 
Jump to post

Event sequence not firing correctly

Found it! You rock! Thank you Maryna!

by Bryan Morrow
Fri Sep 05, 2014 1:38 pm
Forum: Issues
Topic: Event sequence not firing correctly
Replies: 3
Views: 347
 
Jump to post

Event sequence not firing correctly

I apologize, I'm not really sure what you mean. I'm looking for an On Complete but not seeing the option.

by Bryan Morrow
Fri Sep 05, 2014 12:12 pm
Forum: Issues
Topic: Event sequence not firing correctly
Replies: 3
Views: 347
 
Jump to post

Event sequence not firing correctly

On screen 1 (my login screen), I have a service that authenticates the username/password. Event 1, call service and store result in localStorage. Event 2, get localStorage variable and decide whether to navigate to next screen or deny access. Problem is, it's performing Event 2 before Event 1 has fi...

Go to advanced search