Search found 131 matches

Go to advanced search

by Lars Holtet
Tue Jan 17, 2017 7:33 pm
Forum: Issues
Topic: window.open no longer working in ios10.2
Replies: 9
Views: 2065
 
Jump to post

window.open no longer working in ios10.2

Im having the exact same issue- hope it will be sorted out om the update.

by Lars Holtet
Tue Jan 17, 2017 7:32 pm
Forum: Issues
Topic: window.open pdf works on ipad not on iphone
Replies: 3
Views: 504
 
Jump to post

window.open pdf works on ipad not on iphone

Ok. I found out that my ipad has ios 9.3.5 and that the iphone had 10.2- i guess thats where the problem is. Will it be sorted with the cordova update this january?

by Lars Holtet
Tue Jan 17, 2017 1:58 pm
Forum: Issues
Topic: window.open pdf works on ipad not on iphone
Replies: 3
Views: 504
 
Jump to post

window.open pdf works on ipad not on iphone

Hi!

In my app i have a commandline that Works like this:

window.open("pdf/mypdf.pdf", '_blank');

It works on ipad, but not on iphone- how can this be?

by Lars Holtet
Mon Jan 16, 2017 8:56 pm
Forum: Issues
Topic: Add files from input field with mailto
Replies: 1
Views: 369
 
Jump to post

Add files from input field with mailto

Hi! I have made a form on my app that has alot of text fields that generates an email thru javascript and "mailto". I have one input field that makes you able to add files. When the email is created after presing "send" in the app, only the file location comes up, not the actual ...
by Lars Holtet
Sat Jan 14, 2017 1:57 pm
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

This works with 2 input fields in the appery editor. The only thing i cant get to work is the buttons.. In the HTML form here, it makes its own button- but i want to make my own. How would that JS code be different from this html one "on click"?

by Lars Holtet
Sat Jan 14, 2017 1:55 pm
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

Ok, i got a form that worked:

'

'

by Lars Holtet
Sat Jan 14, 2017 12:37 pm
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

http://www.javascriptkit.com/script/c...

This would cover what im after, i just need to make it work with "on click" - javascript one of my buttons made in the app?

by Lars Holtet
Sat Jan 14, 2017 12:36 pm
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

function passWord() { var testV = 1; var pass1 = prompt('Please Enter Your Password',' '); while (testV < 3) { if (!pass1) history.go(-1); if (pass1.toLowerCase() == "letmein") { alert('You Got it Right!'); window.open('protectpage.html'); break; } testV+=1; var pass1 = prompt('Access Deni...
by Lars Holtet
Sat Jan 14, 2017 12:35 pm
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

"

"

This also serves the purpose, but how do i convert it to work with a a button made in appery?

by Lars Holtet
Sat Jan 14, 2017 11:05 am
Forum: Issues
Topic: Simple login script without database
Replies: 9
Views: 1224
 
Jump to post

Simple login script without database

Thanks! I just need to hardcode 1 user to go to one certain page, am i on the right direction?

Image

Go to advanced search