You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Brian LeRoux <b...@brian.io> on 2012/03/28 22:05:40 UTC

Re: About porting Notifications to Codova-Tizen

Its kinda funny b/c our 'notification' api pre-dates the concept of
notifications as they've grown to be in mobile. I can definitely see
us looking to clean that up post 2.x


On Wed, Mar 28, 2012 at 10:35 AM, Filip Maj <fi...@adobe.com> wrote:
> Do you mean you want to implement your own HTML/CSS dialogs for enabling
> this functionality? If so, styles would be susceptible to be overridden by
> the user's stylesheet...
>
> On 3/28/12 6:28 AM, "Paul Plaquette" <pa...@linux.intel.com>
> wrote:
>
>>Hi folks,
>>
>>I am implementing Notifications alert and confirm methods on our
>>Codova-Tizen JavaScript shim-layer.
>>
>>As you may know Tizen is a web based OS (www.tizen.org)
>>
>>at first the plan was to use W3C Web Notifications.
>>
>>  I saw that the Web OS implementation that is indeed very similar to
>>our Codova- Tizen  shim-layer is implementing these alert and confirm
>>methods providing its own UI .
>>
>>Moreover using Web notifications requires user authorization, and is not
>>providing
>>the same level of user interaction.
>>
>>Actually I think  I should used a specific UI too as Web Notifications
>>Semantic is quite different from having an alert or a confirm dialog
>>that pop within the context of an application.
>>
>>Any Advices/Suggestions on this point?
>>
>>Regards,
>>Paul
>>
>>
>