$setup_info['myapp']['name'] = 'myapp';
$setup_info['myapp']['title'] = 'myapp';
$setup_info['myapp']['version'] = '0';
$setup_info['myapp']['app_order'] = 8;
$setup_info['myapp']['enable'] = 1;
$setup_info['myapp']['index'] = 'myapp.uimyapp.index';
/* some info's for about.php and apps.phpgroupware.org */
$setup_info['myapp']['author'] = '';
$setup_info['myapp']['license'] = 'GPL';
$setup_info['myapp']['description'] = 'myapp Module.';
$setup_info['myapp']['maintainer'] = array('name' => '', 'email' => '');
/* The hooks this app includes, needed for hooks registration */
$setup_info['myapp']['hooks'] = array(
);
This is the setup.inc file. Should I add ajax=true in the index parameter here and also in the index.php file ?
Nope that function is in fw_desktop.js:
But the fw_mobile.js does not have that method:
That’s probably the problem. Not sure why it only stalls your app, and not any of ours …
@hadi.nategh Should that method (execPushBroadcastAppStatus) be moved from fw_desktop to fw_base, so it’s also available in fw_mobile?
@vishakha: you can try to define it in your pixelegg/js/fw_mobile.js sources to see if you app then starts working.
Ralf
Hi Vishakha,
I am not able to reproduce this issue on any app including the Example app. You mentioned that you’ve applied the patch on your instance already, now the question is, do you have minifying switch off on your instance from Admin=>site-configurations? Because only applying the patch at fw_base.js won’t help if your minified source is not update with my changes.
Please provide more information including JS console error.
Best regards,
Okay, I did that, nothing changed
Even upgraded to the latest maintenance version, but no luck. Still stalls the application. Pretty sure something is missing since the “Example” app also behaves the same way, all other apps work fine. By default on mobile it shows mail application.
Any other default app settings or permissions to check for on mobile, because it only stalls the app when it’s the default app in the next session on mobile