Skip to content

ahmedelrefaiy/Cordova-RTL-Dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title description
Dialogs RTL
Use native dialog UI elements, Content will be RTL direction, and the dialog created without title area. This plugin is based on (https://github.com/apache/cordova-plugin-dialogs)

cordova-plugin-dialogs

This plugin provides access to some native dialog UI elements via a global navigator.notification object.

Although the object is attached to the global scoped navigator, it is not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    console.log(navigator.notification);
}

Installation

cordova plugin add https://github.com/ahmedelrefaiy/Cordova-RTL-Dialog

Plugin Features

  • Start reading the plugin features from the original plugin as it is the same.
  • For Title parameter leave it with empty character like this ' '.

About

Create Native RTL Dialog Without Title For Android Only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published