Kirby-selector plugin: Reloads on iOS

hello,
when select a image never ending reloads.

iOs 9.3.2
Chrome
kirby 2.3.1

my blueprint:

title: Default
pages: true
files: true
fields:
  title:
    label: Title
    type: title
  richtext:
    label: Text
    type:  markdown
    size: big
  tags:
    label: Tags
    type: tags
  images_post:
        label: Image
        type:  selector
        mode:  multiple
        types:
            - all
  images_news:
        label: News Image
        type:  selector
        mode:  single
        types:
            - image
files:
  sortable: true
  fields:
    caption:
      label: Caption
      type: textarea

Does it work:

  • in a different browser?
  • on a different device?
  • if you remove the selector fields from your blueprint?

try it with:

iPhone5 Safari: do not work
iphone 6 Safari (Simulator): do not work
Nexus (Android Studio) : work

What about the last question? If it works when removed, it’s probably an issue with the field. @DieserJonas?

The reloads only happens when I click on the Radio Button(Selector fields).

tested on iOs Simulator

Debugger Output

error message: undefined is not an object (evaluating ‘screenfull.raw.fullscreenchange’)

                
    Set up fullscreen mode change event handler
                 */
        $(document).bind(screenfull.raw.fullscreenchange, self.changeFullscreenModeHandler);

        /**

can be that the problem?

greetings perry

Okay, I found the problem.

The file that causes the problem:

Line: 76

https://github.com/JonasDoebertin/kirby-visual-markdown/blob/master/assets/js/visualmarkdownfield.js

in kirby-visual-markdown plugin

There’s an issue in the plugin repository about this. I don’t know if there are any news on that, you will have to ask the developers.

@lukasbestle I think you can mark this issue as solved.

Well, it isn’t solved. :slight_smile:
But once it is, you can change the category yourself as well.

Not solved but ‘es sprengt den rahmen’.

1 Like