q: serving view to mobile

HI,

how do i server views to a mobile? after http-post comes in i want to return a url which point to my app, which in turn delivers an iframe(?)… is that the right route?

thx

HI,

how do i server views to a mobile? after http-post comes in i want to return a url which point to my app, which in turn delivers an iframe(?).... is that the right route?

thx

Can you clarify what you mean by a mobile? Do you mean a native mobile app with Web views?

If so, you should look at the new Turbolinks 5 mobile frameworks for iOS and Android.

Walter