Skip to content

Conversation

sloops77
Copy link

@sloops77 sloops77 commented Dec 4, 2014

This adds support for recognising trigger.io apps as WebView not a browser. To make this work at the moment the user needs to add this in a angular.run block:

window.addEventListener("load", function() {
  if (!!window.forge) {
    ionic.trigger('deviceready', {
      target: document
    });
  }
});

@adamdbradley
Copy link
Contributor

Why did you remove the blurAll calls?

@adamdbradley
Copy link
Contributor

I think we can add in the trigger.io support, but need to test removing blurAll() (there's other issues with blurAll(), so want to take our time removing those). @mhartington would you be able to get the trigger.io support in?

@mhartington
Copy link
Contributor

Curious about the blurAll()calls as well. Care to explain @sloops77?

@mhartington mhartington added the needs: reply the issue needs a response from the user label Feb 4, 2015
@sloops77
Copy link
Author

Hi guys,
I'm sorry that removal shouldnt have been included in the PR. The reason for the removal was a separate issue that you guys have already dealt with. #2801.

@sloops77
Copy link
Author

I'm closing this one and reopening in light of you guys already removing blurAll after beta14 was released

@sloops77 sloops77 closed this Mar 12, 2015
@adamdbradley adamdbradley removed the needs: reply the issue needs a response from the user label Mar 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants