How to open link in safari browser in my ipad sencha app - sencha-architect

I made a app in sencha architect 2 for magazine reader, now I put link on social icon in my app.
When I click on that social icon, its opening in my app but I want to open it in default browser.
I build my app using http://build.phonegapp.com
Can anyboday help me how to open link in extarnal browser.
Any Example that help????

Related

How to allow sites to play protected content in electron desktop app

I have an LMS its videos playing perfect on chrome and firefox browser but getting this on electron app:
Please ALLOW from Chrome settings > Site settings > Protected Content.
I don't know how to enable protected content in my electron app there is nothing in there API documentation.
You can look at to this document for solving problem.
https://www.electronjs.org/docs/tutorial/testing-widevine-cdm

PDF Viewer vs Web Viewer andriod

Which one is Best for my Android Tutorial App (pdf viewer or web viewer) . Its a Programming tutorial app so which component i use for my app? or another suggestion to develop tutorial app.
I use pdf viewer instead of webview because pdf show all image or content offline but webview is not showing the images offline. One more Problem occur to creating a block for code between pdf.
If you have prepared your content in word/doc/pdf then the pdf viewer is best.
If you have prepared your content in HTML like web pages or website, it's best to go with the webview.

how to add a 'rate this app' button in my firefox os app?

I have uploaded an app in firefox app store. This app can be installed in firefox mobile os and firefox desktok browser.
How can I add 'rate this app' button and 'share' button in my application?
app link: https://marketplace.firefox.com/app/anti-mosquito
Thank You.
Here's a library for adding prompts to rate the application in an unobtrusive manner:
https://github.com/dcoloma/fxosRate
It's not exactly a "rate" and "share" button, but might serve the same purpose, or could be built-upon for your use-case.

MAke a website section in Windows phone 8 App built with Windows Studio

Hello guys please i built an app with windows phone studio, but they do not have a website section, to open a website within my app( not linking to default browser, but withing the app) So please how can i add a new page for this website section in the app using visual studio, and i need the website navigate with back button, cos i tried one that shows the website, but no matter how deep i navigate into the website, once i click the back button on my phone, it closes/exits the app.
Thanks and much appreciate your response
You can simply use WebBrowser control. You can check
Windows Phone Developer Blog for more information on usage of WebBrowser control. For Navigation using back button, you can check these links:
1.WebBrowser Control Navigation Back
2.How to handle a Web Browser back and forward navigation in a WP
Hope it helps you :)

Using mailto in a standalone|fullscreen web application on iPhone

I am developing a mobile web application and want to add the ability to send an e-mail from the web application using a link with the href="mailto:..." attribute. I coded the link and tested it and it works fine in IE 10 running on a Desktop. Next I tested on Safari running on an iPhone and it also works fine, as long as the web application is run in Safari. But, if I add that same web application to the home screen and run it as a fullscreen application from the home screen, pressing the mailto button has no effect. I want the ability to open the default e-mail application on the iPhone if the user clicks the link if the web application is in standalone/full screen mode. Is there a way to do this and if so how?
E-Mail
This issue is resolved as of iOS 7.0.3.

Resources