How to use webview

Since data time picker isn’t working on the mobile builder (at least in preview). I built a form on a webpage and added a webview on my mobile builder

Is there a way I can send paramters or data to the webview element?

I’d think that what this function is for. :point_up_2:
Using the “Send more parameters to the page”.
Then on the actual page you have the form on, you can do “Get Data from URL”.

I am not 100% sure. but it might be it.

1 Like

Yea I actually want it to run the opposite way, the form is on the webview and I want to receive data to my mobile page to run navigation functions

I’ll try this and see what I get

@jahanzeb.khn07 I don’t believe you can get info out of a webview directly. One thing you could explore is having a group inside your webview that references an object in your database that you update from the webview, then have a group outside the webview inside Mobile that references the same object in the database to get data from it.

1 Like

Its expected that the datetime picker doesn’t work on web preview (because its a native component), but will work on your device. Do you have access to BubbleGo yet?

I’ll haven’t pushed the app live yet and since I don’t have an apple device I can’t test it fully

Will update once I do test it out

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.