Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. var testLink = document.getElementById("testLink");
  2. testLink.addEventListener('click', function() {
  3. document.location('app1c99f8://plugin/2f83a24f-46b5-41f9-90e7-3b2e927a1998-1548869041425');
  4. });
  5.  
  6. var pluginData = {
  7. pluginId: "03dd5856-99ed-4950-ad40-6d95a29ef7f2",
  8. instanceId: "03dd5856-99ed-4950-ad40-6d95a29ef7f2-1548863041993",
  9. folderName: "",
  10. title: "Hello World"
  11. };
  12. buildfire.navigation.navigateTo(pluginData);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement