request capabilities at install time for a web runtime application
I created a wrt application (wgz install file) using phonegap (v1.3)
but now everytime i start the application it requests access to the telephonedata and the network (2 different dialogs)
this slows down the login workflow for my application
i was wondering what my options are to avoid this?
is it possible to request these permissions once at startup?
is it possible to remove them using signing?
Re: request capabilities at install time for a web runtime application
As far as I know, you can not really remove the permission dialogs, there is no signing methods available for the WRT Widgets.
Re: request capabilities at install time for a web runtime application
is there a way to compile my phonegap application into something that is signable?
Re: request capabilities at install time for a web runtime application
Basically only Symbian & Java apps do have signing, so if you can implement your application using one of these two technologies you could sign them.
Re: request capabilities at install time for a web runtime application
so, no way using the phonegap framework?
I'm trying to develop this application over different platforms. So rewriting it to a native app is not an option.
is there a way to make the WRT widget ask these permissions at install time?
so it isn't so annoying.
Re: request capabilities at install time for a web runtime application
[QUOTE=bertyhell;901300]
is there a way to make the WRT widget ask these permissions at install time?
so it isn't so annoying.[/QUOTE]
No there is no ways on doing this.