Hello @roberto.naddeo
Great post. I also replied to your post. If you don’t need any native function, yes you can follow your instruction and do the same with iOS.
Hello @roberto.naddeo
Great post. I also replied to your post. If you don’t need any native function, yes you can follow your instruction and do the same with iOS.
Thank you, @JohnMark!
I read and replyed your comment. It’s probably basic stuff, but as I don’t have a strong developer profile, it was not so easy to get there.
Regards!
I totally agreed @roberto.naddeo. I will rebuild this post one day.
There’s so many ways to do things.
same thing with me, have you found a way ?
{
“$jason”:{
“head”:{
“actions”:{
$load":{
“type”:"$render"
}
},
“templates”:{
“body”:{
“background”:{
“type”:“html”,
“url”: “https://Replace with your app url”
}
}
}
}
}
}
This is the complete return data from api plain text right, because your screenshot is not full
Can you please specify what are the first and second urls ?
Hello @richer.devops
If you are using your own website (url’s):
You can replace the end (jasonelle) by any endpoint name of your choice.
Tips:
When building with Bubble, I always recommend using the responsive mode starting with the smallest resolution (320x680) of your choice, and increasing to the larger resolutions. The use of the ‘mobile version’ option of Bubble is very limited and does not allow you to automatically build a mobile application.
Hi @JohnMark , what an amazing post!
I do have a problem with opening external links (ex. Facebook, Instagram)
I have found that if you do have the app installed, Jasonelle will direct you to the app within your iphone. However if you don’t have the app installed, it will only transition to a next view, instead of opening safari. Same with iphone URL Schemes such as sms:, tel:, etc. They simply just dont open.
How do you advice on resolving this? I have tried several trigger actions inside the JSON, but they dont seem to work. I think there must be something in Bubble Action Workflow preventing Jasonelle to recognize the new href.
Do you think on any workaround?
Thanks in advance!!
Hello @segongora9
I didn’t try to open an external link under Jasonelle. It can be a setting under iOS or Android. I will recommend to chat with Jasonelle team on Telegram if you have any difficulties.
It must be a Jasonelle command. Let me know if you find out.
Welcome to Bubble.
Hey John , I’m sorry to have bothered you with this. You’ve already answered this way above in the forum.
For anyone else having this problem, the solution will be to run a Javascript command and trigger an action created in Jasonelle.
Do the following in Bubble Workflow:
const web = “https://google.com”
$agent.trigger(‘web’, {web});
And then in your index JSON file simply put something like this:
In case of an app like Phone, change “view”:“web” with “view”:“app”
I completed step 1 and 2, but the “Open the ‘master.zip’ , run SETUP” there is no master zip or anything of that nature in the files. Any help?
Has anyone made a video outlining the steps of this process? If NOT…who’s willing to make some $$ doing it?! @JohnMark, @richer.devops, or anyone who’s had success
I gave up man, i could afford bdk native so went for it
Has anyone had success running the xcode project in the latest version of xcode since Apple just released their new operating system? I upgraded my whole system, went to download and follow the instructions above to build my app and have received multiple errors that Javascript files are missing from the project so the build continuously fails.
Hello @zacharyreed
Right now, you have to use older Xcode until Jasonelle update his own code (soon). You can chat with Jasonelle on Telegram.
Have you seen the contributor of Jasonette is not going to keep it going? Any thoughts on how this will affect future app development with bubble.io and being able to create your own native apps?