Closed renanverri closed 8 years ago
This was added in v3.1.0 after request in #67.
Usage:
launchnavigator.navigate([50.279306, -5.163158], {
start: "50.342847, -4.749904",
appSelectionDialogHeader: "Custom Header Text",
appSelectionCancelButton: "Custom Cancel Text"
};
I will add an explicit example in the example project
Try the AdvancedExample which gives a code illustration of how to do this.
launchnavigator.navigate([source, destination], { appSelectionDialogHeader: "Custom Header Text",
});
this is right ? because i think you lost to put the ")"
i need translate this header ... ''SELECT APP FOR NAVIGATION''
anyone know how to set this ? because i try all time and failed...