Search found 11 matches

Go to advanced search

by Henry
Thu Jan 21, 2016 2:22 am
Forum: Issues
Topic: Buttons are broken on Android/iOS
Replies: 9
Views: 1577
 
Jump to post

Buttons are broken on Android/iOS

The problem ended up being that I had custom javascript that would run in a modern environment (Testing Browser and Chrome on Android) but would outright fail on iOS and Android as Native. Specifically, code Apperyio&#46;storage&#46;SomeVariable&#46;set({Header, LineArray}); <--- Would F...
by Henry
Thu Jan 21, 2016 12:25 am
Forum: Issues
Topic: Buttons are broken on Android/iOS
Replies: 9
Views: 1577
 
Jump to post

Buttons are broken on Android/iOS

I found this using internet explorer, a legacy platform. However I suspect it is the same error source as in iOS and Android. It is a problem with jquery. File: jquery-2.1.1.js, Line: 330, Column: 5 Expected ':' Here is the relevant code snippet. code if ( code ) { &#47;&#47; If the code inc...
by Henry
Wed Jan 20, 2016 11:11 pm
Forum: Issues
Topic: Buttons are broken on Android/iOS
Replies: 9
Views: 1577
 
Jump to post

Buttons are broken on Android/iOS

Hey Bruce!

Thank you for the code snippet. fOpenPage page transition was definitely smoother than the standard transition. However, javascript on the second page still appears to be malformed.

Regards,

Henry.

by Henry
Wed Jan 20, 2016 6:00 am
Forum: Issues
Topic: Buttons are broken on Android/iOS
Replies: 9
Views: 1577
 
Jump to post

Buttons are broken on Android/iOS

Its almost like javascript is disabled on the second page.

by Henry
Wed Jan 20, 2016 4:49 am
Forum: Issues
Topic: Array --> XML --> POST request
Replies: 2
Views: 554
 
Jump to post

Array --> XML --> POST request

Hello Sergiy.

I ended up using a custom JS solution.

Thank you in any case.

by Henry
Wed Jan 20, 2016 4:32 am
Forum: Issues
Topic: Buttons are broken on Android/iOS
Replies: 9
Views: 1577
 
Jump to post

Buttons are broken on Android/iOS

I have a two page document, a start page and a secondary page. One the start page, all button operations work. Specifically, page navigation and opening a popup. However on the second page; none of the buttons work. I used the weinre debugger and my conclusion is that the buttons do work, however th...
by Henry
Tue Jan 19, 2016 1:49 am
Forum: Issues
Topic: Array --> XML --> POST request
Replies: 2
Views: 554
 
Jump to post

Array --> XML --> POST request

I have an array of objects. I am using the Appery data mapper (the visual mapper) to format these for an XML post request. Let's say the object has three items. When the XML is mapped. The output is: code <0> <ITEM1></ITEM1> </0> <1> <ITEM2></ITEM2> </1> <2> <ITEM3></ITEM3> <3> /code I wish to have ...
by Henry
Thu Jul 02, 2015 1:41 am
Forum: Issues
Topic: Filtering an iteration
Replies: 6
Views: 1367
 
Jump to post

Filtering an iteration

2. hide the records(iterations) after mapping. Add a javascript after "success: Mapping" on your page service. in that javascript, iterate the interface control that displays your records and hide those with values you don't want. Hi Dongzhi. Any helpful resources on how to accomplish this?
by Henry
Wed Jul 01, 2015 11:31 pm
Forum: Issues
Topic: Filtering an iteration
Replies: 6
Views: 1367
 
Jump to post

Filtering an iteration

2. hide the records(iterations) after mapping. Add a javascript after "success: Mapping" on your page service. in that javascript, iterate the interface control that displays your records and hide those with values you don't want. Hi Dongzhi. Any helpful resources on how to accomplish this?

Go to advanced search