Search found 34 matches

Go to advanced search

by 3dbounce
Wed Oct 30, 2013 4:06 pm
Forum: Issues
Topic: Responsive Grid Dimensions
Replies: 30
Views: 7376
 
Jump to post

Responsive Grid Dimensions

Hi, Your "event" is wrong. It should be "page Show" not "load"

by 3dbounce
Thu Oct 10, 2013 12:02 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

Hi,

This does not work either. It simply doesn't want to open a PDF. The window.open command doesn't work either unless you use the code above and "myNavigate."

I might have to use google doc's PDF viewer to get around this problem for now.

by 3dbounce
Wed Oct 09, 2013 2:18 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

also to add another headache, pdf's do not open or download when using the "Navigate to link" action. I have also tried this: myNavigate(' http://www.baos.org.uk/resources/news... '); with a java script containing this: function myNavigate(url) { if (/\.pdf$/i.test(url)) { //If url ends wi...
by 3dbounce
Wed Oct 09, 2013 1:54 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

Hi thanks for your help so far but this does not seem to work.

The window will no longer open. I have tested this in both xcode and the appery android testing app.

Here is the code im using on a click event:

window.open('http://www.abaoms.org.uk/', '_system', 'location=yes');

by 3dbounce
Tue Oct 08, 2013 5:43 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

or even make it open in their native browser?

by 3dbounce
Tue Oct 08, 2013 5:42 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

But there are no control's for the user, which is terrible functionality. Is there a way to bring up controls? This basically cripples the app if your using an iPhone/iPad

by 3dbounce
Tue Oct 08, 2013 4:45 pm
Forum: Issues
Topic: "Navigate to link" - Takes you to browser with no navigation controls!
Replies: 9
Views: 1502
 
Jump to post

"Navigate to link" - Takes you to browser with no navigation controls!

Hi, I'm currently in the process of updating one of my apps due to a bug. What has happened is that when a user clicks a button it takes you to a webpage but it does not open in their native browser and in fact opens in a random browser with no navigation controls... If your using an iPhone that mea...
by 3dbounce
Fri Sep 27, 2013 11:26 am
Forum: Issues
Topic: Launch images media manager not working!
Replies: 15
Views: 2580
 
Jump to post

Launch images media manager not working!

Thanks a lot, didn't realise they had to be png as it is not mentioned when trying to upload.

by 3dbounce
Fri Sep 27, 2013 10:03 am
Forum: Issues
Topic: Launch images media manager not working!
Replies: 15
Views: 2580
 
Jump to post

Launch images media manager not working!

Hi, Im having a problem exporting for Apple. In the app settings i cannot change the "launch images" as none of my resources appear in the media manager. Even when i try to upload something, nothing appears in the window! When i go to the resource manager threw one of the app pages i can s...
by 3dbounce
Fri Sep 06, 2013 10:19 am
Forum: Issues
Topic: How to add a button to an rss feed
Replies: 12
Views: 1813
 
Jump to post

How to add a button to an rss feed

Hi, I switched the code up a bit so now it always opens in there preferred browser: function myNavigate(url) { var cb; if (window.plugins) { cb = window.location = url; } if (cb != null) { cb.showWebPage(url); } else { window.open(url); }; } Work around so that i don't need to use the in app browser...

Go to advanced search