Posts

Post not yet marked as solved
4 Replies
I don’t understand the question. “How to create a weburl within a button”?? Do you mean that when you click/tap a button, it should open a specific url in the web view?
Post not yet marked as solved
31 Replies
Now it's easy to set keyboard type on a TextField.TextField("Number", text: someNumber).keyboardType(UIKeyboardType.numbersAndPunctuation)
Post not yet marked as solved
3 Replies
You could make the map appear "static" if you opt for server side rendering, and disabling any user interactions with the map.