smart-on-fhir / SoF-Demo

Simple SMART on FHIR / Argonaut iOS sample app that fetches a couple of resources
36 stars 17 forks source link

run this demo #1

Closed wanghaisheng closed 9 years ago

wanghaisheng commented 9 years ago

when i try to run this demo, in the step " approval required for my app", scroller does not work well,i could not see the authorize and deny button. should i replace settings in AppDelegate.swift

        settings: [
            "client_id": "my_mobile_app",
            "redirect": "smartapp://callback",
        ]
p2 commented 9 years ago

Seems to work for me by scrolling down, does that not work for you? No, the settings are correct.

screen shot 2015-04-23 at 12 48 46

wanghaisheng commented 9 years ago

i have tried all my simulator,wont work.xcode Version 6.3 (6D570)

p2 commented 9 years ago

I'm on 6.3.1 (6D1002), works fine? What exactly is not working for you? Can you not scroll the web view with click-drag?

wanghaisheng commented 9 years ago

whenever i scroll ,i only can see the top of "remember this decision",i could not see anything under it

p2 commented 9 years ago

Sounds like your simulator is larger than your Mac's screen and cut off at the bottom. Try pressing CMD + 3 or use the mouse's scroll wheel.

wanghaisheng commented 9 years ago

fix