LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Apperyio.navigateTo ( Button click function event ) not working in IE and Chrome

The following part of the code is not able to run in Chrome or IE, but it works properly in Mozilla FireFox.

$(document).off("click", '#startScreen_mobilecontainer [name="button_nextPage"]').on({
click: function(event) {
if (!$(this).attr('disabled')) {
Apperyio.navigateTo('Page2', {
transition: 'none',
reverse: false
});

Code: Select all

             } 
         }, 
     }, '#startScreen_mobilecontainer [name="button_nextPage"]'); 

Can someone please tell me how can I fix this?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Apperyio.navigateTo ( Button click function event ) not working in IE and Chrome

Hello,

Could you check are there any errors in console? This (http://devcenter.appery.io/documentat...) should help.

LS
Posts: 0
Joined: Tue Jun 23, 2015 8:08 am

Apperyio.navigateTo ( Button click function event ) not working in IE and Chrome

Its showing the following error in chrome:

XMLHttpRequest cannot load

jquery-2.1.1.js:8623 XMLHttpRequest cannot load file:///D/Page2.html.

Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

Return to “Issues”