Search found 5 matches

Go to advanced search

by felipericcetto
Tue May 05, 2015 11:35 am
Forum: Issues
Topic: Android open or download PDF in browser
Replies: 5
Views: 821
 
Jump to post

Android open or download PDF in browser

Hello, This link that you sent was not usefull. In my case, the link to open the PDF is not in the app, it is in the webpage, as I said before: My App has a button that open a login page using: window.open('[url=http://...........htm]http://...........htm[/url]', '_blank', 'location=no,enableViewpor...
by felipericcetto
Mon May 04, 2015 2:25 am
Forum: Issues
Topic: Android open or download PDF in browser
Replies: 5
Views: 821
 
Jump to post

Android open or download PDF in browser

Hello, To clarify, my App has a button that open a login page using: window.open('a href="http://" rel="nofollow"http:///a...............', '_blank', 'location=no,enableViewportScale=yes'); The user authenticates in my login page (browser). After the user is authenticated, shows ...
by felipericcetto
Sun May 03, 2015 3:16 pm
Forum: Issues
Topic: Android open or download PDF in browser
Replies: 5
Views: 821
 
Jump to post

Android open or download PDF in browser

Hi, I need to be able to open or download PDF file from browser in Android. In my App I open my website using this: window.open('a href="http://" rel="nofollow"http:///a...............', '_blank', 'location=no,enableViewportScale=yes'); I cannot use http://docs.google.com/viewer ...
by felipericcetto
Thu Aug 07, 2014 4:20 pm
Forum: Issues
Topic: CSS media query problem only when the App is built
Replies: 3
Views: 290
 
Jump to post

CSS media query problem only when the App is built

Evgene, With cordova_web_view how can I put what you sent in the Appery.io? I could not understand how to use it on appery.io. Using InAppBrowser, i tried: window.open('a href="http://" rel="nofollow"http:///a...', '_blank', 'location=no'); but ocurred the same error. In both I a...
by felipericcetto
Thu Aug 07, 2014 2:01 pm
Forum: Issues
Topic: CSS media query problem only when the App is built
Replies: 3
Views: 290
 
Jump to post

CSS media query problem only when the App is built

Hello, I created an App using the window.open('a href="http://" rel="nofollow"http:///a.....', 'cordova_web_view', 'location=no'); and I am using this CSS on my web site: @media only screen and (min-device-width: 320px) and (max-device-width: 640px) { } Testing on iPhone 5S with ...

Go to advanced search