Re: Preventing Browser Navigation

2023-11-29 Thread David Bovill via use-livecode
Finally I often get the following error: LCB Error error evaluating javascript Object View|Obeya|Studio LCB File browser.lcb LCB Line 1007 The javascript in question executes with the desired result - but the error is thrown by Livecode presenting a dialogue. I can use the "Supress Errors" menu o

Re: Preventing Browser Navigation

2023-11-28 Thread David Bovill via use-livecode
So you should be able to prevent navigation on iOS using: on browserLoadRequest pURL, pType -- iOS only end browserLoadRequest But that does not work with the browser widget. Also I don;t seem to be able to respond to browser html / javascript events that seek to open a url in a new browser tab