Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaScript bridge should define "uia.actionSheet()" like it does for "uia.alert()" #63

Closed
jmoody opened this issue Oct 25, 2014 · 2 comments

Comments

@jmoody
Copy link
Contributor

jmoody commented Oct 25, 2014

@krukow Is there some secret sauce that defines "uia.alert()" ?

irb(main):014:0> uia("uia.actionSheet()")
{
       "status" => "error",
        "value" => "TypeError: undefined is not a function (evaluating 'uia.actionSheet()')",
    "backtrace" => "eval code\neval@[native code]\nglobal code@file:///Users/moody/git/briar-ios-example/Briar/390BD2DF-918D-428F-A1EA-0B143FFBCDB5/_run_loop.js:23632:27",
        "index" => 12
}
irb(main):015:0> uia("UIATarget.localTarget().frontMostApp().actionSheet()")
{
    "status" => "success",
     "value" => "[object UIAActionSheet]",
     "index" => 13
}
@krukow
Copy link
Contributor

krukow commented Oct 25, 2014

@jmoody
Copy link
Contributor Author

jmoody commented Apr 16, 2019

Fixed.

@jmoody jmoody closed this as completed Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants