Search found 134 matches

Go to advanced search

by Istvan
Tue Oct 04, 2016 8:03 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

var ref = cordova.InAppBrowser.open(''+url+'', '_blank', 'location=yes');

no change

On ios device working if tap anther image (tap event call a number) ... show dialog and load the browser with url. else nothing

by Istvan
Tue Oct 04, 2016 1:27 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

var ref = cordova.InAppBrowser.open(''+url+'', '_blank', 'location=yes');
window.open = cordova.InAppBrowser.open;

sometihng like this?

by Istvan
Tue Oct 04, 2016 1:02 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

window.open(url, '_blank', 'location=yes')
this i mine. (url is variable)
but working after the call event only :-(

by Istvan
Tue Oct 04, 2016 12:49 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

Thanks but the call is working. window.open is the problem.

by Istvan
Tue Oct 04, 2016 12:22 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

No.
jquery

by Istvan
Tue Oct 04, 2016 12:18 pm
Forum: Issues
Topic: window.open problem
Replies: 22
Views: 4223
 
Jump to post

window.open problem

Hi, I have a page with where i would like a image with tap event (window.open(url, '_blank', 'location=yes')). This is working on desktop test, html version and in the appery tester, but doesnt working well on android / ios device. I have on this page another image too with tap event ( window.locati...
by Istvan
Sun Sep 25, 2016 10:46 am
Forum: Issues
Topic: Mobilefooter hide and show problem
Replies: 9
Views: 1629
 
Jump to post

Mobilefooter hide and show problem

With Editor.
I have a id from restservice.
tap event on image navgate to page ... when tis page load then use id. But when i tap or click image then no navigate at all.

by Istvan
Sat Sep 24, 2016 5:44 pm
Forum: Issues
Topic: Mobilefooter hide and show problem
Replies: 9
Views: 1629
 
Jump to post

Mobilefooter hide and show problem

Dosnt work image with tap event on footer.
I have a footer with html and image component. The html content coma from datebase service. There is a image with tap event, but this is dosnt work. No error message.

by Istvan
Sat Sep 24, 2016 4:01 pm
Forum: Issues
Topic: Mobilefooter hide and show problem
Replies: 9
Views: 1629
 
Jump to post

Mobilefooter hide and show problem

Fixed, but the base problem stayed :-(

by Istvan
Fri Sep 23, 2016 7:13 am
Forum: Issues
Topic: Mobilefooter hide and show problem
Replies: 9
Views: 1629
 
Jump to post

Mobilefooter hide and show problem

Thanks, but no error ... seems like not active these components on footer. I have a picture with tap events on the footer. When tap this picture then no event at all. I have a map component on page too ... I have a different page with same footer (without map and show and hide). This is working. Bec...

Go to advanced search