What error trigger the Oops, couldn't load error in kik web app -
i trying integrate app kik, specific action fall in error page says:
oops, couldn't load. please try again later.
this panel looks kik panel app logo @ top
but ok, if try app in chrome kik plugin
works well. in fact app creates iframe , load use postmessage
communicate between parent , iframe
. put logs , seems ok. iframe loaded , send message parent postmessage. when in kik, 'couldn't load' message appears , stops app.
does know cause panel appear?
i had exact same problem.
the problem combination of loading iframe after doing browser history manipulation. since there no button in kik can page updates without updating browser history , solve problem.
i use line detect kik and, if detected, ignore browser history updates:
if (!kik.enabled) { //we not running in kik can browser history manipulation here }
Comments
Post a Comment