2102 comments found.
Sir some peoples told me chat sound not coming via app. but chrome sounds working well. why sir.
Hi! Some APIs available in Chrome, for instance Web Audio APIs may not be available in (all) versions of WebView. Make sure to double check that all the features you use in your web-app are available in webView.
some mobiles working sir lot of mobile sound not working how to check it sir.. please tell me
how to click href open facebook and button back to home app?
You can use the ‘open outside’ options to open external apps / sites from your webview. However, there is no option to control the back button.
I used ‘open outside’, when I selected to return to the original application, it only displayed white pages.
If you are seeing a blank screen after opening a url outside your app, this can happen when a redirect page is inbetween your url that’s opened outside and your actual webpage. I.e. if you redirect from yoursite.com to redirect.com/xyz to target.com and only target.com is set to open externally. Make sure to set redirect.com to open externally, and investigate your site’s source code carefully to examine what ‘redirect.com’ is in your specific instance. It usually isn’t facebook.com/twitter.com/etc
I have to the direct link https://facebook.com/xxxx
Could you show me a snippet of your site that displays this direct url?
i used onclick window.open(url), link https://www.facebook.com/thietnobi/videos/1772450592897718
Hi! Could you try using a direct link, rather than an onclick window.open(url) method?
Hi, Today i used your latest version also, there’s an issue with blank screen : public static final String[] OPEN_OUTSIDE_WEBVIEW = new String[]{“market://”, “play.google.com”, “addthis.com”,”facebook.com” ,”twitter.com”, “pinterest.com”, “plus.google.com”, “mailto:”, “tel:”, “vid:”, “geo:”, “whatsapp:”, “sms:”, “intent://”};
once tapped the facebook link its redirect to chrome browser, but your app shows blank screen, after that i need to reopen your app
can you help me on this? please
below listed social sharing urls am using. https://www.facebook.com/sharer/sharer.php?u= https://pinterest.com/pin/create/button/?url= https://telegram.me/share/url?url= https://twitter.com/intent/tweet?url= whatsapp://send?text=I’m happy to answer this question for you.
I’ve just tested in our latest version as well, and all versions have redirect working as intended. If you are seeing a blank screen after opening a url outside your app, this can only happen when a redirect page is inbetween your url that’s opened outside and your actual webpage. I.e. if you redirect from yoursite.com to redirect.com/xyz to target.com and only target.com is set to open externally. Make sure to set redirect.com to open externally, and investigate your site’s source code carefully to examine what ‘redirect.com’ is in your specific instance. It usually isn’t facebook.com/twitter.com/etc
After i checked only am saying i can provide you screenshot video also
A video will only show the symptoms, but not the issue itself. I’d really recommend to discuss with your web developer on how to properly detect redirects.
You can verify that the template itself works as intended by trying any other site that this works. For instance, add google.com and then try: https://www.w3schools.com/html/tryit.asp?filename=tryhtml_links
click tel:xxxxx error connect inside app 
Hi! Make sure to check: https://sherdle.com/help/configure-what-should-open-outside-the-app-or-as-download/
Thanks a lot.
Hi! You’re welcome
plz check this url, i face same problem: https://stackoverflow.com/questions/62416891/audio-video-not-supported-react-native-ios-webview
how to solve this problem ?
Hi! It can be that some apps require Safari specific APIs not available in WebView. On IOS, all you can do is add permissions to the info.plist file: https://sherdle.com/help/ios-permissions/ but if this doesn’t work changes to your web app itself are required.
Dear Sherdleapps, Can internal assets (html files) be opened from an external link? by adding an external link with the format (file: ///android_asset/xxx.html) ?
Hi! No, due to security reasons WebView blocks local requests from online webpages, and there is no option to change this.
Hello, when I upload the app generated from the online builder Google gives me an “Unoptimized APK” error and won’t let me publish it without fixing that first.
Hi! If you can’t publish your app, this is not due to the ‘APK without optimization’ warning but this is when other fields are still missing. In the console, look for entries in the left list with a grey question mark that still need completion (i.e. family rating, privacy, etc).
https://sherdle.com/help/apk-without-optimization-warningOh ok thank you very much.
Hi, i have purchased yr android as well as ios app, i have google and Facebook login in my app, after adding agent, now it loads login screen but shows a blank page after login is clicked(with correct user pass).
Hi! Login is always tricky because normal browsers support multiple windows. Therefore, ensure that any logins redirect back to your original site. Also, you can try to redirect logins to the browser.
How can i ensure that it is redirected back? And how can i try to redirect logins to browser for android and ios, both. Pls explain the steps.
Hi! Redirect back can be done using the provider. Often, login providers such as google and Facebook allow you to provide a redirect url, this should then be your site. Avoid using popup api’s.
Consult with your web developers on how to implement this
Ok, can you pls help how can i do this: “Also, you can try to redirect logins to the browser.” Where inside app, i get browser to handle the social login. how can that be achived.
For that, please see: https://sherdle.com/help/configure-what-should-open-outside-the-app-or-as-download/
Hi! I just wrote this article to help: https://sherdle.com/help/third-party-sign-in-in-webview/
Please can multiple language feature be added
Hi! Thank you for your feedback 
api level 29 upgraded?
Hi! The template will always run on the latest version of Android, regardless of the version of the template and it’s target SDK.
there’s an issue am facing
Once we tap OPEN_OUTSIDE_WEBVIEW links it will goes to browser or app, after that our apps get blank white screen, again need to open our app
Hi! This can happen if when a redirect page is inbetween your url that’s opened outside and your actual webpage. I.e. yoursite.com -> redirect.com/xyz -> target.com and target.com is set to open externally. Make sure to set redirect.com to open externally.
am using addthis.com for social sharing
Try to find out what links the button link to (redirect.com) in the example, this could be addthis.com (but I’m not sure) and add that to the open outside list.
hi, even if we using whatsapp: outsideview also showing blank screen once the link opened to whatsapp or browser, help me to resolve this
for social share i used this https://shareon.js.org/, its directly link to social networks. redirection are working well, but showing blank screen on your app.
once we restart again your app then only works. help me to resolve this issue
I’m happy to answer this question for you.
I’m not familiar with shareon.js in particular, but please investigate your site’s source code carefully to examine what urls this script is redirecting is in your specific instance. It usually isn’t facebook.com/twitter.com/etc directly, and there is often a redirect inbetween (sometimes, it can even be within your site, i.e. yoursite.com/redirect/..)
Hi, can i enable background play when i change screen or lock screen? My website is a web music and video player. I want to buy your product.
Hi! No, background play currently is not supported. If your site offers a radio stream, consider our other template Universal which has native radio functionalities that may be able to do what you need (and it also offers WebView).
Hello, how to I trigger a local notification? (not onesignal)
Hi! At this time, we don’t offer an option for local notifications. Please consider OneSignal for sending notifications to your users.
can you help me for show progress spinner loader on splash screen
Like this ->> https://imgur.com/a/3snlj4j
Hi! At this time, we don’t offer an option for this, sorry!
I have some pre-sale questions.
Do I need some programming knowledge to convert to an application?
Navigation Drawer and TAB. Can I add different URLs to each one? Example, TAB I name “news” using one URL, another TAB another URL different.
is it possible to translate the application options in my language?
Is Push Notifications easy to implement?
Is there a panel for me to add the ads in the application?
Hi! You do not need any coding knowledge to use Web2App, it’s designed completely with a drag & drop UI for non-programmers.
You can use either tabs or the drawer. You can add different urls to each tab / menu item. You’re completely free to specify urls how you want them.
You can easily translate your app in Strings.xml file (You can then compile the template using our step-by-step instructions).
Push notifications are easy using Firebase or OneSignal (they provide a dashboard for this) and Ads can easily be added in the builder as well.
i have one issue facing.
i use facebook login on webpage with webview. but issue is it redirect to facebook desktop site on webview mobile. facebook not detecting webview as mobile.
can you help me on this
Hi! Make sure to use the default user agent, or set a custom mobile agent, in: https://sherdle.com/help/set-the-webview-user-agent/
Pre-order query. I have an OpenCart e-commerce store. Can it work with this android template? Can it also work for a project management portal?
Hi! Web2App works regardless of the framework you use for your site, as it acts like a private browser just for your app. So you can show your OpenCart site, or your Project Management portal in your app
Or even both if you’d like!
sir if possible to add exit button in this app? i want conform exit button to quit app.
Hi! At this time we don’t offer an exit button, users can exist your app using the device home button at any time.
Hi there, can you give me more details about this app and the webapp IOS , is those tow a WordPress plugin that i can set in my dashboard , can i get my website in the app with out missing any thing ? my website build on search functionality so he need to detected the location and upload massage and make online purchase using woo commerce and other plugin so do need to worry about this or its will going well with this plugin for android and IOS ?
Hi! Web2App will mirror your site as an app. Consider it as a private (optionally full screen) browser for your app. Common features like file upload, location access, etc are supported.
so this is WordPress plugin ? and can i use woo commerce ?
Hi! It’s not a Wordpress plugin, Web2App is a standalone app builder / template that can be used to show any site (whether it’s wordpress or woocommerce) as an app.