-
Notifications
You must be signed in to change notification settings - Fork 68
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
answerObject say without speechbubble from siri #81
Comments
Apologies if this was wrong but from what I remember I handled this through: self.say(AnswerObjectHere, "SpeakableTextHere") The speakable part needs to be a string rather than an answerobject. |
Hey Mate i just try
but my springboard chrashes :( |
It should be (again iirc, I don't have access to my code right now): self.say(self.sendRequestWithoutAnswer(view), "%s" %(exam)) |
try: |
Nope thats will display a empty bubble :D but i have a solution.... UIRepeatIt() :) |
Hey folks,
i use the answer Object for some answer and i want that siri read the text in the answerObject but only read it not show anything on the display only the answerObject with the WolframAlpha branding.
Is there any why to do this?
Best Regards
The text was updated successfully, but these errors were encountered: