963 comments found.
I love your template very much, I would like to know if you also sell content to add your template and upload to the playstore?
Not sure if i understand the question. Can you please clarify?
Hello, will such an app be allowed in the iOS Store?
Sure, why not. You just need to use our solutions for toolbar, navbar, side menu and other native stuff that we have. Best
Hello!
The run.sh just stuck at – Xcode project created and nothing happens. Is there anything I should do? I already follow the instruction you provide on the zip
I found the solution, it’s due to the cocoapods git response. I change it to cocoapods.org and it works like charm. Thanks
Hello!
Got the latest release. Very nice work. I want to add additional methods using this JS Bridge. How to create the swift file in order to achieve this. Thank you and awaiting you answer!
Hi,
You have this code, just play with it:
https://github.com/brommko/SuperView/blob/master/Sources/SuperWebView+JSBridge.swiftBest regards
Hello! I have two more questions:
1. How can I override the methods from one signal in order to get the payloads from the push and the events how the user interacted with the push? 2. How can I reverse the bridge and send an event in JS when something happened in the native app(example from point 1, sending the payloads from the push notification)?
Thank you for all the great work done so far!
Hi,
If you want to send something to the webview, you can do it with a post method. Just add this in SuperWebView+JSBridge.swift.
self.bridge.post(action: “something”, parameters: [“type”: “and”])
If you want to send something to the webview with OneSignal push notification. You can set a LaunchURL in the push and pass whatever you want in it and that URL will be opened when you click on it. Then parse the URL however you need.
Best regards
I want to send Device UDID as a parameter with the url, how can I do that?
You can use a JS method in your website to fetch the device id and then form the URL however you need it in your website code.
This is the code:
window.bridge.post(‘deviceid’, {}, (results, error) => { $(’#device_id’).html(results.id) })
Can I wrap the website using superview to create binary for tvOS? I know this source code can wrap for iOS but what about tvOS?
Hi,
Sorry, that is not possible.
Best
Question if I’m loading a web app from a remote location into SuperView can I still open external URL on safari and open WhatsApp even though the link resides on the webserver? Cause I have tried a few thing and is not working. for example webwhatsapp://
Hi, is it possible to use the Apple keychain? Does the App recognize whether there is already credentials stored in the keychain for the certain website?
How do I open the app after scanning a URL that matches the webview URL?
Hello,
will there be in the future updates to support m1 etc.?
Can I add firebase cloud messaging?
I added my URL and code purchase, but then it opens the code canyon page for the application template… why is it defaulting back to code canyon, what did I forget/not change?
can you build and upload to store for me ? i dont av a mac and can only build Android .
Hello when i publish the app into appple store it’s rejected because it’s does not have much native ios please help
Hi? I have 2 error: 1 – ‘SuperView’ has no member ‘configure and 2 – ‘SuperView’ has no member ‘handleURL’. Xcode13, swift – 5.5
Hi,
Do you still sell this webview template for iOS mobile devices?
Cheers
Failed to build module ‘SuperViewCore’ from its module interface; the compiler that produced it, ‘Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)’, may have used features that aren’t supported by this compiler, ‘Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)’
the application is not working
Hello, i have this error
Failed to build module ‘SuperViewCore’ from its module interface; the compiler that produced it, ‘Apple Swift version 5.2.2 (swiftlang-1103.0.32.6 clang-1103.0.32.51)’, may have used features that aren’t supported by this compiler, ‘Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)’
please help me
Hello, i have this error
Type ‘SuperView’ has no member ‘configure’
please help me
thks
Hello I’m using xcode on mac M1 and as soon as i try to preview it gave me an error “build failed” . It seems is a very common error here in the comment section, would you be releasing an update or a “how to” soon?