Jasonette / JASONETTE-iOS

📡 Native App over HTTP, on iOS
https://www.jasonette.com
MIT License
5.26k stars 352 forks source link

href deep linking does not surpport options parameter #348

Open mcken2ja opened 6 years ago

mcken2ja commented 6 years ago

I love the concept of deep linking in this application, but it does not seem to support options to allow sending params to the current URL. Having this option would allow us to move the data needed to render the view completely and make the transition into the application more useful.

Possible useage: jason://href?url=https://jasonbase.com/things/zzz.json&transition=replace&options={"name"="Senior"}

clsource commented 6 years ago

I don't know if jasonbase support get params.

You could easily get the params using your favourite web framework like laravel or flask and then render your json with those params.

I think this issue could be useful too

https://github.com/Jasonette/JASONETTE-iOS/issues/347

👍