Search found 17 matches

Go to advanced search

by dudi peretz
Fri Aug 30, 2013 2:25 pm
Forum: Issues
Topic: trigger pagechange event
Replies: 1
Views: 880
 
Jump to post

trigger pagechange event

how can I invoke "pagechange" event in Appery like the following?

jQuery( ".selector" ).on( "pagechange", function( event ) { ... } )

by dudi peretz
Sun Aug 18, 2013 5:58 pm
Forum: Issues
Topic: Facebook Style Navigation
Replies: 104
Views: 33192
 
Jump to post

Facebook Style Navigation

Thanks, but seems that it's not working on tablet application.
I shared my app "TabletDemo", can u check it?

by dudi peretz
Fri Aug 16, 2013 11:39 am
Forum: Issues
Topic: Facebook Style Navigation
Replies: 104
Views: 33192
 
Jump to post

Facebook Style Navigation

Hi Katya,
Can u send me the backup file of thr example project ?

by dudi peretz
Wed Aug 07, 2013 8:22 am
Forum: Issues
Topic: Rotation not working on Tablet Application
Replies: 2
Views: 784
 
Jump to post

Rotation not working on Tablet Application

Thanks a lot.

I select all the 4 options of "UISupportedInterfaceOrientations" and it's working fine.

by dudi peretz
Tue Aug 06, 2013 8:05 am
Forum: Issues
Topic: Rotation not working on Tablet Application
Replies: 2
Views: 784
 
Jump to post

Rotation not working on Tablet Application

Hi,

I developed Tablet application, but when I run it on my iPad the Rotation not working and I see the application only on vertical mode,
any idea how to solve it?

by dudi peretz
Tue Jul 16, 2013 10:39 am
Forum: Issues
Topic: How to open local File on the device (PDF...)
Replies: 17
Views: 4375
 
Jump to post

How to open local File on the device (PDF...)

In order to ope local PDF file in Android u need to do the following: open the ChildBrowser.java and do the following and edit the "execute" method: if (action.equals("showWebPage")) { ............... // start - load local file String urlFile = args.getString(0); if (urlFile.star...
by dudi peretz
Tue Jul 16, 2013 7:31 am
Forum: Issues
Topic: How to open pdf
Replies: 15
Views: 3068
 
Jump to post

How to open pdf

Thanks.
I managed it and post it to the forum.
https://getsatisfaction.com/apperyio/...

by dudi peretz
Tue Jul 16, 2013 7:30 am
Forum: Issues
Topic: How to open local File on the device (PDF...)
Replies: 17
Views: 4375
 
Jump to post

How to open local File on the device (PDF...)

In order to ope local PDF file in iOS u need to do the following: Open the "ChildBrowserViewController.m" file and edit the "loadURL" method by adding the following code: (void)loadURL:(NSString*)url { NSLog(@"Opening Url : %@", url); //Start - Added by dudi if([url has...
by dudi peretz
Mon Jul 15, 2013 12:58 pm
Forum: Issues
Topic: console loging
Replies: 7
Views: 1808
 
Jump to post

console loging

When I invoked the console.log('my message') code, Do u know the location of the log file on Android/iOS where I can find the printing?

by dudi peretz
Sun Jul 14, 2013 9:00 am
Forum: Issues
Topic: how to read open pdf file using tiggzi in mobile native app
Replies: 3
Views: 1209
 
Jump to post

how to read open pdf file using tiggzi in mobile native app

Hi Max,

Can u put example for JS code to point your code to the file?

Go to advanced search